@charset "utf-8";
/* CSS Document */
body{
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/fondo_general.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a:link, a:visited{
	text-decoration:none;
	color:#027EBE;
}
a:hover{
	color: #000;
	text-decoration:underline;
	}
.superior{
	background-image:url(images/fondo_superior.jpg);
	background-repeat:repeat-x;
	vertical-align:bottom;
	padding-bottom:5px;
}
.superior2{
	background-image:url(images/fondo_superior2.jpg);
	background-repeat:repeat-x;
}
.inferior{
	background-color:#fff;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	padding-right:10px;
	color:#027EBE;
}
.servicios{
		background-image: url(images/fondo_servicios.jpg);
	background-repeat:no-repeat;
	background-position:0px 40px;
	padding-top:45px;
}
.servicios2{
	padding-left:70px;
	list-style:none;
}
.servicios2 li{
	background-image:url(images/indent.jpg);
	background-repeat:no-repeat;
	background-position:0px 9px;
	padding-left:10px;
}
.servicios3{
	padding-top:20px;
	list-style:none;
}
.servicios3 li{
	background-image:url(images/indent.jpg);
	background-repeat:no-repeat;
	background-position:0px 9px;
	padding-left:10px;
}
.destacados{
	font-size:18px;
	display:block;
	width:100%;
	border-bottom:2px solid #0092E2;
	padding-bottom:3px;
}
.destacados2{
	width:250px;
	padding-bottom:20px;
	vertical-align:top;
}
.destacado_individual{
	border:1px solid #ccc;
	width:245px;
	padding-bottom:5px;
}
.destacado_foto{
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}
.titulo_destacado{
	font-size:13px;
	font-weight:bold;
	color:#027EBE;
	padding:5px;
	text-align:center;
	height:45px;
	display: block;
	}
.descripcion_destacado{
	padding:5px;
	padding-top:0px;
	text-align:center;
	height:25px;
	display:block;
}
.boton_destacado{
	padding-bottom:5px;
	padding-top:10px;
}
a.enlace_destacado:link, a.enlace_destacado:visited{
	font-size:12px;
	color:#FFF;
	background-color:#027EBE;
	width:100px;
	height:18px;
	text-decoration:none;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}

a.menu2:link, a.menu2:visited{
	font-size:16px;
	display: inline-block;
	width:120px;
	height:25px;
	border-right:1px solid #fff;
	color:#FFF;
	text-transform:none;
	text-align:right;
	padding-right:5px;
	text-decoration:none;
}
a.menu2:hover{
	font-size:16px;
	display: inline-block;
	width:120px;
	height:25px;
	border-right:1px solid #000;
	color:#000;
	text-transform:none;
	text-align:right;
	padding-right:5px;
	text-decoration:none;
}
.titulo_empresa{
	background-image:url(images/titulo_empresa.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.titulo_servicios{
	background-image:url(images/titulo_servicios.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.titulo_portafolio{
	background-image:url(images/titulo_portafolio.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.titulo_contacto{
	background-image:url(images/titulo_contacto.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
a.subservicios_inicio:link, a.subservicios_inicio:visited{
	font-size:20px;
	color:#027EBE;
	display:block;
	padding-bottom:5px;
	text-decoration:none;
}
a.subservicios_inicio:hover{
	font-size:20px;
	color:#000;
	display:block;
	padding-bottom:5px;
	text-decoration:none;
}
h3.subservicio{
	display:block;
	font-size:18px;
	color:#027EBE;
}
.texto_item{
	width:100px;
	color:#027EBE;
}
.campo_item{
	padding-left:10px;
}
.obligatorio{
	color:#333;
}
.boton{
	background-color:#027EBE;
	font-size:12px;
	color:#FFF;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;
}
.boton:hover{
	background-color:#000;
	font-size:12px;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;
}
.inputError
{
	border:1px solid #FF0000;
	background-color:#FFF4F0;
	color:#FF0000;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input.normal{
	background-color:#fff; 
font-weight: normal;
 font-size: 11px;
 border:1px solid #ccc;
 color:#027EBE;
 height:17px;
}
input.required{
		background-color:#fff; 
font-weight: normal;
 font-size: 11px;
 border:1px solid #ccc;
 color:#027EBE;
 height:17px;
}
input.validate-digits{
			background-color:#fff; 
font-weight: normal;
 font-size: 11px;
 border:none;
 color:#F00;
  height:15px;
}
 textarea.required {
	background-color:#fff; 
font-weight: normal;
 font-size: 11px;
 border:1px solid #ccc;
 color:#027EBE;

}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	background-color: #fff;
	color : #FF3300;
	font-weight: normal;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #fff;
	color: #F00;
	font-weight: normal;
	font-size:11px;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}
.i7{
	font-weight:bold;
	color:#008FC9;
	text-transform:uppercase;
}
.foto_trabajo{
	width:205px;
}
.descripcion_trabajo{
	font-size:12px;
	text-align:center;
	color:#008FC9;
}
.trabajo{
	border:1px solid #ccc;
	padding:5px;
	margin-bottom:10px;
}
.submenu{
	padding-top:10px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(images/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #008FC9; }
