@charset "UTF-8";

img{
	border:none;	
}

body{
	background:rgba(233,237,246,1) url(../img/fondo1.jpg) repeat;
	margin:0px;
	padding:0px;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:16px;	
	color:rgba(77,140,219,1);
}

a{
	text-decoration:none;
	color:rgba(0,0,51,1);	
}

a:hover{
	color:#FF6600;
	text-decoration:none;	
}

h1,h2,h3{
	margin:0;
	padding:0;	
}

h3{
	font-weight:normal;
	font-size:18px;	
}

textarea{
	resize:none;
}

#bigbox{
	margin:0 auto;
	width:900px;
}

#topbox {
	background:rgba(77,140,219,1);
	margin:0 auto;
	margin-top:0px;
	width:900px;
	height:200px;
	border-radius:0px 0px 40px 40px;
	-moz-border-radius:0px 0px 40px 40px;
	-o-border-radius:0px 0px 40px 40px;
	-webkit-border-radius:0px 0px 40px 40px;
	box-shadow:rgba(0,0,0,0.2) 5px 5px 10px;
	-o-box-shadow:rgba(0,0,0,0.2) 5px 5px 10px;
	-ms-box-shadow:rgba(0,0,0,0.2) 5px 5px 10px;
	-moz-box-shadow:rgba(0,0,0,0.2) 5px 5px 10px;
	-webkit-box-shadow:rgba(0,0,0,0.2) 5px 5px 10px;
}

#menumain{
	position:absolute;
	margin-top:100px;
	margin-left:45px;
	width:810px;	
	border-radius:20px;
	box-shadow:rgba(255,255,255,0.4) 0px 0px 5px;
	-o-box-shadow:rgba(255,255,255,0.4) 0px 0px 5px;
	-moz-box-shadow:rgba(255,255,255,0.4) 0px 0px 5px;
	-ms-box-shadow:rgba(255,255,255,0.4) 0px 0px 5px;
	-webkit-box-shadow:rgba(255,255,255,0.4) 0px 0px 5px;
}

#menubox{
	background:rgba(131,203,251,0.5);
	position:relative;
	float:left;
	width:160px;
	height:47px;
	padding-top:23px;
	border:thin;
	border-style:solid;
	border-top-color:rgba(255,255,255,0.3);	
	border-left-color:rgba(255,255,255,0.3);	
	border-right-color:rgba(0,0,0,0.1);
	border-bottom-color:rgba(0,0,0,0.1);
	transition: background 1.5s, color 1.5s;
	-webkit-transition: background 1.5s, color 1.5s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}

#menumain a{
	color:rgba(255,255,255,1);
}

#menumain a:hover{
	color:rgba(77,140,219,1);
}

#menubox:hover{
	background:rgba(255,255,255,1);	
	color:rgba(77,140,219,1);
	transition: background 1.5s, color 1.5s;
	-webkit-transition: background 1.5s, color 1.5s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}

.txt_menu{
	font-size:20px;
	color:rgba(255,255,255,1);
	font-family: 'Pathway Gothic One', sans-serif;
	text-transform:uppercase;
	text-align:center;
}

#zona_redes{
	position:relative;
	float:right;
	width:300px;	
	height:100px;
	margin-right:50px;
}

#botones_redes{
	margin-top:0px;
	position:absolute;
	padding-top:25px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:15px;
	width:30px;
	height:30px;
	right:0px;
	background:rgba(255,255,255,0.5);
	border-radius:0px 0px 10px 10px;
	-moz-border-radius:0px 0px 10px 10px;
	-o-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	transition: background 1s;
	-webkit-transition: background 1s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;	
}

#botones_redes:hover{
	background:rgba(255,255,255,1);
	transition: background 1s;
	-webkit-transition: background 1s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}

