@charset "utf-8";	

/* ==================================================== 
                      CSS Document 					
/* ==================================================== */

/* ====================================================
					 ESTANDARIZACIÓN
   ==================================================== */
   
/* Eliminamos el CSS predeterminado del navegador */

/* Modelos de caja (márgen, espaciado, borde, alineación) */
/* Márgen */
body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, dd, form, fieldset, dir, menu {margin:0;}
/* Espaciado */
table {border-spacing: 0;}
pre, tt, code, pre, :before, :after {white-space: normal;}
/* Bordes */
:focus {outline: none;}
hr {border: none;}
/* Alineación */
caption, th {text-align: left;}
sub, sup, thead, tbody, tfoot, td, th {vertical-align: baseline;}
/* Tipografía (familia, tamaño, peso, estilo, decoración) */
/* Familia */
kbd, samp {font-family: inherit;}
/* Tamaño */
h1, h2, h3, h4, h5, h6, big, small, sub, sup {font-size: 1em;}
/* Peso (negritas) */
h1, h2, h3, h4, h5, h6, th {font-weight: normal;}
/* Estilo (cursivas) */
cite, em, var, address {font-style: normal;}
ul, ol {list-style-type: none;}
/* Decoración */
s, strike, del, u, ins, :link, :visited {text-decoration: none;}
ol ul, ul ol, br:before {content: ""; text-indent:0px;}
li {padding:0px; margin:0px;}
h1, h2, h3, h4, h5, h6 {display:inline;}

/* ====================================================
      					 ETIQUETAS
   ==================================================== */
   
body {
	background-color:#FFFFFF;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;
}
a {
	border:none;
	color:#336699;
	font-weight:600;
	
}
a:link,a:visited {
	text-decoration:none;
	color:#336699;
}
a:hover {
	text-decoration:underline;
	color:#CCCC66;
}
img {
	border:none;
}
p {
	text-indent:15px;
	text-align:justify;
	margin-bottom:10px;
	margin-top:5px;
}
table {
	width:100%;
	border:1px dotted #CCCCCC;
	padding:5px;
}
table td {
	height:20px;
	vertical-align:middle;
}
table tr {
	padding-top:1px;
	padding-bottom:1px;
}
li {
	text-indent:0px;
	height:20px;
}

	


/* ====================================================
      				      MODULOS
   ==================================================== */
   
