html
{ 
height: 100%; 
width: 100%; 
} 

body 
{	
	background-color: #056b9e;
	background-image: url("/imagenes/empty.gif");
	background-attachment: scroll;
	margin: 0 0 0 0;
}


.contenedor 
{	
	border: 0px solid red;
	margin: 0 0 0 0;
	width: 100%;
	padding: 0 0 0 0;
}

.cabecera 
{	
	border: 0px solid red;
	margin: 0 0 0 0;
	height: 88px;
	width: 79%;
	background-color: white;
}

.navegacion 
{	
	border: 0px solid red;
	margin: 0 0 0 0;
	width: 79%;
	height: 50px;
	background-image: url("../imagenes/fondonav.jpg");
}

.cuerpo 
{	
	border: 0px solid red;
	margin: 0 0 0 0;
	width: 79%;
	background-color: white;
}


td
{
	font-family: Tahoma, Arial, serif;
	font-size: 14px;
	font-weight: none;
	color: #000093;
	text-decoration: none;
}

td {border: 0px solid yellow}

.titulo
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none; 
	color : #1111AA;
	font-size: 22px; 
	font-weight: bold;
}

.menuitem
{
	font-family: Tahoma, Arial, serif;
	font-size: 18px;
	color: #0000A0;
	text-decoration: none;
	width: 155px;
}

a img { border: none; }
a:link,a:active,a:visited { color : #056b9e; text-decoration: none; }
a:hover{ text-decoration: underline; color : #dd6900; }

th,td,p { font-family: Verdana,Arial,Helvetica,sans-serif }
hr{ height: 0px; border: solid #d1d7dc 0px; border-top-width: 1px;}

p {margin-top: 0; margin-bottom: 2}