#botones_redes img{
	border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px;
	box-shadow:rgba(0,0,0,0.6) 3px 3px 10px;
	-o-box-shadow:rgba(0,0,0,0.6) 3px 3px 10px;
	-webkit-box-shadow:rgba(0,0,0,0.6) 3px 3px 10px;
	-moz-box-shadow:rgba(0,0,0,0.6) 3px 3px 10px;
	-ms-box-shadow:rgba(0,0,0,0.6) 3px 3px 10px;	
}

#botones_redes img:hover{
	width:33px;
	height:33px;
}

#logobox{
	position:absolute;
	float:left;
	margin-top:0px;
	padding-left:50px;
}

#infobox{
	background:rgba(255,255,255,1);
	margin-top:50px;
	width:900px;
	height:300px;	
	border-radius:40px; -o-border-radius:40px; -moz-border-radius:40px; -ms-border-radius:40px; -webkit-border-radius:40px;
	box-shadow:rgba(0,0,0,0.2) 5px 5px 10px;
	-o-box-shadow:rgba(0,0,0,0.2) 5px 5px 10px;
	-moz-box-shadow:rgba(0,0,0,0.2) 5px 5px 10px;
	-ms-box-shadow:rgba(0,0,0,0.2) 5px 5px 10px;
	-webkit-box-shadow:rgba(0,0,0,0.2) 5px 5px 10px;
}

#ventanita_contacto{
	font-size:14px;
	color:rgba(104,171,235,1);
	z-index:-20;
	margin-top:0px;
	position:relative;
	padding:15px;
	width:120px;
	background:rgba(255,255,255,0.5);
	border-radius:0px 0px 10px 10px;
	-moz-border-radius:0px 0px 10px 10px;
	-o-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	transition: background 1s;
	-webkit-transition: background 1s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	box-shadow:rgba(0,0,0,0.1) 2px 2px 6px;
	-o-box-shadow:rgba(0,0,0,0.1) 2px 2px 6px;
	-ms-box-shadow:rgba(0,0,0,0.1) 2px 2px 6px;
	-moz-box-shadow:rgba(0,0,0,0.1) 2px 2px 6px;
	-webkit-box-shadow:rgba(0,0,0,0.1) 2px 2px 6px;
}


#zona_inferior{
	margin-top:50px;
	width:100%;
	height:70px;
	background:rgba(255,255,255,0.5);
	text-align:center;
	font-size:16px;	
	border:thin;
	border-style:solid;
	border-top-color:rgba(157,202,218,1);	
	border-bottom-color:rgba(255,255,255,1);
	box-shadow:rgba(0,0,0,0.1) 0px 10px 20px;
}

.float_left{
	float:left;	
}

.float_right{
	float:right;	
}

#zona_inferior_box{
	width:860px;
	padding:20px;
	padding-top:25px;
	height:30px;
	margin:0 auto;	
}

#caja_red{
	font-size:18px;
	padding:10px;
	margin-top:30px;
	position:absolute;
	width:350px;
	height:20px;
	background:rgba(233,237,246,1);
	box-shadow:rgba(0,0,0,0.3) 5px 5px 10px; -o-box-shadow:rgba(0,0,0,0.3) 5px 5px 10px; -moz-box-shadow:rgba(0,0,0,0.3) 5px 5px 10px; -webkit-box-shadow:rgba(0,0,0,0.3) 5px 5px 10px; -ms-box-shadow:rgba(0,0,0,0.3) 5px 5px 10px;
	/* border-radius:10px; -o-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -webkit-border-radius:10px; */
}

#recuadro_foto{
	padding:10px;
	background:rgba(233,237,246,1);
	box-shadow:rgba(0,0,0,0.3) 5px 5px 10px; -o-box-shadow:rgba(0,0,0,0.3) 5px 5px 10px; -moz-box-shadow:rgba(0,0,0,0.3) 5px 5px 10px; -webkit-box-shadow:rgba(0,0,0,0.3) 5px 5px 10px; -ms-box-shadow:rgba(0,0,0,0.3) 5px 5px 10px;
	
}

#triangulo{
	margin-left:60px;
	width:40px;
	height:20px;
	position:absolute;
	bottom:-20px;	
}

