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

@import url("reset.css");

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);


body {
	background:#ebc731 url(../images/bk.jpg) bottom center no-repeat;
	font-family: 'PT Sans', sans-serif;
	color:#000;
	font-weight:400;
}
p {
	font-size:10.5pt;
	line-height:15pt;
	margin-bottom:30px;
}
h1 {
	width:950px;
	margin:0 auto 20px;
	font-size:18pt;
	color:#211d70;
	margin-bottom:10px;
}
h1 strong{
	font-weight:700;
}
h2 {
	font-size:13pt;
	color:#211d70;
	margin-bottom:10px;
}
h4 {
	width:100%;
	font-size:10pt;
	color:#211d70;
	width:950px;
	margin:0 auto 10px;
}
.main {
	width:100%;
	height:auto;
}
.container {
	width:995px;
	height:auto;
	margin:0 auto;
}
/*Header*/
.header {
	width:950px;
	height:115px;
	margin:38px auto 0;
}
.logo {
	width:179px;
	height:57px;
	float:left;
}
.menu {
	width:auto;
	height:auto;
	float:right;
}
.menu ul{
	color:#211d70;
	font-size:11pt;
	text-align:right;
}
.menu li{
	margin-bottom:8px;
	float:none;
}
.menu li a, menu li a:link{
	color:#211d70;
	text-decoration:none;
}
.menu li a:hover, .menu .active{
	font-weight:700;
}
.menu .lang{
	font-size:9pt;
}
/*Home*/
.home_images{
	width:100%;
	height:350px;
	margin-top:50px;
}
.home_images_left{
	width:49.8%;
	height:350px;
	background:url(../images/temp4.jpg) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-ms-behavior: url(js/backgroundsize.min.htc);
	image-rendering: optimizeQuality;          /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: bicubic;
	float:left;
}
.home_images_right{
	width:49.8%;
	height:350px;
	background:url(../images/temp5.jpg) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-ms-behavior: url(js/backgroundsize.min.htc);
	image-rendering: optimizeQuality;          /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: bicubic;
	float:left;
	float:right;
}
.home_frases_cont{
	width:100%;
	text-align:center;
	margin-top:30px;
}
.home_frase1{
	width:100%;
	text-transform:uppercase;
	font-size:16pt;
	color:#211d70;
	margin-bottom:15px;
}
.home_frase2{
	width:100%;
	font-size:11pt;
	text-transform:uppercase;
	line-height:25px;
	color:#000;
}
/*Proyectos*/
.proyectos_banner{
	background: black;
	width:100%;
	height:450px;
	margin-top:25px;
	overflow: hidden;
	position: relative;
}
.desc{
	width: 330px;	
	height: auto;
	position: absolute;
	display: none;
	z-index: 99999999999;
}
.circle-img{
	height: 100px;
	width: 100px;
	border-radius: 100px;
	border: 2px solid #ffde00;
	display: inline-block;
	float: left;
	overflow: hidden;
}
.text-desc{
	background: rgba(255,255,255,0.8);
	border-radius:3px; 
	display: inline-block;
	float: left;
	min-height: 94px;
	margin-left: -60px;
	margin-right: 0px;
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 80px;
	padding-right: 25px;
	position: absolute;
	min-width: 200px;
	z-index: -2;
}

.text-desc.derecha{
	background: rgba(255,255,255,0.8);
	border-radius: 3px;
	display: inline-block;
	float: right !important;
	min-height: 94px;
	margin-left: 0px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 0px !important;
	padding-right: 86px !important;
	position: absolute;
	z-index: -2;
	margin-right: 50px;
	min-width: 200px;
}
.text-desc.derecha p{
	margin-left: 25px !important;
}
.text-desc p{
	font-size: 13px;
	font-family: 'PT Sans', sans-serif;
	margin: 0px;
}
.text-desc p.titulo{
	margin-bottom: 7px;
}
.text-desc a{
	text-decoration: none;
	color: #21216e;
	display: block;
	margin-top: 5px;
	font-weight: bold
}
.text-desc a:hover{
	text-decoration: underline;
}

