@charset "utf-8";
/* CSS Document */

*,html{
	padding: 0px;
	margin:0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color:#5e7b79;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-size:62.5%;
	font-family:"Trebuchet MS", Arial;
	font-size:11px;

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body { 
		background-color: #3C5859;
		background-image:none;
	}
}
img, a img{
	border:none;
}

/*p, a{
	font-family:;
	font-size:;
	color:;
	margin-bottom:;
	line-height:;
}*/

a{
	text-decoration:none;
}

a:focus{
	outline:none;
}

h1{
	background-repeat:no-repeat;
}

h1 a{
	display:block;
}

h1 span{
	display:none;
}

h2{
	letter-spacing:1px;
	color:#313131;
	font-size:16px;
	font-weight:normal;
	background-image:url(../images/h2_border.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0px 0px 12px 0px;
	text-align:center;
	margin-top:30px;
	margin-bottom:10px;
	float:left;
	}
h2 span{
	color:#5c9c9a;
	font-weight:bold;
	}

h3{
	font-size:15px;
	color:#5b7876;
}
.interior h3{
	font-size:25px;
	}
h3 a{
	font-size:15px;
	color:#5b7876;
}
h3 a:hover{
	text-decoration:underline;
}
.separacion{
	margin-top:20px;
}
table{
	border:1px solid;
	margin:20px 0px 20px 0px;
	}
caption{
	margin-top:20px;
	text-transform:uppercase;
	margin-bottom:-15px;
	}
table, tr, th, td{
	border:1px solid #000000;
	border-collapse:collapse;
}
th{
	padding:5px 0px;
	color:#5b7876;
	background-color:#EEE;
}
td{
	padding:5px;
}
	
	


/* clases propias*/
.floatleft {
	float: left;
	margin: 0px;
	padding: 0px;
}
.floatright {
	float:right;
	margin: 0px;
	padding: 0px;
}
.salto {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
}

.menu_lateral{
}




/*   ids    */
#fondo{
	padding-bottom:30px;
	}

#contenedor, #contenedor-inicio{
	width:848px;
	margin:0px auto;
				background-image:url(../images/bg_cont.jpg);
				background-image:url(../images/bg_super.jpg);
	background-repeat:repeat-y;
}
#telefono1{
	width:848px;
	margin:10px auto;
}
#telefono1 .telefonotexto{
	background-image:url(../images/telefono.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:16px;
	line-height:12px;
	text-align:right;
	float:right;
	width:120px;
	margin-right:7px;
	letter-spacing:1px;
	padding-left:10px;
	font-weight:bold;
}
#idiomas{
}

#idiomas li{
}

#idiomas li a{
}

#header-interior-top{
	background-image:url(../images/header_interior_top.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:32px;
}


	/*************Menu desplegable***************/

	.menu1{
		background-color:#494949;
		margin:0px 7px;
		height:34px;
		color:#FFFFFF;
		cursor:default;
	}
	.menu1 li{
		background-position:right center;
		background-repeat:no-repeat;
		border-right:1px solid #333333;
		display:inline;
		float:left;
		height:34px;
		line-height:34px;
		list-style:none;
		padding:0 25px 0px 10px;
		position:relative;
		text-transform:uppercase;
	}
	
	.menu1 li a{

		line-height:34px;
		text-transform:uppercase;
		height:34px;
		float:left;

}
	.off{
		color:#FFFFFF;	
	}
	.on{
		color:#5c9c9a;		
	}
	.offespecial{
		color:#FFFFFF;
		background-image:url(../images/dropdown-arrow.gif);

	}
	.menu1 li:hover, .menu1 li a:hover, .onespecial{
		color:#5c9c9a;
		background-image:url(../images/dropdown-arrow-w.gif);

	}	
	#submenu_medios, #submenu_medios1{
		position:absolute;
		padding-top:3px;
		top:22px;
		left:0px;
		z-index:5;
		float:left;
		visibility:hidden;
		width:120px;
		width:170px;
		left:-5px;
	}
	
	#submenu_medios ul, #submenu_medios1 ul{
		float:left;
		background-image:url(../images/dropdown.gif);
		background-position:center top;
		background-repeat:no-repeat;
		padding:0px 13px 13px 13px;
		margin-top:9px;
	}
	
	#submenu_medios ul li, #submenu_medios1 ul li{
		float:left;
		margin:0px;
		border:none;
		padding:0px;
		letter-spacing:0px;
		font-size:11px;
		font-family:"Trebuchet MS", Arial;
		line-height:13px;
		height:auto;
		margin-top:13px;
		width:120px;
		background-image:none;
		width:150px;
	}

	#submenu_medios ul li a, #submenu_medios1 ul li a{
		text-transform:none;
		margin:0px;
		border:none;
		padding:0px;
		letter-spacing:0px;
		font-size:11px;
		font-family:"Trebuchet MS", Arial;
		line-height:13px;
		float:none;
	}
	
	#submenu_medios ul li a:hover, #submenu_medios1 ul li a:hover{
		background:none;
		color:#5c9c9a;
	}	
	
