body{
	font: 62.5% "Helvetica", sans-serif;
	height:100%;
	background:#FFF;/*url("../imgs/dot.png") repeat;*/
	margin:0;
}

div{ overflow:hidden; }
span{ display:block; overflow:hidden; }
p,b{ margin:5px 0; float:left; color:#67686a; }
p,b{
	color: #4A5466;
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
    margin:5px 0; float:left;
}
h1{ float:left; margin:10px 25px 10px 15px; color:#ee6537; }
h2{ 
	color: #EE6537;
    font-size: 17px;
    margin: 20px 0; 
}
h3{ color:#ee6537; }
h4{ margin:5px 18px; line-height:35px; font-size:13px; color:#ee6537; float:left; }

table thead{ font-weight:bold; padding:10px; background:#333; color:#fff; font-size:14px; }
table tr.row:hover{ cursor:pointer; background:#cbe8fa; }
table tr td{  border-bottom:1px solid #ddd; text-align:center; font-size:12px; padding:8px;} 

.none{ display:none; }
.block{margin:15px 0;}
.mblock{float:left;margin: 7px;}
.minblock{float:left;margin: 5px 3px;}
.clear{width:100%;clear:both;height:1px;}
.clear1{width:100%;clear:both;height:5px;}
.clear2{width:100%;clear:both;height:10px;}
.clear3{width:100%;clear:both;height:20px;}
.left{ float:left; }
.right{ float:right;}
.nomarg{margin:0px}
.minput,.minput2{ border:1px solid #ccc; border-radius:6px; padding:3px; font-size:13px; }
input[type='text'].minput{ min-width:400px; }
.mbutton{
	border-radius:6px;
	background: #fff; 
    border: 1px solid #D8DCDF;
    color: #004276;
    font-weight: bold;
    float: right;
    margin: 10px 5px;
    padding: 5px;
    white-space: nowrap;
}
.mbutton2{
	border-radius:6px;
	background: #fff; 
    border: 1px solid #D8DCDF;
    color: #004276;
    font-weight: bold;
    float: right;
    padding: 5px;
    white-space: nowrap;
}
.mbutton:hover,.mbutton2:hover{
	cursor:pointer;
	color:#cc0000;
}
.label{
	font-size: 12px;
    font-weight: bold;
    color:#665;
    text-decoration: underline;
    min-width:115px;
}
.highlight{ color:#d33;  }

p.b{ font-weight:bold; }
p.thin{ font-size:16px;}
p.small{  
	font-size: 31px;
    line-height: 27px;
    margin: 0 0 0 7px;
    text-transform: uppercase;
}
p.medium{
	font-size: 50px;
    letter-spacing: -2px;
    margin: 0 0 0 5px;
    text-transform: uppercase;
}
p.huge{ 
	font-size: 112px;
    letter-spacing: -8px;
    line-height: 90px;
    text-transform: uppercase;
}
.content{
	width:99%;
	min-height:200px;
	overflow:hidden;
	display:block;
}
.wbutton{
	width:163px;
	height:44px;
	color:#fff;
	font-size:18px;
	cursor:pointer;
	display:block;
}

/*** STYLE-SHEET ***/

#wrapper{ 
	width:100%;
	height:auto;
	
	background:url("../imgs/back.png") repeat;
	
	min-height:930px;
}
#wrap{
	width:1025px;
	margin:0 auto;
	background:#fff;
	position:relative;
}
.main{
	/*width:100%;*/
	margin:0;
}
#header{
	height:623px;
}
#header .top{
	height:auto;
	margin:15px 35px 0 0;
	/*position:fixed;
	top:0;*/
	z-index: 1005;
}
#header .top .right span{
	color: #FFFFFF;
    float: left;
    font-size: 15px;
    line-height: 23px;
    margin: 0 15px 0 0;
    font-weight:bold;
}
#header .head{
	height:195px;
	background:url("../imgs/cabecera.png") repeat-x;
	/*
	position:fixed;
	border-bottom:16px solid #ff7701;
	top:23px;
	*/
	width:1025px;
	z-index: 1005;
}
.logo{
	/*background:url('../imgs/logo.png') no-repeat;*
	background:url('../imgs/headlogo.png') 0 -2px no-repeat;
	border-radius: 10px 10px 10px 10px;
    */float: left;
    height: 221px;
    margin: 0 5px;
    width: 307px;
}
.logo.foot{
	background:url('../imgs/headlogo.png') 0 -2px no-repeat;
	border-radius: 10px 10px 10px 10px;
}
.footlogo{
	background:url('../imgs/logo2.png') no-repeat;
	border-radius: 10px 10px 10px 10px;
    float: left;
    height: 95px;
    margin: 0 5px;
    width: 140px;
}
#header .head #menu{
	float:right;
	margin:70px 35px 0 0;
}
#header .head #menu span{
	font-size:17px;
	color:#fff;
	margin:0 0 0 40px;
	line-height:25px;
	float:left;
	cursor:pointer;
}
#header .head #menu span.sel{
	color:#fff;
	border-bottom:#ff7701 1px solid;
	font-weight:bold;
}
#header .head #menu span.over{
	border-bottom:#ff7701 1px solid;
}

.slider{
	width:100%;
	height:393px;
	background:url('../imgs/slider.png') no-repeat;
	top:136px;
	position:absolute;
	height:393px;
	z-index: 0;
}
#headimg{
	height:184px;
	background:url('../imgs/head/h1.png');
	display:none;
}

#content{
	padding:0 45px;
	min-height:400px;
	font-size:13px;
}

@media screen and (max-width:991.9px) {
	#content { padding:0 20px; }	
	.main .block .mblock.right { margin-right: 40px; }
}