.drag-icon{
	display: block;
	float: none;
	margin: 0 auto;
	font-size: 12px;
	width: 200px;
	vertical-align: bottom;
	margin-top: -35px;
	display: none;
}

.drag-icon img{
	display: inline-block;
	vertical-align: bottom;
	width: 25px;
	opacity: 0.8
}

.slider-rows{
	position: absolute;
	width: 50px;
	height: 450px;
	cursor: pointer;
}
.slider-rows.izquierda{
	left: 0;
}
.slider-rows.derecha{
	right: 0;
}
.slider-rows .flecha{
	display: block;
	width: 35px;
	height: 60px;
	float: none;
	margin: 200px auto 0 auto;
	overflow: hidden;
}
.slider-rows .flecha img{
	margin-top: -60px;
}

.slider-rows.derecha .flecha img{
	margin-left: -35px;
}

.proyectos_container{
	width:100%;
	height:450px;
	float:left;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
.proyectos_container .ini{
	width:auto;
	height:450px;
	float:left;
}	
.proyectos_container .vert{
	width:auto;
	height:auto;
}
.proyectos_container .hor{
	width:auto;
	height:auto;
	float:left;
}

.proyectos_container img{
	-webkit-transition:all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.proyectos_container img.onover {
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
	webkit-transition:all .5s ease-out;
 	-moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

/*.proyectos_container:hover .vert img:not(:hover) {
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
}

.proyectos_container:hover .hor img:not(:hover) {
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
}

.proyectos_container:hover .vert .hor img:not(:hover) {
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
}

.proyectos_container:hover .ini img:not(:hover) {
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
}*/

/*Qué hacemos*/
.hacemos_banner{
	width:100%;
	height:185px;
	margin-top:25px;
	background:url(../images/banner_quehacemos.jpg) top center;
}
.hacemos_text{
	width:950px;
	height:auto;
	margin:45px auto 100px;
	overflow:hidden;
}
.hacemos_col1{
	width:425px;
	height:auto;
	margin-right:100px;
	float:left;
}
.hacemos_col2{
	width:425px;
	height:auto;
	float:left;
}
/*Clientes*/
.clientes_h1{
	color:#36F;
	font-size:26pt;
}
.clientes_cont{
	width:950px;
	height:auto;
	margin:0 auto 100px;
	overflow:hidden;
}
.clientes_cont p{
	width:100%;
}
.clientes_cont .box_logo{
	width:145px;
	height:65px;
	margin:0  55px  55px 0;
	float:left;
}
.clientes_cont .box_logo_doble{
	width:335px;
	height:65px;
	margin:0  55px  55px 0;
	float:left;
}
.clientes_cont .box_logo_last{
	margin-right:0;
}
.clientes_cont .links_descargas{
	width:100%;
	text-align:center;
	color:#FFF;
	font-size:18px;
	float:left;
}
.clientes_cont .links_descargas a, .clientes_cont .links_descargas a:link{
	color:#36F;
	text-decoration:none;
}
.clientes_cont .links_descargas a:hover{
	color:#211d70;
	text-decoration:none;
}
/*Ampliación*/
.ampliacion_cont{
	width:950px;
	height:auto;
	margin:10px auto 100px;
	overflow:hidden;
}
.ampliacion_cont .amp_col1{
	width:950px;
	height:650px;
	height:auto;
	float:left;
}
.ampliacion_cont .amp_col1 p{
	margin-bottom:10px !important;
}
.ampliacion_cont .amp_col2{
	width:950px;
	margin-bottom:10px;
	height:auto;
	float:left;
}
.ampliacion_cont .amp_col2 ol{
	display:none;
}
.amp_col2 #content-slider{
	width: 100%;
	height: 574px;
}
.ampliacion_cont a{
	width:100%;
	height:auto;
	margin-top:5px;
	padding-left:12px;
	text-decoration:none;
	color:#FFF;
	font-weight:700;
	font-size:10pt;
	background:url(../images/bullet.png) 0px 5px no-repeat;
	float:left;
}
.ampliacion_cont a:link{
	text-decoration:none;
	color:#FFF;
}
.ampliacion_cont a:hover{
	color:#211d70;
	background:url(../images/bullet_over.png) 0px 5px no-repeat;
}

/*Contacto*/
.contacto_banner{
	width:100%;
	height:370px;
	margin-top:25px;
	background:url(../images/banner_contacto.jpg) top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-ms-behavior: url(js/backgroundsize.min.htc);
	image-rendering: optimizeQuality;          /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: bicubic;
}
.contacto_cont{
	width:950px;
	height:auto;
	margin:45px auto 100px;
	overflow:hidden;
}

.contacto_col1{
	width:315px;
	height:auto;
	overflow:none;
	float:left;
}
.contacto_col2{
	width:350px;
	height:auto;
	overflow:none;
	float:right;
}
.contacto_imag{
	width:100%;
	height:auto;
	margin:40px 0 28px;
}
.contacto_tw{
	width:100%;
	height:auto;
	margin-bottom:7px;
	font-size:18px;
}
.contacto_tw a, .contacto_tw a:link{
	width:100%;
	height:auto;
	margin-bottom:7px;
	color:#211d70;
	text-decoration:none;
}
.contacto_tw a:hover{
	color:#fff;
}
.contacto_redes{
	width:100%;
	height:auto;
}
.contacto_redes .box_redes{
	width:30px;
	height:30px;
	margin-right:8px;
	float:left;
}
.label1{
	width:93px;
	margin:4px 0 9px;
	font-size:10pt;
	float:left;
}
input{
	width:240px;
	height:22px;
	padding:0 5px;
	margin-bottom:9px;
	border:none;
	background-color:transparent;
	background-image:url(../images/pixel_blanco.png) !important;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	float:left;
}
textarea{
	width:333px;
	height:85px;
	padding:5px;
	margin-bottom:9px;
	border:none;
	background-color:transparent;
	background-image:url(../images/pixel_blanco.png) !important;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	float:left;
}
.enviar{
	width:67px;
	height:27px;
	margin-right:17px;
	border:none;
	color:#FFF;
	background-color:#1c1962;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	float:right;
}
.obligatorio{
	width:auto;
	height:auto;
	font-size:9pt;
	float:left;
}
.datos{
	width:100%;
	height:auto;
	margin-top:55px;
	line-height:22px;
	float:left;
}
.datos a, .datos a:link{
	color:#000;
	text-decoration:none;
}
.datos a:hover{
	color:#fff;
}

#send_error{
	display: none;
	float: left;
	font-size: 13px;
	color: red;	
}

#send_ok{
	display: none;
	float: left;
	font-size: 13px;
	color: #5c59af;	
}

#loading{
	display: none;
	float: right;
	width: 28px;
	overflow: hidden;
	margin-right: 10px;
}

#loading img{
	width: 100%;
}
/*Footer*/
.footer{
	width:950px;
	height:40px;
	margin:60px auto 0;
}
.footer .social{
	width:auto;
	height:18px;
	margin:22px 0 15px;
	float:left;
}
.footer .social .social_box{
	width:18px;
	height:18px;
	margin-right:7px;
	float:left;
}
.footer .social .social_box img{	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
	-webkit-transition: 0.5s all linear;
	-ms-transition: 0.5s all linear;
	-moz-transition: 0.5s all linear;
	transition: 0.5s all linear;
}
.footer .social .social_box img:hover{	
	-moz-opacity: 0.60;
	opacity: 0.60;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
}
.footer .dir{
	color:#211d70;
	font-size:12pt;
	width:auto;
	float:right;
}
.footer .dir a, .footer .dir a:link{
	color:#211d70;
	text-decoration:none;
}
.footer .dir a:hover{
	text-decoration:underline;
}
.footer .dir1{
	font-weight:700;
	margin-bottom:10px;
}
.footer .dir2{
	font-weight:400;
}