body,td,th {
	color: #FFFFFF;
}
body {
	background-image: url(imagenes/fondo_azul.jpg);
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #C77100;
}
a:active {
	text-decoration: none;
	color: #C77100;
}
#menucabecera  table  a:link {
	background-color: #0A365B;
	display: block;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #000000;
	border-left-color: #135B95;
	color: #FFFFFF;
	text-decoration: none;
	border-left-style: solid;
	border-top-color: #F0F0F0;
}
#menucabecera  a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #135B95;
}
#menucabecera  a:visited {
	color: #FFFFFF;
	display: block;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #135B95;
	text-decoration: none;
	background-color: #0A365B;
}
#todo {
	background-color: #3366CC;
	text-align: left;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#menucabecera {
	background-image: url(imagenes/fondo_cabecera.jpg);
	height: 50px;
	width: 1000px;
	text-align: left;
	float: left;
	vertical-align: bottom;
}
#menu {
	background-image: url(imagenes/fondo_menu.jpg);
	float: left;
	height: 700px;
	width: 223px;
}
#cabecera {
	background-image: url(imagenes/publicidad.jpg);
	float: left;
	height: 186px;
	width: 1000px;
}
#contenido {
	background-image: url(imagenes/fondo_azul.jpg);
	float: left;
	height: auto;
	width: 775px;
}
#texto {
	padding: 10px;
}