.link_principal{
	font-weight:bold;
	margin-left:-4px;
	}
	
	/************* Menu desplegable fin ***************/

#contenedor #pie {
	background-image:url(../images/footer.jpg); 
	background-repeat:no-repeat; 
	padding-top:31px; 
	margin:0px auto 0px auto; 
	width:848px;
	background-color:#5e7b79;
	height:0px;
	margin-bottom:30px;
	margin-top:10px;
	padding-top:45px;
	}
#contenedor-inicio #pie {
	background-image:url(../images/footer-inicio.jpg); 
	background-repeat:no-repeat; 
	padding-top:31px; 
	margin:0px auto 0px auto; 
	width:848px;
	background-color:#5e7b79;
	height:0px;

}


#pie li{
	display:inline;
	color:#FFFFFF;
	font-size:12px;
	background-repeat:no-repeat;
	padding:0px 15px 0px 15px;
	float:left;
}
#pie li a{
	color:#FFFFFF;
}
#pie li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#pie li a span{
	padding: 0px 5px 3px 3px;
	float:left;
}

li#facebook_link{
	background-color:#005aa1;
float:right;
height:26px;
margin-right:7px;
margin-top:-6px;
padding-left:4px;
padding-right:0;
	}
	#facebook_link span{
		line-height:30px;
		}


/* PAGINA DE INICIO */

#presentacion{
	background-image:url(../images/header_gris.jpg);
	background-repeat:repeat;
	background-color:#313131;
	height:160px;
	margin:0px 7px;
	font-size:16px;
	text-align:center;
	color:#eeeeee;
	}
	#presentacion1 #azparren{
		background-image:url(../images/doctor_josu_azparren.jpg);
		background-repeat:no-repeat;
		width:119px;
		height:33px;
		color:#FFFFFF;
		font-size:11px;
		float:left;
		margin-right:8px;
		text-align:left;
		padding-left: 5px;
		padding-top: 110px;

	}
	#presentacion1 #madina{
		background-image:url(../images/doctor_ion_madina.jpg);
		background-repeat:no-repeat;
		width:119px;
		height:33px;
		color:#FFFFFF;
		font-size:11px;
		float:left;
		text-align:left;
		padding-left: 5px;
		padding-top: 110px;

	}
	#presentacion1{
		width:265px;
		height:143px;
		float:left;
		margin: 8px 0px 0px 8px;
	}
	#presentacion2{
		float:right;
		height:100%;
		margin-right:15px;
		width:540px;
		width:500px;
	}
	#presentacion2 p{
		letter-spacing:1px;
		margin-top:22px;
	}
	#presentacion2 .verde{
		color:#78c0be;
	}			

#contenido{
	margin:0px 7px;
	background-image:url(../images/home_lateral.png);
	background-position:right;
	background-repeat:repeat-y;
	}
.iniciovacio{
	width:250px;
	float:left;
	padding:0px;
	margin-right:5px;
	margin-bottom:15px;
	}
.iniciomini{
	width:250px;
	float:left;
	padding:0px;
	margin-right:5px;
	margin-bottom:15px;
	}
.iniciovacio p{
	height:50px;
	}
	.textoazul{
		color:#5e7b79;
	}
	.iniciomini1{
		width:70px;
		float:left;
	}
	.iniciomini2{
		width:173px;
		float:left;
	}
.iniciomaxi{
	width:505px;
	min-height:70px;
	float:left;
	padding:0px;
	margin: 5px 5px 15px 0px;
	}
	.iniciomaxi p{
		margin-top:5px;
	}
	.iniciomaxi1{
		width:70px;
		float:left;
	}
	.iniciomaxi2{
		width:428px;
		float:left;
	}
