body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	background-image: url(../images/fondo-body.jpg);
	background-repeat: repeat-y;
}
a{
	color:#333333;
	text-decoration:none;
	font-weight: bold;
}
a:hover{
	color:#336600;
	text-decoration:underline;
}
.celdaClara{
	background-color:#f5f5f5;
}
.celdaOscura{
	background-color:#e5e5e5;
}
.linkOc{
	display:none;
}	
