@charset "UTF-8";
/* CSS Document */
html, body{
	height:100%;
}
body{
	margin:0px;
	padding:0px;
}
#contenido{
	display:none;
}
#arrow_left{
	width:32px;
	height:24px;
	position:fixed;
	left:0px;
	bottom:50%;
}
#arrow_right{
	width:32px;
	height:24px;
	position:fixed;
	right:0px;
	bottom:50%;
}
#header{
	width:100%;
	background:url(img/home/header_home.png);
	background-repeat:repeat-x;
	height:52px;
}
#footer_home{
	background:url(img/home/footer_home.png);
	background-repeat:repeat-x;
	height:52px;
	width:100%;
	padding-top:11px;
	position:fixed;
	bottom:0px;
}
#footer_home img{
	padding-left:10px;
}
#footer{
	background:url(img/home/footer.png);
	background-repeat:repeat-x;
	height:16px;
	width:100%;
	padding-top:5px;
	position:fixed;
	bottom:0px;
}
#footer_bco{
	background:url(img/home/footer.png) #ffffff;
	background-repeat:repeat-x;
	height:16px;
	width:100%;
	padding-top:5px;
	position:fixed;
	bottom:0px;
	z-index:1000;
}
#header_interno{
	width:100%;
	/*position:fixed;
	top:0;*/
	background:#575658;
	overflow:hidden;
	height:52px;
	z-index:100;
}
#servs{
	width:69%;
	height:91%;
	right:0px;
	top:52px;
	position:absolute;
}
.pad20{
	padding:15px;
	color:#ffffff;
	font-size:13px;
	font-family:DINPro-Light, Helvetica, sans-serif;
}
#contact{
	width:250px;
	position:absolute;
	left:50px;
	top:90px;
}
#proyectos{
	width:100%;
	padding-bottom:20px;
	background:#FFFFFF;
}
#proye_desc{
	width:270px;
	/*height:100%;*/
	background:url(proyectos/imgs/bg.jpg);
	background-repeat:repeat-y;
	z-index:100;
}
#imgpro img{
	padding-left:10px;
	padding-bottom:10px;
}
.oculta{
	display:none;
}
#blanco{
	background-color:#ffffff;
	width:270px;
	position:fixed;
	left:0;
	top:0;
	height:2000px;
	z-index:-1;
}

#wrapper{
	width: 100%;
	position: fixed;
	bottom:3%;
	background:url(proyectos/imgs/bg.png);
	background-repeat:repeat-y;
	z-index:0;
}
#thumbs{
	height:88px;
	overflow:scroll;
	white-space:nowrap;
	width:78%;
	margin-left:270px;
}
#thumbs img{
	padding-right:4px;
	padding-left:4px;
	padding-top:8px;
	padding-bottom:10px;
	display:inline-block;
    *display:inline;
    *zoom:1;
    vertical-align:top;
	background:#FFF;
}
.primera{
}
#head_capitel{
	height:74px;
	background-color:#ffffff;
	width:100%;
}
#capitelarq_txt{
	background-color:#48484A;
	padding-top:40px;
	padding-bottom:30px;
}
#capitel_txt{
	background-color:#48484A;
	padding-top:20px;
	padding-bottom:10px;
}
.campos{
	background-color:rgba(255,255,255,.4);
	color:#ffffff;
	border:medium;
	border-color:#ffffff;
	margin-top:5px;
	padding:5px;
}
.menucap img{
	padding-left:15px;
}
#ae{
	width:181px;
	height:13px;
	position:absolute;
	right:0px;
	bottom:1%;
	padding-bottom:5px;
}