/* CSS Document */
body{
	margin:2px auto;
	padding:0px;
	text-align:center;
}
/*CONTENEDORA*/
#central{ 
	width:695px;
	height:800px;  
	border: 1px dashed #FFA000;
	background-image:url(../images/FOT.jpg);
	background-position:bottom; 
	background-repeat:no-repeat;
	display:table;
	margin:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
}
/*LOGO*/
#logo{ 
	width:210px; 
	height:80px;
	float:left;
	margin-left:20px;
	padding-top:20px;
}
/*IDIOMAS*/
#idioma{
	width:350px;  
	height:20px; 
	float:left; 
	margin-left:50px;
	text-align:right;
}
#idioma a:link ,#idioma a:visited,#idioma a:active{
	color:#000000;
	text-decoration:none;
}
#idioma a:hover{
	color:#F09000;
}
/*MENU SUP*/
#menuSup { 
	width:350px;  
	height:55px; 
	float:left; 
	margin-left:50px;
	margin-top:5px; 
}
#menuSup ul{
	margin:0px;
	padding:0px;
}
#menuSup ul li{
	float:left;
	padding-left:10px;
	color:#FF9900;
	list-style:none;
	}
#menuSup .num{
	height:25px;
	float:left;
	padding-right:3px;
	border-right:1px solid #FF9900;}
#menuSup a:link ,#menuSup a:visited,#menuSup a:active{
	margin-left:3px;
	float:left;
	color:#000000;
	text-decoration:none;
}
#menuSup a:hover{
	color:#F09000;
}
/*ENLACES*/
#enlaces{ 
	height:25px;
	margin-bottom:6px;
	margin-left:5px;
	clear:both
}
#enlaces ul{ 
	padding:0px;
	margin:0px;
}
#enlaces ul li {
	list-style-type: none;
	float:left; 
	padding-left:3px;
	display: block;
} 

#enlaces li a{
	border-left: 6px solid #fff;
	color: #000000;
	text-decoration: none;
}

#enlaces li a:hover {
border-left: 6px solid #FFA000;
}
/*COLUMNA IZQUIERDA*/
#izqda { 
	width:420px;
	float:left; 
	margin-left:5px;
}
#izqda p{margin-top:5px}
.titular{
	background-color:#FFA000;
	clear:both;
}
h2{
padding-left:5px;
margin-left:20px;
width:110px;
background:#FFF;
font-size:10px;
font-weight:normal;

}
/*PROYECTOS RECIENTES*/
.proyecto{
	width:200px; 
	float:left;
}
.separaIzq{
	margin-left:20px
}
.proyecto img{
	clear:both
}
.separador{
	height:20px;
	text-align:center;
	clear:both;
}	
.cruces{
color:#FFA000;
}
.tituloDestacado{
	background-color: #E5E5D9;
	padding-left:3px;
	}
.proyecto p {
	margin-top:10px;
	padding: 0px;
	width:200px;

}
.proyecto a {
	font-size:9px;
	color:#cccccc;
} 
						
.proyecto a:hover {
	color:#FFA000;
	text-decoration:none;
}
.tituloDestacado a{
	text-decoration:none; 
	color:#000000;
}
.tituloDestacado a:hover{
	text-decoration:underline; 
	color:#FF9900;
}
/*COLUMNA DERECHA*/
#derecha { 
	width:250px;
	float:left; 
	margin-left:5px; 
}
/*BOLETIN*/
.boletin{
	height:170px;
	border: 1px solid #CCCCCC;
	background-color : #F7E9D0;
	padding:8px 10px;
	margin-bottom:0px !important;
	margin-bottom:2px;
 }
.boletin input{
	background-color:#FFFFFF;
	border:1px solid #FFA000;
	width:120px;
	height:15px;;
}
.boletin .boton{
	background-color:#CACABE;
	border-top:1px solid #F1F1EF;
	border-right:1px solid #F1F1EF;
	border-bottom:1px solid #B2B2A6;
	border-left:1px solid #B2B2A6;
	width:70px;
	font-size:10px;
	height:20px;
	vertical-align:top;
}


.boletin2{
	height:95px;
	border: 1px solid #CCCCCC;
	background-color : #F7E9D0;
	padding:8px 10px;
	margin-bottom:0px !important;
	margin-bottom:2px;
 }
.boletin2 input{
	background-color:#FFFFFF;
	border:1px solid #FFA000;
	width:120px;
	height:15px;;
}
.boletin2 .boton{
	background-color:#CACABE;
	border-top:1px solid #F1F1EF;
	border-right:1px solid #F1F1EF;
	border-bottom:1px solid #B2B2A6;
	border-left:1px solid #B2B2A6;
	width:70px;
	font-size:10px;
	height:20px;
	vertical-align:top;
}



/*SERVICIOS*/
.correccionServicios{
	margin-top:-8px !important;
	margin-top:-20px;
}
#servicios{
margin-top:0px !important;
margin-top:-10px;
	background-color:#F7E9D0;
	background-image:url(../images/hashout-white.gif);
	padding-top:5px;
	height:90px;
	border-bottom:1px solid #E5E5D9;
	border-top:1px solid #E5E5D9;

}
#servicios div{
	margin-left:3px;
 float:left; 
 width:48% 
}
#servicios ul{
	margin:0px; 
	padding:0px;
}
#servicios ul li{
display:table;
height:14px;
}
#servicios a{text-decoration:none; color:#000000; font-size:9px;}
#servicios a:hover{color:#FF9900;}
/*CASO EXITO*/
#casoExito{
	margin-top:8px;
	height:95px;
	margin-bottom:17px !important;
	margin-bottom:27px;
}
/*PIE*/
#pie{
	position:absolute;
	top:785px;
	width:695px;
	clear:both;
	text-align:center;
	}