#foto_inferior{
	margin-left:-220px;
	margin-top:-184px;
	position:absolute;
	background:url(../img/jesuspulido_traje_inv.png);
	width:237px;
	height:158px;	
}

#foto_superior{
	margin-left:10px;
	margin-top:9px;
	margin-right:20px;
	float:left;
	background:url(../img/jesus_cabeza.png);
	width:111px;
	height:91px;	
}

#input_style{
	width:350px;
	font-family: 'Pathway Gothic One', sans-serif;
	padding:10px;
	font-size:16px;
	margin-bottom:10px;
	height:20px;	
}

.input_style{
	width:350px;
	font-family: 'Pathway Gothic One', sans-serif;
	padding:10px;
	font-size:16px;
	margin-bottom:10px;
	height:20px;	
}

#textarea_style{
	width:350px;
	font-family: 'Pathway Gothic One', sans-serif;
	padding:10px;
	font-size:16px;
	margin-bottom:10px;
	height:150px;	
}

#enviar_form{
	width:150px;
	font-family: 'Pathway Gothic One', sans-serif;
	padding:5px;
	font-size:20px;
	margin-top:20px;
	margin-bottom:10px;
	height:40px;	
	background:rgba(77,140,219,1);
	color:rgba(242,250,255,1);
}

#lista_curriculum{
	margin-left:-15px;	
}

#lista_curriculum li{
	color:#FF6600;
	margin-bottom:10px;	
}

#lista_curriculum span{
	color:rgba(77,140,219,1);
}

#span_naranja{
	color:#FF6600;	
}

#quote{
	margin-right:1px;
	margin-left:1px;
	font-size:16px;
	color:#FF6600;
}

#select_style {
	width:100px;
	height:40px;
	font-family:'Pathway Gothic One', sans-serif;
	font-size:16px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;	
}

.super_txt{
	font-size:20px;	
	color:rgba(38,113,216,1);
}

/* PUBLICACIONES */

#imagen_porta {
	position:relative;
	float:left;
	overflow:hidden;
	margin:10px;
	padding:20px;
	width:300px;
	height:200px;
	background:rgba(181,219,247,1);
}

.texto_porta {
	position:absolute;
	color:rgba(255,255,255,1);
	background:rgba(77,140,219,0.9);
	opacity:0;
	text-align:center;
	width:300px;
	height:226px;
	transition: opacity 2s;
	-webkit-transition: opacity 2s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}

.texto_porta_trabajos {
	position:absolute;
	color:rgba(255,255,255,1);
	background:rgba(77,140,219,0.9);
	opacity:0;
	text-align:center;
	width:130px;
	height:226px;
	transition: opacity 2s;
	-webkit-transition: opacity 2s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}

.txt_real_porta{
	margin:20px;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:16px;	
}

.txt_real_porta a{
	text-decoration:none;
	color:rgba(204,204,204,1);
	transition: color 1s;
	-webkit-transition: color 1s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}

.txt_real_porta a:hover{
	color:rgba(255,204,51,1);
	transition: color 1s;
	-webkit-transition: color 1s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}

.texto_porta:hover{
	overflow:hidden;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	opacity:1;
}

.texto_porta_trabajos:hover{
	overflow:hidden;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	opacity:1;
}

.txt_real_porta h3{
	margin-bottom:30px;
	font-size:20px;
}

.titulos_faq{
	font-size:20px;
	color:rgba(38,113,216,1);
	text-transform:uppercase;
}

.respuestas_faq{
	line-height:24px;
	font-size:18px;
	color:rgba(77,140,219,1);	
}

.regresar_faq{
	font-size:16px;
	text-transform:uppercase;
}

#faq_lista{
	margin-left:-20px;
	padding-right:10px;	
	line-height:22px;
}

#faq_lista li{
	margin-bottom:20px;	
}

