@import url("../font-awesome/css/font-awesome.css");

body h1 {padding:0px;margin:0px;margin-bottom:22px;margin-top:8px;font-size:22px;color:rgba(1,95,123,.8)}
body h2 {padding:0px;margin:0px;margin-bottom:12px;margin-top:8px;font-size:18px;color:rgba(1,95,123,.8);}
body h3 {padding:0px;margin:0px;margin-bottom:8px;margin-top:8px;font-size:16px;color:rgba(1,95,123,.8);font-weight:normal}
body h4 {padding:0px;margin:0px;margin-bottom:8px;margin-top:8px;font-size:14px;color:rgba(1,95,123,.8);font-weight:normal}
body h5 {padding:0px;margin:0px;margin-bottom:8px;margin-top:8px;font-size:12px;color:rgba(1,95,123,.8);font-weight:normal}
body h6 {padding:0px;margin:0px;margin-bottom:8px;margin-top:8px;font-size:11px;color:rgba(1,95,123,.8);font-weight:normal}

hr {height:1px;border:0px;border-bottom:1px dashed rgba(1,95,123,.8);margin-top:8px;margin-bottom:9px;color:transparent;}


a, a:active, a:link, a:visited {
	color:rgba(1,95,123,1);
	text-decoration:none;
	outline: medium none;
}
a:hover {
	text-decoration:underline;
	}
	
