/*----------------------------------------------------------------------
' HOJA DE ESTILOS PARA CLINICA IE
' ARCHIVO: estilos.css
' DESCRIPCIÓN: Hoja de estilos de estructura y contenido
' @AUTOR: (C) ANDONI BÉRRIZ YENES (andoni@kapasao.net)
' @VERSION 1.0 - NOVIEMBRE-2007
-----------------------------------------------------------------------*/

body{
	margin:0px;
	padding:0px;
	text-align:left;
	font-family:Trebuchet MS;
	font-size:.9em;
	font-weight:normal;
	background-color:#fff;
	}
p, ul, ol, dl, dt, dd, li, blockquote, cite, h1, h2, h3, h4, h5, h6 /*(etc)*/{
  	margin:0px; 
  	padding:0px;
	}
img{
  	border:0px;
	}
	
/* contenedores */
#contenedor{
	margin:0px;
	padding:0px;
	width:100%;
	height:800px;
	background-image:url(../images/misc/fondo_general.gif);
	background-position:top center;
	background-repeat:no-repeat;
	}
#contenido{
	margin:0px auto;
	padding:0px;
	width:930px;
	height:auto;
	}
/* fin contenedores */

/* cabecera */
#cabecera{
	margin:0px;
	padding:0px;
	width:930px;
	height:203px;
	}
	
#logo{
	margin:8px 0px 0px 22px !important;
	margin:8px 0px 0px 11px;
	padding:0px;
	width:208px;
	height:188px;
	float:left;
	}
#imagen_flash{
	margin:8px 22px 0px 0px !important;
	margin:8px 11px 0px 0px;
	padding:0px;
	width:669px;
	height:188px;
	float:right;
	background-image:url(../images/misc/foto_flash.jpg);
	background-repeat:no-repeat;
	}
	
#flashcontent {
	margin:0px;
	padding:0px;
	width:669px;
	height:188px;
	}
/* fin cabecera */
	

/* ----------------------------------------------------------------------------------------- */

/* ----------------------------
			MENU
---------------------------- */
#union_menu{
	margin:7px 0px 0px;
	padding:0px;
	background-image:url(../images/misc/fondo_menu.gif);
	background-repeat:no-repeat;
	width:930px;
	float:left;
	}
.menu{
	margin:17px auto 0px;
	padding:0px;
	width:886px;
	height:62px;
}

.menu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

.menu li {
	float:left;
	position:relative;
	margin:0px;
	text-align:left;
	cursor:pointer;
}


.drop {
	display:block;
	padding:0px;
	margin:0;
	text-align:right;
	cursor:pointer;
}

.drop span {
	float:left;
	cursor:pointer;
}

.menu ul li ul {
	display:none;
	cursor:pointer;
}

.menu ul li a,
.menu ul li a:visited {
	display:block;
	float:left;
	text-decoration:none;
	height:62px;
	cursor:pointer;
}