#ventana_arriba{
	opacity:1;
	overflow:hidden;
	font-size:14px;
	color:rgba(255,255,255,0.5);
	z-index:10000;
	margin-top:0px;
	position:absolute;
	padding:10px;
	width:40px;
	height:0px;
	background:rgba(255,255,255,0.5);
	border-radius:0px 0px 10px 10px;
	-moz-border-radius:0px 0px 10px 10px;
	-o-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	transition: background 1s;
	-webkit-transition: background 1s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	box-shadow:rgba(0,0,0,0.1) 2px 2px 6px;
	-o-box-shadow:rgba(0,0,0,0.1) 2px 2px 6px;
	-ms-box-shadow:rgba(0,0,0,0.1) 2px 2px 6px;
	-moz-box-shadow:rgba(0,0,0,0.1) 2px 2px 6px;
	-webkit-box-shadow:rgba(0,0,0,0.1) 2px 2px 6px;
	transition: opacity 1s, width 1s, height 1s, color 1s;
	-webkit-transition: opacity 1s, width 1s, height 1s, color 1s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}

#ventana_arriba:hover{
	opacity:1;
	width:120px;
	height:170px;
	color:rgba(104,171,235,1);
	transition: opacity 1s, width 1s, height 1s, color 1s;
	-webkit-transition: opacity 1s, width 1s, height 1s, color 1s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}

#ventana_arriba2{
	opacity:1;
	overflow:hidden;
	font-size:14px;
	color:rgba(0,0,102,1);
	z-index:10000;
	margin-top:0px;
	position:absolute;
	padding:10px;
	width:40px;
	height:0px;
	background:rgba(255,255,255,0.5);
	border-radius:0px 0px 10px 10px;
	-moz-border-radius:0px 0px 10px 10px;
	-o-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	transition: background 1s;
	-webkit-transition: background 1s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	box-shadow:rgba(0,0,0,0.1) 2px 2px 6px;
	-o-box-shadow:rgba(0,0,0,0.1) 2px 2px 6px;
	-ms-box-shadow:rgba(0,0,0,0.1) 2px 2px 6px;
	-moz-box-shadow:rgba(0,0,0,0.1) 2px 2px 6px;
	-webkit-box-shadow:rgba(0,0,0,0.1) 2px 2px 6px;
	transition: opacity 1s, width 1s, height 1s, color 1s;
	-webkit-transition: opacity 1s, width 1s, height 1s, color 1s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}

#ventana_arriba2:hover{
	opacity:1;
	width:120px;
	height:40px;
	color:rgba(104,171,235,1);
	transition: opacity 1s, width 1s, height 1s, color 1s;
	-webkit-transition: opacity 1s, width 1s, height 1s, color 1s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}

#text_desaparece{
		
}

#seccion_ventanas{
	width:900px;
	margin:0 auto;
	height:30px;
	margin-bottom:0px;
}

#ventana_urgencias{
	opacity:0.6;
	background:rgba(0,0,102,1);
	width:120px;
	float:left;
	margin-left:50px;
	padding:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	box-shadow:rgba(0,0,0,0.5) 2px 2px 6px;
	-o-box-shadow:rgba(0,0,0,0.5) 2px 2px 6px;
	-ms-box-shadow:rgba(0,0,0,0.5) 2px 2px 6px;
	-moz-box-shadow:rgba(0,0,0,0.5) 2px 2px 6px;
	-webkit-box-shadow:rgba(0,0,0,0.5) 2px 2px 6px;
}

#ventana_consultas{
	opacity:0.6;
	background:rgba(255,255,255,1);
	width:580px;
	float:right;
	margin-right:50px;
	padding:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	box-shadow:rgba(0,0,0,0.2) 2px 2px 6px;
	-o-box-shadow:rgba(0,0,0,0.2) 2px 2px 6px;
	-ms-box-shadow:rgba(0,0,0,0.2) 2px 2px 6px;
	-moz-box-shadow:rgba(0,0,0,0.2) 2px 2px 6px;
	-webkit-box-shadow:rgba(0,0,0,0.2) 2px 2px 6px;
}

#great_topbox{
	width:1280px;
	margin:0 auto;	
}