.intro{
	margin: 0px 40px 0 0;
    width: 625px;
}
.intro p{ /*color:#222; font-size:14px;*/ float:right; }
.intro p.h4{
	color: #EE6537;
    float: left;
    font-size: 16px;
    font-weight: bold;
}
.intro h4{ float:left; margin:0; }

.wbutton.contacto{
	background:url('../imgs/wbut.png') no-repeat;
	font-size: 16px;
    height: 30px;
    padding: 13px 0 0 50px;
    width: 113px;
    margin: 35px 0 0;
    text-decoration: none;
}
#social{
	width:30px;
	float:right;
}
#social span{
	float:left;
}

.topbord{
	border-top:1px solid #ddd;
	background:#e7e7e7;
	margin:30px 0 15px;
}

.proyect{
	float: left;
    margin: 15px 15px 0 0;
    min-height: 180px;
    width: 515px;
    background-color:#e7e7e7;
    padding:15px;
}

.proyect .icon, .proyect h3{
	float:left;
	margin: 0 5px 0 0;
}
.proyect .icon.ico1{
	width:43px;
	height:39px;
	background:url('../imgs/ico1.png');
}
.proyect .icon.ico2{
	width:74px;
	height:40px;
	background:url('../imgs/ico2.png');
}
.proyect .icon.ico3{
	width:49px;
	height:43px;
	background:url('../imgs/ico4.png') no-repeat;
}
.proyect h3{
	color:#033c8d;
	font-size:14px;
	line-height:50px;
	margin:0 0 0 10px;
}
.proyect p{
	color: #4A5466;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
}

.proyectobox{
	float: left;
    /*height: 238px;*/
    margin: 0 76px 35px 0;
    width: 258px;
    border: 1px solid #BBBBBB;
}
.proyectobox .bord{
	min-height:140px;
	cursor:pointer;
	/*border:1px solid #bbb;*/
}
.proyectobox .bord .img{
	margin:0 auto;
}
.proyectobox .bord .mtri{
	width:100%;
	background:url('../imgs/tri.png');
	z-index:15;
}
.proyectobox .blu{
	padding:10px;
	background:#ffeacb;
}
.proyectobox .blu b{
	width:240px;
	color:#033b8e;
	font-size:15px;
}
.proyectobox .blu span{
	font-size:12px;
	width:200px;
	/*height:38px;*/
	color:#4A5466;
	float:left;
}
.proyectobox .blu a.go{
	display: block;
    float: right;
    height: 20px;
    width: 20px;
	background:url('../imgs/go.png') no-repeat;
	margin-top:71px;
}
.proyectobox .bord .img.pro1{
	background:url('../imgs/pro1.png') no-repeat;
	width:241px;
	height:86px;
	margin: 25px auto 0;
}
.proyectobox .bord .img.pro2{
	background:url('../imgs/pro2.png') no-repeat;
	width:233px;
	height:89px;
	margin: 24px auto 0;
}
.proyectobox .bord .img.pro3{
	background:url('../imgs/pro3.png') no-repeat;
	width:114px;
	height:133px;
}
.proyectobox .bord .img.pro4{
	background:url('../imgs/pro4.png') no-repeat;
	width:126px;
	height:134px;
}
.proyectobox .bord .img.pro5{
	background:url('../imgs/pro5.png') no-repeat;
	width:185px;
	height:122px;
	margin: 9px auto 0;
}
.proyectobox .bord .img.pro6{
	background:url('../imgs/pro6.png') no-repeat;
	width:212px;
	height:67px;
	margin: 40px auto 0;
}
.proyectobox .bord .img.pro7{
	background:url('../imgs/pro7.png') no-repeat;
	width:112px;
	height:137px;
}
.proyectobox .bord .img.pro8{
	background:url('../imgs/pro8.png') no-repeat;
	width:98px;
	height:137px;
}
.proyectobox .bord .img.pro9{
	background:url('../imgs/pro9.png') no-repeat;
	width:224px;
	height:112px;
	margin: 16px auto 0;
}

.proyectobox .bord .img.pro10{
	background-image:url('../imgs/pro10.png');
	width: 156px;
	height: 130px;
	margin: 5px auto 0;
	background-size:100%;
}

.lholder{
	margin: 25px auto;
    max-width: 300px;
    min-width: 200px;
}

#footer{
	background: url("../imgs/hbg.png") repeat-x scroll 0 0 transparent;
    border-bottom: 15px solid #303030;
    border-top: 15px solid #033B8E;
    min-height: 155px;
}

#footer .thumbs{
	margin:60px 60px 0;
}
#footer .thumbs a{
	display:block;
	float:left;
	margin:0 5px 0 0;
}
#footer .foot{
	color:#ccc;
	font-size:13.5px;
}
#footer .foot .menu{
	float:left;
	margin:5px;
	font-size: 12px;
}
#footer .foot .menu span{
	float:left;
	margin:0 5px;
}
#footer .foot .menu span a{
	text-decoration:none;
	color:#333;
}
.goon{
	color: #333;
    font-size: 12px;
    font-weight: bold;
}
.copy{
	color: #333;
    float: right;
    font-size: 10px;
    line-height: 26px;
    margin: 0 16px 0 0;
}

.info h1{
	float: left;
    font-size: 30px;
    margin: 15px 10px;
}
.info p{
	font-size:14px;
	color:#333;
	margin:10px;
	text-align: justify;
}


#form{
	width:415px;
	float:left;
	margin:10px 0 0 10px;
}

#form .label{
	color: #004276;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    min-width: 115px;
    text-decoration: none;
}

#form textarea{
	width:404px;
	height:100px;
}

ul.lof-navigator li span { padding-top:3px; }



























































