.menu ul li:hover a,
.menu ul li a:hover {
	height:62px;
	cursor:pointer;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul {
	display:block;
	position:absolute;
	margin:0px;
	top:62px;
	left:0px;
	text-align:left;
}

.menu ul li:hover ul.leftbutton,
.menu ul li a:hover ul.leftbutton {/* our first dropdown should not be skewed */
	left:0px;
}

.menu ul li:hover ul.skinny,
.menu ul li a:hover ul.skinny {             /* 2nd level skinny drop-down box */
	width:170px;   /* with a 12px default font, this is 97px width (97/12) */
}

.menu ul.rightmenu li:hover ul,
.menu ul.rightmenu li a:hover ul {    /* 2nd level neighborhood drop-down box */
	left:auto;
	right:0px;         /* nudge the right menu right to line up under the border */
}

* html .menu ul.rightmenu li a:hover ul {         /* IE5/6 needs a tweak here */
	right:0px;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
	margin:0px;
	padding:0px;
	padding-left:8px;
	color:#022f5a;
	height:30px;
	width:170px;
	background-image:url(../images/misc/menu/menu_fondo-3nivel.gif);
	background-repeat:repeat-x;
	font-family:Trebuchet MS;
	font-size:.8em;
	font-weight:bold;
	text-align:left;
	line-height:30px;
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {
	background-image:url(../images/misc/menu/menu_fondo-3nivel_off.gif);
	background-repeat:repeat-x;
}

.menu ul li:hover ul.skinny li a,
.menu ul li a:hover ul.skinny li a,
.menu ul li:hover ul.skinny li a:hover,
.menu ul li a:hover ul.skinny li a:hover {     /* 2nd level un+selected items */
	width:170px;
	text-align:left;
}

/*======================== 3RD LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {             /* hide inactive 3rd-level menus */
	visibility:hidden;
}
     
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {             /* 3rd level drop-down box */
	visibility:visible;
	position:absolute;
	margin-top:0px;	      /* bring the top edge of the 3rd level menu up one */
	top:1px;
	left:178px;
	width:30px;
}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {     /* 3rd level unselected items */
	width:180px;
	font-family:Trebuchet MS;
	font-size:.8em;
	font-weight:normal;
	text-align:left;
	background-image:url(../images/misc/menu/menu_fondo-2nivel.gif);
	background-repeat:repeat-x;
}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {
	background-image:url(../images/misc/menu/menu_fondo-2nivel_off.gif);
	background-repeat:repeat-x;
	width:180px;
}


/* ----------------------------
			FIN MENU
---------------------------- */

/* ----------------------------------------------------------------------------------------- */



/* pie de página */
#pie_pagina{
	margin:0px 0px 0px 22px !important;
	margin:0px 0px 0px 11px;
	padding:0px;
	width:886px;
	height:39px;
	background-image:url(../images/misc/fondo_pie.gif);
	background-repeat:repeat-x;
	text-align:center;
	float:left;
}
#pie_pagina p{
	margin:0px;
	padding:15px 0px;
	font-size:.75em;
	color:#7f7f7f;
}
#pie_pagina a{
	color:#7f7f7f;
	text-decoration:underline;
}
#pie_pagina a:hover{
	text-decoration:none;
}
/* fin pie de página */



/* contexto home */
#contexto_home{
	margin:25px 0px 25px 22px !important;
	margin:25px 0px 25px 11px;
	padding:0px;
	width:886px;
	height:auto;
	float:left;
	}
	
/* lateral izquierdo home */
#home_lateral_izdo{
	margin:0px;
	padding:0px;
	width:196px;
	height:auto;
	float:left;
	}
#home_lateral_izdo-sup{
	margin:0px;
	padding:0px;
	width:196px;
	height:23px;
	background-image:url(../images/misc/curvas_sup.gif);
	background-repeat:no-repeat;
	}
#home_lateral_izdo-inf{
	margin:0px;
	padding:0px;
	width:196px;
	height:23px;
	background-image:url(../images/misc/curvas_inf.gif);
	background-repeat:no-repeat;
	}
#home_lateral_izdo-central{
	margin:0px;
	padding:0px;
	width:196px;
	height:auto;
	background-image:url(../images/misc/curvas_central.gif);
	background-repeat:repeat-y;
	}
#home_lateral_izdo-central h1{
	margin:0px 5px;
	padding:0px 5px;
	font-size:1.05em;
	color:#00376b;
	border-bottom:1px solid #999;
	}
#home_lateral_izdo-central p{
	margin:0px 10px;
	padding:5px 5px 0px;
	font-size:.8em;
	color:#4d4d4d;
	line-height:18px;
	}
#home_lateral_izdo-central a{
	color:#4d4d4d;
	text-decoration:underline;
	}
#home_lateral_izdo-central a:hover{
	text-decoration:none;
	}
.subrayar{
	text-decoration:underline;
	}
#txt_vermapa{
	margin:10px 0px;
	padding:0px;
	text-align:right;
	}
#txt_vermapa p{
	margin:0px 10px;
	padding:0px 5px;
	font-size:.8em;
	font-weight:bold;
	color:#00376b;
	border-top:1px solid #e6e7e8;
	}
#txt_vermapa a{
	color:#00376b;
	text-decoration:none;
	padding-left:10px;
	background-image:url(../images/misc/flechitas_bullets.gif);
	background-repeat:no-repeat;
	background-position:left;
	}
#txt_vermapa a:hover{
	text-decoration:underline;
	}
/* fin lateral izquierdo home */
	
	
/* lateral derecho home */
#home_lateral_drcho{
	margin:0px;
	padding:0px;
	width:650px;
	height:auto;
	float:right;
	}
	
/* destacado principal home */
#home_destacado_principal{
	margin:0px;
	padding:0px;
	width:650px;
	height:auto;
	float:left;
	background-image:url(../images/misc/fondo_pastilla-home.gif);
	background-repeat:no-repeat;
	background-position:top;
	}

#home_destacado_txt{
	margin:12px auto;
	padding:0px;
	width:620px;
	height:auto;
	}