#inicio_lateral{
	width:240px;
	float:right;
	margin-right:5px;
	display:inline;
	padding-top:20px;
}
#inicio_lateral h3{
	font-size:14px;
	color:#3f5251;
}
h3#casos_reales{
	margin-top:70px;
	}

#inicio_lateral .titulonoticia{
	margin-top:7px;
	color:#5b8685;
	font-weight:bold;
	font-size:10px;
}
#inicio_lateral .casotitulo{
	margin-top:7px;
	font-weight:bold;
	text-transform:none;
	margin-right:15px;

}
#inicio_lateral .anecdota{
	text-transform:none;
	margin-top:20px;
	text-align:center;
	font-style:italic;
	font-size:12px;
	margin-right:15px;
}

.caso_real{
	background-color:#000000;
	margin-right:10px;
	color:#FFFFFF;
	padding:5px 0px 10px 10px;
	margin-top:20px;
	}
/* INTERIOR */

.menu_interior{
	width:100%;
	margin:0 auto;
	text-align:center;
	background-image:url(../images/h2_border.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;
	margin-top:-20px;
	float:left;
	margin-bottom:30px;
	font-size:17px;
	color:#5b7876;
	}
.offsub{
	color:#999999;
}
.onsub{
	color:#000000;
}
.menu_interior a:hover{
	color:#000000;
}
	
	

.texto_contenido_interior{
	margin:0px 35px;
	float:left;
	display:inline;
	width:790px;
	font-size:13px;
	font-family:"Trebuchet MS", Arial;
	min-height:500px;
	}
.texto_contenido_interior p{
	margin:10px 0px 0px 0px;
	}	
.texto_contenido_interior p a{
	color:#5b7876;
	font-weight:bold;
	text-decoration:underline;
	}
.texto_contenido_interior ul{
	margin-top:10px;
	}	
.texto_contenido_interior li{
	padding-left:5px;
	list-style-position:inside;
	}	
.texto_contenido_interior h2{
	letter-spacing:1px;
	color:#313131;
	font-size:16px;
	font-weight:normal;
	background-image:url(../images/h2_border.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0px 0px 12px 0px;
	text-align:center;
	margin: 30px auto 30px auto;
	width:765px;
	}
.texto_contenido_interior h2+p{
	margin-bottom:20px;
}
.texto_contenido_interior h3{
	margin-top:25px;
	font-size:15px;
	font-size:25px;
	letter-spacing:-2px;
	color:#5b7876;
	margin-bottom:20px;
	}
	
#inicio_lateral h3{
	letter-spacing:0px;
	}
h3:first-child{
	margin-top:0px;
}


.texto_contenido_interior .interiorizquierda{
	margin-right:35px;
	float:left;
	width:360px;
}
.texto_contenido_interior .interiorbloque{
	width:360px;
	float:left;
}
.texto_contenido_interior .interiorderecha{
	float:left;
	width:360px;	
}

.texto_contenido_interior .interiorderecha img{
	border: 1px solid #5e8c8b;
	margin-top:15px;
	
}
.texto_contenido{
	width:515px;
	float:left;
	display:inline;
	margin:0px 35px;
	padding:0px;
	}
hr{
	margin:20px 0px 40px 0px;
}

/* PROSTATA BENIGNA */

.lista_letras{
	list-style:lower-latin;
	margin:10px 0px 10px 0px;
}

.lista_letras_mayusculas{
	list-style:upper-latin;
	margin:10px 0px 10px 0px;
}

.lista_numeros{
	list-style:decimal;
	margin:10px 0px 10px 0px;
}

.lista_letras p, .lista_letras_mayusculas p, .lista_numeros p{
	margin: 0px 0px 10px 20px;
	line-height:20px;
}

.lista_letras li, .lista_letras_mayusculas li, .lista_numeros li{
	margin:0px 0px 15px 0px;
	padding:0px;
	line-height:20px;
}

.lista_letras h4, .lista_numeros h4{
	text-align:center;
	margin:5px 0px 10px 20px;
}

.lista_letras ul li{
	margin:0px 0px 10px 20px;	
	line-height:20px;
}

.interiorderecha h4{
	margin:10px 0px;
}

/* ---------------------- NOTICIAS ----------------------- */

.noticias{
	width:500px;
	margin:0px 0px 0px 0px;
	float:left;
	display:inline;
}

.columna_noticias{
	width:224px;
	padding:0px 0px 0px 5px;
	/*background-image:url(../images/degradado-noticias.gif);
	background-repeat:repeat-y;
	background-position:left;*/
	float:right;
}

.texto_contenido_interior .noticias h2{
	width:500px;
	display:block;
	float:left;
}

.texto_contenido_interior .noticias p.fecha{
	margin:0px;
	font-style:italic;
	color:#a2a2a2;
	width:500px;
	display:block;
	float:left;
}

.texto_contenido_interior .noticias h3{
	margin:0px 0px 20px 0px;
	width:500px;
	display:block;
	float:left;
}

.texto_contenido_interior .noticias p.entradilla{
	font-style:italic;
	margin:0px 0px 20px 0px;
	width:500px;
	display:block;
	float:left;
}

.noticia_img{
	text-align:center;
	margin:0px 0px 20px 0px;
	width:500px;
	float:left;
}

.noticia_expandida{
	width:500px;
	float:left;
}

.noticia_expandida em{
	font-weight:bold;
	font-size: 15px;
	font-style:normal;
	margin:15px 0px 15px 0px;
	color: #5b7876;
	width:500px;
	display:block;
	float:left;
}

.noticia_expandida ul{
	margin:10px 0px 20px 0px;
	float:left;
	width:500px;
}

.noticia_expandida li{
	padding-left:5px;
	list-style-position:inside;
}

.columna_noticias ul{
	list-style:none;
	margin:25px 0px 25px 0px;
}

.columna_noticias li{
	float:left;
	width:100%;
	margin:0px 0px 5px 0px;
	padding:0px;
}

.columna_noticias h3{
	margin:0px;
	padding:0px;
	font-weight:normal;
	float:left;
	margin-top:70px;
}

.columna_noticias a{
	width:214px;
	margin:0px;
	padding:5px;
	color:#000;
	font-size:13px;
	text-transform:none;
	float:left;
	letter-spacing:0px;
}

.columna_noticias a:hover{
	background-color:#fff;
	text-decoration:underline;
}

.columna_noticias a .fecha{
	margin:0px;
	font-size:10px;
	color:#5b7876;
	font-weight:bold;
}


.fondo_noticias{
	background-image:url(../images/home_lateral.png);
	background-repeat:repeat-y;
	background-position:right;
}

/* Noticias home */

#inicio_lateral ul{
	list-style:none;
	margin:10px 0px 10px 0px;
}

