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

/* BANDA DE RUTA */
#informacion{
	float:left;
	width:620px;
	padding:0px;
	margin:0px;
	font-family:tahoma;
	font-size:1em;
	font-weight:normal;
}
#informacion div#descripcion{
	float:left;
	width:578px;
	height:650px;
	background:#FFFFFF;
	border:#A2A2A2 1px solid;
	margin:0px;
	padding:20px;
	margin-top:5px;
	font-family: Tahoma;
	font-size: 0.9em;
}
#informacion div#descripcion a{
	font-family: Tahoma;
	font-size: 0.9em;
	color: #606060;
	text-decoration: underline;
}
#informacion div#descripcion a:hover{
	font-family: Tahoma;
	font-size: 0.9em;
	color: #F99800;
	text-decoration: underline;
}
#informacion div#descripcion img{
	margin-bottom: 7px;
}
#cuerpo_descripcion{
	float:left;
	width:330px;
	height:250px;
	margin:0px;
	padding:0px;
}
#proyectos{
	float:left;
	width:425px;
	height:400px;
	margin:0px;
	margin-left:9px;
	padding:0px;
	background-color:#FFFFFF;
	border:#A2A2A2 1px solid;
}
#proyectos div#cuerpo_proyectos{
	float:left;
	width:400px;
} 
div.elproyecto{
	float:left;
	width:155px;
	height:140px;
	text-align:center;
	margin:0px;
	padding:15px 19px 0px 18px;
} 
div.laimagen{
	float:left;
	width:156px;
	height:112px;
	padding:0px;
	margin:0px;
	border:#FFAE00 1px solid;
	text-align:center;
}
img.unaimagen{
	border:0px;
	margin:0px;
	padding:0px;
}
div.elproyecto a{
	font-size:0.8em;
	width:140px;
} 
.numerospagina{
	float:right;
	width:578px;
	height:44px;
	padding:0px;
	margin:0px;
	border-bottom: 1px solid #CCCCCC;
}
.numerospagina div.numero{
	float:right;
	width:22px;
	height:22px;
	margin:0px;
	padding:0px;
	background-color:#F1F1F1;
	border:#BCBCBC 1px solid;
	text-align:center;
	vertical-align:middle;
	margin-left:15px;
}
.numerospagina div.sinenlace{
	float:right;
	width:22px;
	height:17px;
	margin:0px;
	padding:0px;
	background-color:#FFAE00;
	border:#BCBCBC 1px solid;
	text-align:center;
	vertical-align:middle;
	margin-left:15px;
	color:#FFFFFF;
	font-family:tahoma;
	font-size:0.7em;
	font-weight:bold;
	padding-top:5px;
}
.numerospagina a{
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-family:tahoma;
	font-size:0.7em;
	font-weight:bold;
	text-align:center;
}