#home_destacado_txt h1{
	margin:0px;
	padding:0px 0px 3px;
	font-size:1.3em;
	font-weight:normal;
	font-style:italic;
	color:#003568;
	border-bottom:2px solid #003568;
	}
#home_destacado_txt p{
	margin:0px;
	padding:8px 0px;
	font-size:.85em;
	font-weight:normal;
	text-align:justify;
	color:#444;
	border-bottom:1px solid #4c7195;
	}
#enlace_masinfo{
	margin:0px;
	padding:3px 0px 0px;
	width:430px;
	height:auto;
	text-align:right;
	}
#enlace_masinfo a{
	font-size:.75em;
	font-weight:bold;
	color:#003568;
	padding-right:10px;
	text-decoration:none;
	background-image:url(../images/misc/flechitas_bullets.gif);
	background-repeat:no-repeat;
	background-position:right;
	}
#enlace_masinfo a:hover{
	text-decoration:underline;
	}
/* fin destacado principal home */
	
	
/* zona inferior home */
#home_zona_inferior{
	margin:40px 0px 10px;
	padding:0px;
	width:650px;
	height:230px;
	float:left;
	}
#home_banners{
	margin:0px;
	padding:0px;
	width:352px;
	height:230px;
	float:left;
	}
#home_banner_equipo{
	margin:0px;
	padding:0px;
	width:352px;
	height:107px;
	}
#home_banner_pilates{
	margin:16px 0px 0px;
	padding:0px;
	width:352px;
	height:107px;
	}
#home_video{
	margin:0px;
	padding:0px;
	width:263px;
	height:230px;
	float:right;
	background-image:url(../images/misc/fondo_video.jpg);
	background-repeat:no-repeat;
	}
#home_zona_video{
	margin:41px 0px 0px 30px;
	padding:0px;
	width:220px;
	height:173px;
	}
/* fin zona inferior home */
	
/* fin lateral derecho home */
	
/* fin contexto home */


/* estilos interiores */
#contexto_interiores{
	margin:15px 0px 20px 22px !important;
	margin:15px 0px 20px 11px;
	padding:0px;
	width:886px;
	min-height:420px;
  	height:auto !important;
  	height:420px;
	float:left;
	}
#interiores_lateral_izdo{
	margin:0px;
	padding:0px;
	width:196px;
	height:auto;
	float:left;
	}
	
#rastro_migas{
	margin:0px;
	padding:0px;
	width:650px;
	height:auto;
	float:right;
	border-bottom:1px solid #ccc;
	}
#rastro_migas p{
	margin:0px;
	padding:0px;
	padding-bottom:3px;
	font-size:.75em;
	font-weight:normal;
	color:#003568;
	}
#rastro_migas a{
	font-weight:bold;
	color:#003568;
	text-decoration:none;
	}
#rastro_migas a:hover{
	text-decoration:underline;
	}
	
	
#textos_interiores{
	margin:20px 0px 0px;
	padding:0px;
	width:650px;
	height:auto;
	float:right;
	}
#textos_interiores h1{
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-left:22px;
	font-size:1.3em;
	font-weight:normal;
	font-style:italic;
	color:#003568;
	background-image:url(../images/misc/flecha_nombre.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	}
#textos_interiores h2{
	margin:20px 0px 5px;
	padding:0px;
	font-size:1em;
	font-weight:bold;
	color:#003568;
	}
#textos_interiores p{
	margin:5px 0px 0px;
	padding:0px;
	font-size:.9em;
	color:#4d4d4d;
	line-height:18px;
	}
#textos_interiores a{
	margin:0px;
	padding:0px;
	color:#003568;
	text-decoration:underline;
	}
#textos_interiores a:hover{
	text-decoration:none;
	}
#textos_interiores ul{
	margin:4px 20px 15px;
	padding:0px;
	}
#textos_interiores ul li{
	margin:0px;
	padding:0px;
	padding-left:12px;
	font-size:.9em;
	color:#4d4d4d;
	line-height:20px;
	list-style-type:none;
	background-image:url(../images/misc/ico_listados.gif);
	background-repeat:no-repeat;
	background-position:0px 9px;
	}
	
/* fin estilos interiores */

.subrayar{
text-decoration:underline;}


.horario_titulo{
	margin:0px;
	padding:3px;
	background-color:#e5e5e5;
	font-size:.9em;
	font-weight:bold;
	
	}
.horario_txt{
	margin:0px;
	padding:3px;
	font-size:.8em;
	font-weight:normal;
	border-bottom:1px solid #e5e5e5;
	}