body {
	margin: 0px;
	font: bold 11px Arial;
	background-color: #969696;
	color: #FFFFFF;
}
td {
	font: bold 11px Arial;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.fondo {
	background-image: url(imagenes/fondo.jpg);
    vertical-align:top;
	text-align: center;
}
.fondo {
	text-align: -moz-center;
}
.menu {
	font: bold 11px Arial;
}
.tablecontenido {
	border:none;
	text-align:justify;
	color: #000000;
	width: 630px;
}
.tablecontenido td {
	padding: 10px;
	font-family: Arial;
	font-size: 13px;
	line-height: 150%;
	font-weight: bold;
}
.avisolegal {
	width: 630px;
	font: bold 12px Arial;
	color: #000000;
	text-align: justify;
}
.avisolegal td {
	font: bold 12px Arial;
	color: #000000;
	text-align: justify;
	padding: 10px;
}
h1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.texto {
	font: bold 12px Arial;
	color: #000000;
	text-align: left;
	padding-left: 5px;
}
a.actual {
	width: 200px;
	display: block;
	border-top: 1px Solid #B7152D;
	border-bottom: 1px Solid #B7152D;
	text-decoration: none;
}
a.actual:link, a.actual:visited, a.actual:active {
	color: #FFFF99;
}
a.actual:hover {
	color: #000;
}
#contenido {
	width: 576px;
	margin: 0;
	border-left: 1px Solid #000;
	border-bottom: 1px Solid #000;
	border-right: 1px Solid #000;
	font-weight: bold;
	text-align: justify;
	height: 250px;
}
#contenido p {
	margin: 15px 20px;
	color: #000000;
}	

