body {
	background-attachment: fixed;
	background-image: url(../imagenes/fondo_entretenimiento.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;


}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:active {
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.cuadro {

	height: 140px;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
}