#contenedor {
	width:990px;
	margin:auto;
	display:block;
}
#publicidad-1 {
	margin:auto;
	width:990px;
	
}
#cabeza {
	margin:auto;
	margin-bottom:10px;;
	width:990px;
	height:100px;
	background-image:url(../img/degradado-cabeza.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:1px #CCCCFF solid;
	border-bottom:none;
}
#registro-cabeza {
	margin-top:5px;
	width:600px;
	border:none;
	padding:0px;
}
#contenedor-menu {
	border:none;
	width:160px;
	float:left;
}
#menu {
	float:left;
	width:150px;
	background-image:url(../img/fondo-modulos-top.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:1px #CCCCFF solid;
	margin-bottom:10px;
	padding:5px;
}
.menu-publicidad {
	float:left;
	width:150px;
	background-image:url(../img/fondo-modulos-top.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:1px #CCCCFF solid;
	padding:5px;
}
.menu-publicidad li {
	list-style-image:none;
}
#cuerpo {
	margin-left:170px;
	width:817px;
}	
.modulo-entero {
	border:1px #CCCCFF solid;
	border-top:none;
	padding:5px;
	margin-bottom:10px;
	padding-top:30px;
	padding-bottom:30px;
}
.seccion {
	font-weight:600;
	font-size:16px;
	color:#003366;
	background-image:url(../img/fondo-seccion.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:1px #CCCCFF solid;
	padding-left:10px;

}
.modulo-mitad-izq {
	width:390px;
	border:1px #CCCCFF solid;
	border-top:none;
	padding:5px;
	padding-bottom:0px;
	margin-bottom:10px;
}
.modulo-mitad-izq ul li {
	line-height:15px;
	margin-bottom:10px;
	margin-left:0px;
	list-style-image:url(../img/rss.gif)
}
.modulo-mitad-izq a {
	color:#003366;
}
.modulo-mitad-izq a:hover {
	text-decoration:underline;
	color:#CCCC66;
}
.modulo-mitad-izq a:visited {
	color:#003366;
	text-decoration:none;
}
.modulo-mitad-izq a:visited:hover {
	color:#CCCC66;
	text-decoration:underline;
}
.seccion-mitad-izq {
	background-image:url(../img/fondo-seccion.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:390px;
	border:1px #CCCCFF solid;
	font-weight:600;
	font-size:16px;
	color:#003366;
	padding-left:10px;

}
#mitad-der {
	float:right;
}
.modulo-mitad-der {
	width:390px;
	border:1px #CCCCFF solid;
	border-top:none;
	padding:5px;
	padding-bottom:0px;
	margin-bottom:10px;
}
.seccion-mitad-der {
	background-image:url(../img/fondo-seccion.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:390px;
	border:1px #CCCCFF solid;	
	font-weight:600;
	font-size:16px;
	color:#003366;
	padding-left:10px;
}
#pie {
	float:right;
	width:990px;
	height:50px;
	border:1px #CCCCFF solid;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(../img/degradado-pie.jpg);
}
#titulo-pie {
	color:#003366;
	font-weight:600;
	text-align:center;
	margin-top:3px;
}
.pestaña-izquierda {
	margin:auto;
	width:200px;
	margin-top:5px;
	text-align:center;
	border-left:1px solid #CCCCFF;
	border-right:1px solid #CCCCFF;
	border-top:1px solid #CCCCFF;
	border-bottom:1px solid #FFFFFF;
	background-image:url(../img/fondo-modulos-top.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.pestaña-izquierda a {
	color:#003366;
	font-weight:300;
}
.pestaña-izquierda a:hover {	
	color:#003366;
	text-decoration:underline;
}
.pestaña-izquierda a:visited {	
	color:#003366;
}
.tabla-registro-nte {
	width:auto;
	margin:auto;
}
.tabla-registro-nte td {
	height:25px;
}
#localizacion {
	color:#666666;
	font-size:8pt;
	margin-bottom:5px;
}
#localizacion a {
	color:#666666;
	font-weight:300;
}
#localizacion a:hover {
	color:#666666;
	text-decoration:underline;
}
#localizacion a:link,a:visited {
	text-decoration:none;
	color:#666666;
}
.tabla-formulario td {
	padding-left:10px;
	height:25px;
}
.tabla-formulario {
	margin-bottom:10px;
}
#RSS ul {
	height:100px;
}
#RSS li {
	line-height:20px;
}
.pestaña-titulo-curso {
	width:200px;
	height:15px;
	padding-left:5px;
	padding-right:5px;
	border-top:1px #CCCCCC solid;
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	background-color:#EEEEEE;
	font-weight:600
}
.cuerpo-seccion-curso {
	padding:5px;
	border:1px solid #CCCCCC;
	margin-bottom:15px;
}
.cuerpo-seccion-curso img {
	border:1px solid #CCCCCC;
	padding:5px;
}


/* ====================================================
      					 COLOCACIÓN & FORMATO
   ==================================================== */
   
.izquierda {
	float:left;
	width:395px;
}
.derecha {
	margin-left:410px;
}
.izquierda-curso {
	display:block;
	float:left;
}
.derecha-curso {
	text-align:center;	
}
.block {
	display:block;
}
.cuadro {
	border:1px #CCCCCC solid;
	padding:5px;
}
.centro {
	text-align:center;
}
.normal {
	font-weight:300
}
.negrita {
	font-weight:600;
}
.titulo {
	font-weight:600;
	text-align:center;
}

