@charset "utf-8";
/* CSS Document */

body {
	background:url(../img/bg.jpg);
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color:#07608C;
}
a:visited {
	text-decoration: none;
	color:#07608C;

}
a:hover {
	text-decoration: none;
	color:#DE2C28;
}
a:active {
	text-decoration: none;
}

#main {
	width:990px;
	margin-right: auto;
	margin-left: auto;
	
}
#container_site {
	width: 990px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #FFF;
	float: left;
	 box-shadow: 0px 28px 25px #191919;
}
#logo {
	float: left;
	height: 91px;
	width: 312px;
	margin-top:16px;
}


#slider {
	height: 339px;
	width: 990px;
	float:left;
	padding-top:23px;
}

#banner {
	height: 123px;
	width: 990px;
	float:left;
	padding-top:23px;
}

	
.margen1 {
	margin-top:40px; 
	float:left;
	}

.margen2 {
	margin-top:33px;
	float:left; 
		}
	
.margen3 {
	margin-top: 50px;
	margin-left: 6px;
	float: left;
		}

.cont_titular_index {
	background-image: url("../img/titularbg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    float: left;
    font-size: 23px;
    height: 32px;
    margin-bottom: 50px;
    margin-top: 34px;
    text-align: center;
    width: 990px;}
	
.cont_titular_int {
	background-image: url("../img/titularbg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    float: left;
    font-size: 23px;
    height: 32px;
    margin-bottom: 50px;
    margin-top: 34px;
    text-align: center;
    width: 990px;}	
	
#serv_index {
	float: left;
	height: 200px;
	margin-bottom: 110px;
	width: 990px;
	height: 200px;
	
}

a img  
{  
border: none;  
} 
	
.serv {
	width:150px;
	height:195px;
	float:left;
	margin-right:18px;
	text-align:center;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
 	 transition:.5s;}
	 
.serv:hover {
	 	zoom: 1;
        filter: alpha(opacity=50);
        opacity: 0.3;
	}	 
	
.serv1 {
	width:150px;
	height:195px;
	float:left;
	margin-right:18px;
	text-align:center;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
 	 transition:.5s;
	}	
.serv1:hover {
	 	zoom: 1;
        filter: alpha(opacity=50);
        opacity: 0.3;
	}	
.serv2 {
	width:150px;
	height:195px;
	float:left;
	text-align:center;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
 	 transition:.5s;
	}
.serv2:hover {
	 	zoom: 1;
        filter: alpha(opacity=50);
        opacity: 0.3;
	}	
#footer {
	background-color: #D22E29;
    clear: both;
    height: 50px;
    min-width: 1064px;
    position: relative;
	}
	

.texto_serv {
    font-size: 16px;
    margin-top: 17px;
    text-align: center;
}

#nav {
	background-image:url(../img/lineamenu.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	float: right;
	height: 120px;
	width: 650px;
	position:relative;
	z-index:105;
	
	
}


#nav ul ul {
	display: none;
}

	#nav ul li:hover > ul {
		display: block;
	}


#nav ul a{
	color:#58595B}
	
#nav ul a:hover{
	color:#FFF}	
	
#nav ul {
	
	list-style: none;
	position: relative;
	display: inline-table;
	margin-top:0px;
	padding-left:0px;
}
	#nav ul:after {
		content: ""; clear: both; display: block;
	}

#nav ul li {
	float: left;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    width: 97px;
	background-image:url(../img/lineamenu.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-bottom:38px;
	-ms-transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	transition:.7s;
	height:105px;

}
	#nav ul li:hover {
		background: #025C89;
		
	}
	

		#nav ul li:hover a {
			color: #fff;
		}
	
	#nav ul li a {
	display: block;
    float: left;
    padding: 0 0 10px;
    text-decoration: none;
	}
	
#nav ul ul {
	border-radius: 0px; 
	padding: 0;
	position: absolute; 
	top: 100%;
	margin-left:-15px;
	 
}

#nav ul ul li {
	float: left;
clear: both;
background-image: url(../img/menubg.png);
background-repeat: repeat;
border-bottom: 1px solid #ADADAD;
position: relative;
padding-top: 10px;
padding-bottom: 0px;
height: auto !important;
width: 225px;
text-align:left;
	}


.menu_activo_li {
			background:#DB2A20 !important;

	}
	
.menu_activo {
			background: #025C89;
			color:#FFF !important;
				

	}	
.menu_activo a {
	color:#FFF !important;

	}	
	
	

#nav ul ul li:hover {
	background-color:#DB2A20;
	
	}

#nav ul ul li a {
	color: #fff;
	}	
			
		
#nav ul ul ul {
	position: absolute; left: 100%; top:0;
	}
	
.alignright {
	display: inline;
    float: right;
	margin-left:40px;
	margin-bottom:20px;}
	

