#contenedorenlaces div
{
	width:150px;
	height:75px;
	padding:15px;
	float:left;
	margin:25px 0px;

}
#contenedorenlaces div.enlace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	float:left;
	padding:15px;

}

#contenedorenlaces a
{
color: #000000;
text-decoration:none;
}

#contenedorenlaces a:hover
{
color: #000000;
text-decoration:none;
background-color:#FF9900;
}


#contenedorenlaces img
{
text-align:center;
border:none;
}

div.volver {
	color: #000000;
	text-align: right;
	width:100%;
}

a.volver {
	color: #000000;
	text-decoration: underline;
}

