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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	background-color: #1e1e1e;
	margin-top: 0px;
	line-height: 18px;
	background-attachment: scroll;
	background-image: url(../media/bg/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	letter-spacing: 0.5px;
}

#main {padding-bottom: 100px;} 

A:link {text-decoration: none; color: #217dc3}
A:visited {text-decoration: none; color: #217dc3}
A:active {text-decoration: none; color: #217dc3}
A:hover {text-decoration: underline; color: #fff;}

.titulos {
	color: #fff;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.titulos_interior {
	color: #fff;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.texto_regular {
	color: #999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0px;
}


.texto_proyectos {
	color: #999;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	padding: 0px;
	font-weight: bold;
} 

.texto_regular2 {
	color: #999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 20px;
}

.titulos_white {
	color: #FFF;
	font-size: 32px;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
}

.subtitulos {
	color: #217dc3;
	font-size: 14px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.subtitulos_servicios {
	color: #fff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.subtitulos_puesto {
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
}


#footer {position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	background-color: #131313;
	clear:both;} 
	
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
