/* CSS Document */
/*@import url('archivoEspecial.css');/* Para estilos demódulos especiales. Descomentar y editar según se requiera */
/*********************Estilos para Etiquetas**********************/
html, body {
}
body {
	/*background:url(img_constantes/fondo.jpg) center bottom repeat-x fixed;*/
	background:#FFC;
}
/*****************************************************************/
/***********************Estilos para Id's*************************/
/*LIENZO*/
#lienzo {
	width:940px;
	margin:10px auto;
	background:#FFFFFF;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #000;
}
/*CABECERA*/
#cabecera {
	position:relative; /* Para esconder #cabecewra h1 */
	background:url(img_constantes/cabecera.jpg) no-repeat center right;
	height:150px;
}
#cabecera h1 {
	margin:0;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
}
#cabecera-flash {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:940px;
	height:150px;
	z-index:2;
}
/*MENU1*/
/*		- Menú visible en todas las páginas 		*/
#menu1Lienzo {
	position:relative;
	left:-10px;
	width:960px;
}
#menu1Lienzo ul#menu1 {
	margin:0;
	padding:14px 10px;
	list-style:none;
	background:url(img_constantes/menu.png) no-repeat center center;
	text-align:center;
}
#menu1Lienzo ul#menu1 li {
	display:inline;
	padding:10px;
}
#menu1Lienzo ul#menu1 li h2 {
	display:inline;
	font-weight:normal;
	font-size:18px;
}
#menu1Lienzo ul#menu1 li a {
	color:#FFF;
}
#menu1Lienzo ul#menu1 li a:hover {
	color:#FF6;
	text-decoration:none;
}
#menu1Lienzo ul#menu1 li a.activo, #menu1Lienzo ul#menu1 li a:active {
	color:#FF6;
	text-decoration:none;
}
/*MIGAJAS*/
#migajas {
	font-size:10px;
	margin:10px;
}
#migajas a {
	color:#000000;
}
.portada #migajas {
	display:none;
}
/*CONTENIDOLIENZO*/
#contenidoLienzo {
	padding:20px 40px;
}
#contenidoTitulo{
	margin-top:0;
	font-size:32px;
}
.portada #contenidoTitulo {
	display:none;
}
/*PORTADA*/
.promociones {
	border:solid 1px #666666;
	margin-top:10px;
	overflow:auto;
	width:425px;
}
.promociones h2.promo {
	color:#FFF;
	margin:0;
	padding:5px;
	width:415px;
	background:#CCC url(img_constantes/firma.jpg) top left;
}
.promociones img {
	display:block;
	float:left;
	margin:10px;
}
.promociones div {
	margin:10px 10px 10px 170px;
}
/*CONTENIDOTEXTO*/
/*		- Contenido del registro actual. */
#contenidoTexto {
}
/*CONTENIDOHIJOS*/
/*		- Normalmente, se encuentra dentro de CONTENIDOTEXTO
		- Muestra a los hijos del registro actual, si los hay. */
ul#hijos {
	margin:0; padding:0; list-style:none;
}
ul#hijos .seccion {
	margin:5px; padding:0px; border:solid 1px #CCC; float:left; overflow:auto; width:150px;
}
ul#hijos .seccion h2 {
	margin:0;
	padding:5px;
	width:140px;
	background:#CCC url(img_constantes/firma.jpg) top left;}
.seccion h2 a {
	color:#FFF;
}
ul#hijos .seccion img {
}
/*IMAGENES*/
/*		- Normalmente se encuentra dentro de CONTENIDOTEXTO
		- Como puede haber más de una imagen, lo que se pueda repetir debe manejarse con clases
		- Considerar pie de foto */
.carpeta #contenidoImagenes { display:none; }
#contenidoImagenes{
	width:350px;
	margin-left:40px;
	margin-top:-5px;
	margin-bottom:20px;
	float:right;
}
#contenidoImagenes .pieDeFoto {
	text-align:center;
	font-style:italic;
	margin:5px;
	font-size:10px;
	color:#666666;
}
#contenidoImagenes img {
	margin-top:10px;
}
/*FIRMA*/
/*		- Hacer *** invisible *** span credito cuando se trabaje a terceros */
#firma {
	line-height:2em;
	color:#FFF;
	font-weight:bold;
	padding:10px;
	background:#CCCCCC url(img_constantes/firma.jpg) top center;
	
}
#firma span#creditos {
	display:none;
}
/************************* Estilos de clases ***********************/
.clearboth {
	/*No borrar*/
	clear:both;
}

