/*-------ESTRUCTURA---------------- */
*{
	margin:0;
	padding:0;	
}

body{
	text-align:center;
}

img{
	border:0;
}

#container{
	text-align:left;
	margin:0 auto;
	width:750px;
	height:650px;
	background-color:black;
}

#left{
	float:left;
}

#content-left{	
	color:white;
	font-size:10px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	border:0;
	width:458px;
	height:313px;		
}

#right{
	float:left;
}

#right img.block{
	display:block;
}

#content-right{	
	color:white;
	font-size:10px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	border:0;
	width:292px;
	height:250px;		
}

#content-right p{
	padding:15px 12px 0 15px;		
}

#arquitectura, #construccion{
	background-repeat:no-repeat;	
	width:458px;
	height:310px;
	/*height:313px;*/
}

#arquitectura{		
	background-image:url('../img/fondo-arquitectura.jpg');	
}

#construccion{
	background-image:url('../img/fondo-construccion.jpg');	
}

#arquitectura div, #construccion div{
	padding:30px 30px 20px 50px;	
}

#arquitectura h3, #construccion h3{
	font-size:18px;
	margin-bottom:25px;
}

#arquitectura a, #construccion a{
	color:#00AEA9;
}

#arquitectura ul li, #construccion ul li{
	list-style-type:square;
	margin:5px 0 5px 40px;
	font-size:13px;	
}

#vision{
	font-size:12px;
	color:#4A4B28;
	background-image:url('../img/vision.jpg');
	width:458px;
	height:313px;
}

#ito{
	font-size:10px;
	color:white;
	background-image:url('../img/fondo-ito.jpg');
	width:458px;
	height:313px;
}

#ito a{
	color:silver;	
}

#ito a:hover{
	color:white;
}

#vision div, #ito div{
	padding:35px 50px 0 40px;	
}

#vision h3, #ito h3{
	margin:0 0 15px 0;
}

#ito h3{
	font-size:11px;
}

#vision p{
	text-align:justify;
	text-indent:15px;
}

#ito p{
	text-align:justify;	
}

#foot{
	padding-top:30px;
	clear:both;	
}

#foot p{
	color:silver;
	font-size:10px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#direccion{
	padding:20px 0 0 0;
	display:block;
	width:270px;
	text-align:center;
	font-size:11px;	
}

#menu-proyectos{
	margin:40px 0 0 0;
}
/* ------SCROLLS PARA IE ---------------- */
body,html{
	 scrollbar-face-color: #666666;
	 scrollbar-shadow-color: #000000;
	 scrollbar-highlight-color: #333333;
	 scrollbar-3dlight-color: #333333;
	 scrollbar-darkshadow-color: #ccccff;
	 scrollbar-track-color: #333333;
	 scrollbar-arrow-color: #000033;
}