#inicio_lateral ul a{
	display:block;
	padding:5px;
	margin:0px 5px 0px 0px;
	color:#000;
	font-size:11px;
}

#inicio_lateral a:hover{
	background-color:#fff;
	text-decoration:underline;
}

#inicio_lateral h4{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

#inicio_lateral .fecha{
	margin:0px;
	font-size:10px;
	color:#5b7876;
	font-weight:bold;
}

.video{
	margin:10px 0px 15px 0px;
	text-align:center;
}
#video{
	margin-bottom:30px;
	}

.enlace_externo{
	margin:0px 0px 8px 0px;
}


/* ---------------------- ENLACES ----------------------- */

ul.enlaces li{
	}
ul.enlaces li img{
	margin-top:10px;
	margin-left:15px;
	margin-bottom:15px;
	}

ul.enlaces li img{
	border:#CCCCCC solid 1px;
	padding:3px;
	}
ul.enlaces li a{
	color:#333333;
	}
ul.enlaces li a:hover{
	text-decoration:underline;
	}
	
.interiorderecha p img {
	border:0px;
	}

/* ---------------------- CONTACTO ----------------------- */

.googlemaps{
	margin-top:20px;
	 }
.form_bloque{
	float:left;
	width:100%;
}

.form_bloque label{
	width:100%;
	float:left;
	font-weight:bold;
	font-size:13px;
	margin-top:2px;
}

.form_bloque input{
	float:left;
	border:1px solid  #ccc;
	border-top-color:#999999;
	padding:4px 2px;
	margin-bottom:5px;
	margin-top:2px;
}
.form_bloque textarea{
	float:left;
	border-color:#999999 #CCCCCC #CCCCCC;
	border-style:solid;
	border-width:1px;
	width:346px;
	height:100px;
	margin-bottom:10px;
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
}
.formularios{
	margin:20px 0px;
}

.form_boton{
	margin-top:20px;
	padding:5px 10px;
	font-size:11px;
	float:left;
	cursor:pointer;
}

.form_texto_error, estilo1 {
	color:#CC3300;
	margin-top:5px;
	margin-left:10px;
	float:left;
}