/* ====================================================
      					   TEXTO
   ==================================================== */

.nota {
	color:#777777;
	font-size:8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
}
.fecha {
	font-weight:600;
	font-size:16px;
	color:#003366;
}
.fuente-campaña {
	font-weight:600;
	font-size:18pt;
	color:#FFFFFF;
}
.aviso {
	text-align:center;
	font-weight:600;
	font-size:16px;
	color:#003366;
}
.negrita {
	font-weight:600;
}


/* ====================================================
      				      
					   LISTAS Y MENÚS
   ==================================================== */
.menu-cabeza {
	margin-top:81px;
}
.menu-cabeza-no-activado li{
	border-left:2px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	margin-left:3px;
	margin-right:3px;
	padding-left:10px;
	padding-right:10px;
	float:right;
	height:18px;
	list-style-image:none;
} 
.menu-cabeza-no-activado a {
	color:#003366;
}
.menu-cabeza-no-activado a:visited {
	color:#003366;
}
.menu-cabeza-no-activado a:hover {
	text-decoration:underline;
}
.menu-cabeza-activado {
	display:list-item;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:2px solid #666666;
	background-color:#FFFFFF;
	margin-left:3px;
	margin-right:3px;
	padding-left:15px;
	padding-right:15px;
	font-weight:600;
	color:#c3c050;
	height:18px;
	text-align:center;
}  
.menu-principal {
	padding-left:2px;
	list-style:none;
	text-indent:0px;
	margin-bottom:3px;
	font-weight:600;
}
.menu-principal a {
	color:#003366;
}
.menu-principal a:hover {
	color:#003366;
}
.menu-principal a:visited {
	color:#003366;
}
.registro-cabeza li {
	float:right;
	margin-top:7px;
	margin-right:1px;
	padding-right:2px;
	padding-left:2px;
	height:25px;
}
.registro-cabeza-padding {
	padding-top:3px;
}
#menu-pie {
	margin-top:7px;
	text-align:center;
}
.menu-imagenes-vertical {
	margin-top:5px;
}
.menu-imagenes-vertical td {
	height:60px;
	border-bottom:1px dotted #CCCCCC;
}
.menu-imagenes-vertical img {
	margin-bottom:5px;
	margin-top:5px;
	height:50px;
	width:80px;
}.menu-imagenes-vertical span {
	display:block;
	float:right;
	width:290px;	
	margin-top:1px;
}
.opcion-menu-imagen {
	font-size:10pt;
	font-weight:600;
}
.opcion-menu-imagen a {
	color:#003366;
}
.opcion-menu-imagen a:visited {
	color:#003366;
}
.menu-seccion {
	float:right;
	padding-right:5px;
	color:#003366;
	font-weight:200;
}
.menu-seccion img {
	margin-top:5px;
}

/* ====================================================
      					 BOTONES Y OTROS
   ==================================================== */
   
.boton {
	margin-top:1px;
	height:22px;
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	border:1px #CCCCFF solid;
	color:#c3c050;
	padding-bottom:1px;
	font-weight:600;
}
.textarea {
	background-color:#FFFFFF;
	color:#000000;
	font-size:9pt;
	font-weight:600;
}
.fila-color {
	background-color:#EEEEEE;
}
.tabla-solicitud-masaje {
	width:auto;
}
.tabla-solicitud-masaje td{
	height:25px;
	text-indent:30px;
}
.imagen-parrafo {
	vertical-align:bottom;
	margin-bottom:2px;
	margin-right:5px;
}
.imagen-ancho-total {
	background-position:top;
	background-repeat:no-repeat;
	width:390px;
}
.imagen-derecha {
	margin:auto;
	width:390px;
	border:1px solid #CCCCFF;
}
.titulo-curso {
	font-weight:600;
	text-align:center;
}