@CHARSET "ISO-8859-1";

#principal {
	background-image: url(../images/fondoenlaces.jpg);
}

#tituloseccion{
	width:780px;
	height:25px;
	background-color:#000000;
	position:absolute;
	top:15px;
	left:25px;
	color:#FFFFFF;
	
}

#subtitulo{
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	position: absolute;
	top:40px;
	left:25px;
	height:12px;
	width:300px;	
}

#enlacescontenido{
	position:absolute;
	top:54px;
	left:25px;
	height:390px;
	width:800px;
}


.enlace{
height:75px;
width:230px;
margin-left:10px;
margin-right:10px;
margin-top:1px;
position:relative;
float:left;
}

.textoenlace{
	font-size:10px;
	position:absolute;
	height:75px;
	width:150px;
	top:0px;
	left:78px;
	
}

.textoenlace span{
	font-weight: bold;
	display:block;
	padding-top:20px;	
}

.textoenlace a{
	color:#000000;
	text-decoration: none;
	display:block;
	padding-top:10px;	
}

#paginar2{
	clear:both;
	position:absolute;
	margin-left:30px;
	width:200px;
	border-top:1px #000000 solid;
	bottom:30px;
	font-family: Verdana;
	font-weight: bold;
}

.paginacion{
	font-size: 11px;
	color:#777777;
}

.paginacion a{
	text-decoration: none;
	color:#777777;
	
}