.boton_perfil {
	    background-image: url("../img/boton_perfil.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    float: left;
    height: 36px;
    width: 76px;
	margin-left:235px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	}

.boton_perfil_ac {
	    background-image: url("../img/boton_perfil.png");
    background-position: 0 -30px;
    background-repeat: no-repeat;
    float: left;
    height: 36px;
    width: 76px;
	margin-left:235px;

	}
	
	
	
.boton_perfil:hover {
	background-position: 0 -30px;
	}
	
.boton_exp_profesional {
	height: 36px;
	width: 212px;
	float: left;
	background-image: url(../img/boton_exp_profesional.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-left:25px;
	margin-right:25px;	
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	}
	
.boton_exp_profesional_ac {
	height: 36px;
	width: 212px;
	float: left;
	background-image: url(../img/boton_exp_profesional.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	margin-left:25px;
	margin-right:25px;	
	
	}
	
.boton_exp_profesional:hover {
		background-position: 0 -30px;

}

/*-------------------------*/
.boton_reco {
	height: 36px;
	width: 212px;
	float: left;
	background-image: url(../img/eboton_participacion.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-left:25px;
	margin-right:25px;	
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	}
	
.boton_reco_ac {
	height: 36px;
	width: 212px;
	float: left;
	background-image: url(../img/eboton_participacion.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	margin-left:25px;
	margin-right:25px;	
	
	}
	
.boton_reco:hover {
		background-position: 0 -30px;

}



.boton_menciones {
	height: 36px;
	width: 244px;
	float: left;
	background-image: url(../img/eboton_reconocimientos.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;	
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	}
	
.boton_menciones_ac {
	height: 36px;
	width: 244px;
	float: left;
	background-image: url(../img/eboton_reconocimientos.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;	

	}	
	
.boton_menciones:hover {
	background-position: 0 -30px;

	}	




/*-------------------------------*/

	
	
.boton_trabajos_publicados {
	height: 36px;
	width: 210px;
	float: left;
	background-image: url(../img/boton_trabajos_publicados.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;	
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	}
	
.boton_trabajos_publicados_ac {
	height: 36px;
	width: 210px;
	float: left;
	background-image: url(../img/boton_trabajos_publicados.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;	

	}	
	
.boton_trabajos_publicados:hover {
	background-position: 0 -30px;

	}	
	/*---------------*/
	
.boton_cong_exp {
	height: 36px;
	width: 210px;
	float: left;
	background-image: url(../img/boton_cong_exp.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;	
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	}
	
.boton_cong_exp_ac {
	height: 36px;
	width: 210px;
	float: left;
	background-image: url(../img/boton_cong_exp.png);
	background-repeat: no-repeat;
	background-position: 0px -31px;	

	}	
	
.boton_cong_exp:hover {
	background-position: 0 -31px;

	}	
	
	
	
	
.botones_docs {
	float: left;
    margin-bottom: 25px;
    margin-top: 30px;
	}
	
.cont_intener_doc {
    text-align: justify;
	float:left;
	width:990px;
}

/* ----------------------------------------------------*/


.boton_cardiacas_y_marcapasos {
background-image: url("../img/btn_informacion_pacientes.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    float: left;
    height: 36px;
    margin-left: 18px;
    width: 300px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	}
	
.boton_cardiacas_y_marcapasos_ac {
background-image: url("../img/btn_informacion_pacientes.png");
    background-position: 0 -33px;
    background-repeat: no-repeat;
    float: left;
    height: 36px;
    margin-left: 18px;
    width: 300px;
	
	}
	
.boton_muerte_y_jovenes {
	height: 36px;
	width: 290px;
	float: left;
	background-image: url(../img/boton_muerte_jovenes_y_deportistas.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	}	
	
.boton_muerte_y_jovenes_ac {
	height: 36px;
	width: 290px;
	float: left;
	background-image: url(../img/boton_muerte_jovenes_y_deportistas.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;
	
	}	
	
	
.boton_muerte_y_jovenes:hover {
		background-position: 0 -35px;

}
		
	
	
.boton_cardiacas_y_marcapasos:hover {
		background-position: 0 -33px;

}
	
	
.boton_web_pacientes {
	background-image: url("../img/boton_paginas_web_para_pacientes.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    float: left;
    height: 36px;
    width: 265px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	}
	
.boton_web_pacientes_ac {
	background-image: url("../img/boton_paginas_web_para_pacientes.png");
    background-position: 0 -30px;
    background-repeat: no-repeat;
    float: left;
    height: 36px;
    width: 265px;

	}
	
.boton_web_pacientes:hover {
		background-position: 0 -30px;

}

.boton_opinion {
	 background-image: url("../img/boton_opinion.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    float: left;
    height: 36px;
    margin-right: 11px;
    width: 85px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	}
	
.boton_opinion_ac {
	 background-image: url("../img/boton_opinion.png");
    background-position: 0 -30px;
    background-repeat: no-repeat;
    float: left;
    height: 36px;
    margin-right: 11px;
    width: 85px;
		
	}
	
.boton_opinion:hover {
		background-position: 0 -30px;

}

.videos {
	height:207px;
	width:700px;
	float:left;}
	
.video1 {
	height:207px;
	width:220px;
	float:left;
	}
	
.video2 {
	height:207px;
	width:220px;
	float:left;
	margin-left:20px;
	margin-right:20px;
	}
	
.video3 {
	height:207px;
	width:220px;
	float:left;
	}	
	
.nombre_form {
	color: #045B85;
	}

.info_me {
	line-height:30px;}
	
#formulario {
	background-color: #F3F3F3;
    float: left;
    height: 780px;
    margin-left: 32px;
	padding: 10px 27px;
    width: 605px;	
	line-height:22px;
}

.info_footer {
 color: #FFFFFF;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    text-align: justify;
    width: 575px;
	margin-top: 10px;
}
.cont_f {
	margin-left: auto;
    margin-right: auto;
    width: 990px;}
	
.pixel {
	float: right;
    margin-right: -39px;
    margin-top: 7px;
	}	
	
.info_footer a {
	color:#FFF;
	}		
	
.info_footer a:hover {
	color:#CCC;
	}		