.titulo {padding:0px;margin:0px;margin-bottom:8px;margin-top:8px;font-size:14px;color:rgba(1,95,123,.8);}
.subtitulos{
	margin-top:3px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	padding-bottom: 4px;
	font-style: italic;
	font-size: 0.9em;
	color:#999;
	display:block;
}
.titular{
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #000;
	font-size: 1.2em;
	display: block;
	margin-bottom:4px;
	margin-top:4px;
	background:transparent;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a[target=_blank].titular ,a[name],a.titular{background-image:url(../img/b.gif);padding:0px;margin:0px;border:0;margin-top:4px;margin-bottom:4px;}




/*telefonos*/	
a.tel,a.tel:link{background:transparent;padding:0;}
a[href^=tel]{background:transparent;padding:0;}		
.enlacee {background:url(../i/acg.png) no-repeat 100% 0;padding-left:1px;padding-right:13px;margin-right:2px;border-bottom:1px dotted #365d95;color:#333377;}
.enlace_sinimagen{background:url(../i/b.gif) no-repeat;border:0;padding:0px;}
.enlace_sinimagen a,.enlace_sinimagen a[target=_blank]{background:url(../i/b.gif) no-repeat;border:0;padding:0px;}
a[target=_blank].enlace_sinimagen ,a.enlace_sinimagen{background:url(../i/b.gif) no-repeat;border:0;padding:0px;}
.icono_descarga {position:relative;top:8px;margin-left:12px;margin-right:4px;}
.clase_descarga_mp3,.clase_descarga_pdf,.clase_descarga_kmz,.clase_descarga_mapa,.clase_descarga_zip {display:block;margin-left:14px;padding:4px;color:#777;font-style:italic;border-bottom:1px dotted #aaa;margin-bottom:16px;margin-top:6px;}
.clase_descarga_mp3  a,.clase_descarga_pdf a,.clase_descarga_kmz a,.clase_descarga_mapa a,.clase_descarga_zip a {display:block;padding:0;padding-left:36px;color:#005500;font-style:normal;font-weight:bold;height:30px;line-height:1em;padding-top:9px;}
.clase_descarga_pdf a{background:url(../Archivos/Imagenes/icono_pdf.png) no-repeat 0 0;}
.clase_descarga_kmz a{background:url(../Archivos/Imagenes/icono_kmz.png) no-repeat;}
.clase_descarga_mapa a{background:url(../Archivos/Imagenes/icono_mapa.png) no-repeat;}
.clase_descarga_zip a {background:url(../Archivos/Imagenes/icono_zip.png) no-repeat;}
.clase_descarga_mp3 a{background:url(../Archivos/Imagenes/icono_mp3.png) no-repeat 0 0;}
.clase_descarga_mp3 p a,.clase_descarga_pdf p a,.clase_descarga_kmz p a,.clase_descarga_mapa p a,.clase_descarga_zip p a {display:inline;padding:0;background:url(../i/acg.png) no-repeat 100% 0;padding-right:13px;margin-right:2px;font-weight:normal;}
	
p {margin:0px;margin-bottom:4px;margin-top:0px;padding:0px;}
p.idioma_seleccionado {margin:0;}

.encabezado{
	font-size: 1.8em;color: #444; 
	font-weight:bold;
	display:block;
}

.nota{

	border:1px solid rgba(0,0,0,.3);
	background-color: #fafaed;
	background-image: url(../i/info.png); background-repeat: no-repeat;
	color:black;
	margin-left: 20px;margin-right:30px;
	margin-top:15px;margin-bottom:15px;
	padding-top: 8px;padding-bottom: 14px;padding-right: 8px;padding-left: 45px;
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	display:block;
	min-height:30px;
	text-align:left;
	max-width:80%;
	
}

.nota_error {background-image: url(../i/error.png); background-repeat: no-repeat;}

.nota a {background:url(../i/acg.png) no-repeat 100% 0;padding-right:13px;margin-right:2px;}
.nota p {margin:0px;padding:0px;}

.azul {color:#365d95;}

.publicidad {font-size:0.9em;color:#666699;text-align:center;text-decoration:none;}

.caja_icono {display:inline-block;width:63px;height:55px;overflow:hidden;margin:3px;border:1px solid #babbb9;text-align:center;padding:3px;font-size:0.97em;background:#f2f3f0;}
.caja_icono img {display:block;width:48px;margin:0 auto;}
.caja_icono a {background:transparent;margin:0;padding:0;}

.video_info {display:block;color:#777;font-style:italic;border-bottom:1px dotted #aaa;margin-bottom:16px;margin-top:6px;padding-bottom:4px;}
.video_info .titular {display:block;background:url(../Archivos/Imagenes/icono_video.png) no-repeat 0 0;padding-left:36px;height:30px;padding-top:9px;text-align:left;margin-bottom:8px;}
.video_info div {text-align:center;}
.video_info p {font-size:0.9em;margin-left:12px;line-height:1.2em;}
.foto_centrada img, img.foto_centrada {border:0;display:block;margin:0 auto;max-width:96%;border:1px solid #bbb;}
.foto_centrada a {background:transparent;margin:0;padding:0}
.foto_izquierda{float:left;margin-right:5px;display:inline-block;max-width:96%;}
.foto_derecha{float:right;margin-left:5px;display:inline-block;max-width:96%;}

.nombre_empresa{font-weight:bold;}

.columna_foto{display: inline-block; width: 22%; max-width: 100%; margin: 5px auto; vertical-align: top;border:0px solid lime;}
.columna_foto img {max-width:100%;display:block;margin:5px auto;padding:0;}
.columna_texto{display: inline-block; width: 75%; max-width: 100%; margin: 5px auto; vertical-align: top;border:0px solid red;}

.intros_br{margin-top:12px;margin-bottom:12px;}

.lista_servicios{float:left; font-size: 1.4em; margin-left:50px;}
.lista_servicios li{list-style:circle; margin:12px auto; padding-left:10px;}


.full_foto img{max-width:100%;width:1100px;}
.fase .full_foto{height:auto;margin-bottom:0px;}

article div.fase .full_foto img.foto{width:100%;max-width:100%;}


.caja_gris {

    display: inline-block;
    max-width: 90%;
    margin: 15px;
    width: 300px;
    vertical-align: middle;
    border: 1px solid rgba(0,0,0,.05);
	/*overflow: hidden;*/
	position: relative;
	background:		#f1f1f1;
	font-size:1.2em;

}
body .caja_azul{
	background: rgba(1,95,123,1);color:#fff;
	
}
body .caja_azul h2{
	color:rgba(255,255,255,.8);
}
.caja_gris .imagen_caja {

    overflow: hidden;
    width: 300px;
    /*min-height: 201px;
    border-bottom: 1px solid rgba(0,0,0,.05);*/

}
.imagen_caja img{width:100%;border:0;padding:0;display:block;}
.caja_gris .texto_caja {
	text-align:center;
    padding: 20px;
    line-height: 120%;

}
.margen_caja{
	    padding: 15px;
    line-height: 120%;
}
.fase{background:		#f1f1f1;
 border: 1px solid rgba(0,0,0,.05);
 margin:5px;
 margin-bottom:20px;margin-top:10px;
 width:46%;display:inline-block;
 max-width:99%;
 vertical-align:top;
 min-height:540px;
 
}

.fase a,.caja_gris a{padding:0;background:transparent;margin:0;}
.nota_destacada{
	font-size:1.05em;	
		-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);		
		-moz-border-radius:2px;
		-webkit-radius: 2px;
		border-radius:2px;	
    padding:20px;	
	background:#f1f1f1;border: 1px solid rgba(0,0,0,.05);	
	margin:30px auto;
	min-width:50%;width:640px;max-width:100%;
}