body{
	background-color:#F3F3F3;
}

#tabla{
	background-color:#FFFFFF;
}

#body{
	text-align:center;
	padding-top:150px;
}

#todo{
	display:table;
	text-align:center;
	widht:700px;
}

#cabecera{
	display:table;
	width:700px;
	height:170px;
	background-image:url(../comunes/cabecara.jpg);
}





.fondo-cenefa {
	background-attachment: scroll;
	background-image: url(cenefa-gris.jpg);
	background-repeat:  repeat-y;
}
.fondo-gris {
	background-image: url(fondo-gris.jpg);
	background-repeat:    repeat-x;
	background-position: bottom;

}
.texto-negro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}

.texto-gris,
.texto-gris a,
.texto-gris a:link,
.texto-gris a:hover,
.texto-gris a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color:#666666;
}
.texto-negro,
.texto-negro a,
.texto-negro a:link,
.texto-negro a:visited  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
	color:#000000;
}

.texto-negro:hover
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
	color:#FF0000;
}

.texto-blanco,
.texto-blanco a,
.texto-blanco a:link,
.texto-blanco a:hover,
.texto-blanco a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	font-weight: normal;
	color: #ffffff;
}
