@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/content.jpg);
	background-repeat: repeat;
}

.introLine {
	height: 3px;
	width: 50%;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #c1272d;
}

.bannerUp {
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	height: 120px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.headerWrapper {
	height: 120px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.logo {
	float: left;
	height: 77px;
	width: 260px;
	margin-top: 10px;
}
.topWrapper {
	float: right;
	height: 90px;
	width: 220px;
	margin-top: 15px;
	font-weight: 300;
}
.topPhone {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:19px;
	text-align:left;
	float: right;
	height: 35px;
	width: 350px;
	font-weight: 300;
	margin-bottom: 10px;
}



/* MENU SOCIAL MEDIA */

.menuSocial {
	float: right;
	height: 35px;
	width: 160px;
	margin-top: 20px;
	font-weight: 300;
}

.menuSocial * {
	margin: 0px;
	padding: 0px;
}

.menuSocial ul {
	list-style-type: none;
}
.menuSocial ul li {
	float: right;
	margin-right: 10px;
}
.menuSocial ul li a {
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.socialF {
	background-image:url(../images/social_f.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 20px;
}
.socialF:hover {
	background-image:url(../images/social_fOn.png);
}

.socialTw {
	background-image:url(../images/social_tw.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 20px;
}
.socialTw:hover {
	background-image:url(../images/social_twOn.png);
}

/* TERMINA MENU SOCIAL MEDIA */

/* MENU DROPDOWN */
.lineMenu {
	width: 100%;
	height: 1px;
	background-color: #CCCCCC;
	float: left;
}

nav {
	position: relative;
	width: auto;
	margin-bottom: 0px;
	margin-top: 1px;
	margin-right:auto;
	margin-left:auto;
	background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 4%, #f2f2f2 62%, #e6e6e6 65%, #e6e6e6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(4%,#ffffff), color-stop(62%,#f2f2f2), color-stop(65%,#e6e6e6), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 4%,#f2f2f2 62%,#e6e6e6 65%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2f2f2 0%,#ffffff 4%,#f2f2f2 62%,#e6e6e6 65%,#e6e6e6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2f2f2 0%,#ffffff 4%,#f2f2f2 62%,#e6e6e6 65%,#e6e6e6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 4%,#f2f2f2 62%,#e6e6e6 65%,#e6e6e6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	/*box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
	border-radius: 0px;  
}

nav ul ul {
	display: none;
	z-index: 9999;
}

	nav ul li:hover > ul {
		display: block;
		z-index: 9999;
	}
	
nav ul {
	border-radius: 0px;  
	list-style: none;
	position: relative;
	text-align: center;
	display: inline-table;
	alignment-adjust: central;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 80%;
	padding-left:20%;
	padding-right: 0;

}

	nav ul:after {
		content: ""; clear: both; display: block;
	}
	
nav ul li {
	float: left;
	height: 50px;
}
		nav ul li:hover a {
			color: #E34C41;
		}

.menuActive{
	color: #E34C41;}
	
	nav ul li a {
		display: block; padding: 14px 36px;
		color:#444344; text-decoration: none;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:16px;
		font-weight: 400;
	}
		nav ul li a:hover {
			color: #E34C41;
		}

nav ul ul {
	background: #5f6975; opacity: 0.85;
	border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	width: auto;
}
	nav ul ul li {
		color:#FFF;
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
	}
		nav ul ul li a {
			padding: 15px 40px;
			color:#FFF!important;
		}	
			nav ul ul li a:hover {
				background: #4b545f;
				color: #E34C41!important;
			}

/* TERMINA MENU DROPDOWN */

/* SLIDER */
.slider {
	height: 500px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* INICIO CONTENT */

.contentStyle {
	height: 280px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/content.jpg);
	background-repeat: repeat;
}
.pWrapper {
	height: 66px;
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

p1 {
width: 1000px;
	height: 60px;
	float: left;
	background: #e34c41; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNlMzRjNDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNlMzRjNDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzQyZTIzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #e34c41 60%, #e34c41 60%, #c42e23 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#e34c41), color-stop(60%,#e34c41), color-stop(100%,#c42e23)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e34c41 60%,#e34c41 60%,#c42e23 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e34c41 60%,#e34c41 60%,#c42e23 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e34c41 60%,#e34c41 60%,#c42e23 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e34c41 60%,#e34c41 60%,#c42e23 100%); /* W3C */


	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e34c41', endColorstr='#c42e23',GradientType=0 ); /* IE6-8 */
	font-size: 21px;
	color: #FFF;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	font-weight: 400;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.ribbonL {
	width: 30px;
	height: 66px;
	background-image:url(../images/ribbonL.png);
	float:left;
}
.ribbonR {
	width: 30px;
	height: 66px;
	background-image:url(../images/ribbonR.png);
	float:left;
}

.iconWrapperIndex {
	margin-top: 50px;
	margin-bottom: 20px;
	height: 150px;
	width: 790px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.iconWrapper {
	margin-top: 40px;
	margin-bottom: 20px;
	height: 150px;
	width: 790px;
/*	position:relative;
	margin-left:auto;
	margin-right:auto;*/
	float:left;
}

.clear {
	clear:both;
	height: 90px;}
	
.icon1 {
	height: 150px;
	width: 180px;
	float: left;
	margin: 5px;
	background-image: url(../images/icon_personal.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #333333;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;	
}
	.icon1:hover {
		background-image:url(../images/icon_personalOn.png);
		color: #FF0000;}

.icon2 {
	height: 150px;
	width: 180px;
	float: left;
	margin: 5px;
	background-image:url(../images/icon_talento.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #333333;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;	
}
	.icon2:hover {
		background-image: url(../images/icon_talentoOn.png);
		color: #FF0000;}

.icon3 {
	height: 150px;
	width: 180px;
	float: left;
	margin: 5px;
	background-image:url(../images/icon_investigacion.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #333333;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;	
}
	.icon3:hover {
		background-image: url(../images/icon_investigacionOn.png);
		color: #FF0000;}
		
.icon4 {
	height: 150px;
	width: 180px;
	float: left;
	margin: 5px;
	background-image:url(../images/icon_pruebas.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #333333;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;	
}
	.icon4:hover {
		background-image: url(../images/icon_pruebasOn.png);
		color: #FF0000;}
		
/* FOOTER */
footer {
	height:auto;
	float:left;
	margin-top: 5px;
	width: 100%;
	background-color:#333333;
}
.footerText {
	margin: 0px;
	padding-top: 15px;
	height: 30px;
	width: 960px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color:#FFFFFF; 
}
.footer1 {
	margin: 0px;
	height: 35px;
	width: auto;
	float:left;
	text-align:left;
}
.footer2 {
	margin: 0px;
	height: 35px;
	width: auto;
	float:right;
	text-align:right;
}
.footLink {
	text-decoration: underline;
	color:#FFF;
}

.footerUp {
	height: 20px;
	width: 100%;
	background-color: #CCCCCC;
}	
.footerDown {
	height: 5px;
	width: 100%;
	background-color:#000000;
	float:left;
}

/* QUIENES SOMOS */

.contentQS {
	height: 950px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 40px;
}
.qsWrapper {
	width: 430px;
	height: 640px;
	float: left;
	margin-bottom: 10px;
}
.qsWrapper2 {
	width: 430px;
	height: 640px;
	float: left;
	margin-left: 40px;
	margin-bottom: 10px;
}
.qsPhoto {
	width: 430px;
	height: 250px;
	float: left;
	text-align:center;
}
.qsTitle {
	margin-top: 10px;
	width: 430px;
	height: 50px;
	float: left;
	font-family: 'Oswald', sans-serif;
	color: #666666;
	text-align: left;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.qsTitle2 {
	width: 900px;
	height: 50px;
	float: left;
	font-family: 'Oswald', sans-serif;
	color: #666666;
	text-align: left;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E34C41;
}
.qsText {
	width: 430px;
	height: 160px;
	float: left;
	font-family: 'Roboto', sans-serif;
	color: #6c6c6c;
	text-align:justify;
	line-height: 24px;
}
.qsClear {
	width: 430px;
	height: 40px;
	float: left;
}
.qsText2 {
	width: 430px;
	height: 90px;
	float: left;
	font-family: 'Roboto', sans-serif;
	color: #6c6c6c;
	text-align:justify;
	line-height: 24px;
	margin-bottom: 10px;
}
.qsText3 {
	margin-left: 40px;
	width: 430px;
	height: 90px;
	float: left;
	font-family: 'Roboto', sans-serif;
	color: #6c6c6c;
	text-align:justify;
	line-height: 24px;
}
.qsText-full {
	margin-left:0px;
	margin-bottom: 40px;
	width: 900px;
	height: auto;
	float: left;
	font-family: 'Roboto', sans-serif;
	color: #6c6c6c;
	text-align:justify;
	line-height: 24px;
}
.iconsLine {
	width: 100%;
	height: 5px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-color:#CCCCCC;

/* SERVICIOS PROFESIONALES */

}
.servPhoto {
	width: 790px;
	height: 320px;
	float: left;
	text-align:center;
}
.contentServ {
	min-height: auto;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 40px;
	margin-bottom: 50px;
}
.blankSpace {
	min-height: 50px;
	width: 790px;
	float:left;
}
.servTitle {
	margin-top: 10px;
	width: 790px;
	height: 50px;
	float: left;
	font-family: 'Oswald', sans-serif;
	color: #666666;
	text-align: left;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E34C41;
}
.servTitle2 {
	margin-top: 10px;
	width: 790px;
	height: 50px;
	float: left;
	font-family: 'Oswald', sans-serif;
	color: #666666;
	text-align: left;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.servText p {
	font-family: 'Roboto', sans-serif;
}

.servText {
	width: 790px;
	height: auto;
	float: left;
	font-family: 'Roboto', sans-serif;
	color: #6c6c6c;
	text-align:justify;
	margin-bottom: 10px;
	line-height: 24px;
}
.servText ul li {
	margin-bottom: 10px;
	line-height: 24px;
}

.servText-1-2 {
	width: 380px;
	height: auto;
	float: left;
	font-family: 'Roboto', sans-serif;
	color: #6c6c6c;
	text-align:justify;
	margin-bottom: 10px;
	line-height: 24px;
}
.servTextBold {
	font-family: 'Roboto', sans-serif;
	font-weight:700;
}
.servText ul {
	list-style-type: none;
	list-style-image: url(../images/bullet.png);
	list-style-position: outside;
	line-height: 24px;
}

/* INTRANET */

.intra-wrap-out {
	height: 240px;
	width: 480px;
	margin-right: auto;
	margin-left: 155px;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 2px solid #cccccc;
}
.intra-wrap-in {
	height: 230px;
	padding-top: 0px;
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	margin-top: 3px;
	margin-bottom: auto;
	border: 2px solid #e34c41;
}
.intraLabel {
	font-family: 'Oswald', sans-serif;
	color: #808080;
	text-align: left;
	font-size: 18px;
	font-weight:400;
	padding-top: 10px;
}
.intraInput {
	height: 24px;
	width: 230px;
	font-family: 'Oswald', sans-serif;
	color: #808080;
	text-align: left;
	font-size: 16px;
	font-weight:300;
	background-color:#FFF;
	border: 1px solid #cccccc;
	float:right;
}
.intraSend {
	height: 30px;
	width: 120px;
	font-family: 'Oswald', sans-serif;
	background-color: #e34c41;
	text-align:center;
	font-size: 16px;
	font-weight:400;
	color:#FFF;
	float:right;
}
.intraSend:hover {
	background-color: #c1272d;
	color:#CCC;
}

.contact-wrap {
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: 145px;
	float: left;
	margin-top: 20px;
	margin-bottom: 40px;
}
.contInput {
	height: 35px;
	width: 350px;
	font-family: 'Oswald', sans-serif;
	color: #808080;
	text-align: left;
	font-size: 18px;
	font-weight:300;
	background-color:#FFF;
	border: 1px solid #cccccc;
	float:right;
}
.contText {
	height: 80px;
	width: 350px;
	font-family: 'Oswald', sans-serif;
	color: #808080;
	text-align: left;
	font-size: 18px;
	font-weight:300;
	background-color:#FFF;
	border: 1px solid #cccccc;
	float:right;
}


/* SOLUCION DIV RESPETE ALTURA AUTO */
.clearfix:after {
content: “.”;
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
/* TERMINA SOLUCION DIV RESPETE ALTURA AUTO */