/*	estructura	*/
div#dvBody{
	background-image:url(../img/bkg-amijotes.jpg);
}
/*		*/
div#dvBody h1{
	margin-left:10px;
}

div#dvBody div.enlaces{
	width:600px;
}
div#dvBody div.enlaces a.amijote{
	display:block;
	width:170px;
	height:160px;
	text-align:center;
	margin:10px;
	float:left;
	color:#7ab5fe;
	overflow:hidden;
}
div#dvBody div.enlaces a.amijote img{
	margin:5px;
	border:1px #000000 solid;
}

div#dvBody div.enlaces a.amijote:hover{
	background-color:#222222;
}
div#dvBody div.enlaces a.amijote:hover img{
	border:1px #666666 solid;
}