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: 1px solid black;
	margin: 0 0 0 0;
	width: 79%;
	background-color: white;
	align: center;
}

.listado 
{	
	border: 0px solid black;
	margin: 0 0 0 0;
	width: 79%;
	background-color: white;
	align: center;
}

.listado
{
	font-family: Tahoma, Arial, serif;
	font-size: 14px;
	font-weight: none;
	text-decoration: none;
	color: black;
	border: 1px solid black;
	align: center;
}

.listado tr
{
	font-family: Tahoma, Arial, serif;
	font-size: 14px;
	font-weight: none;
	text-decoration: none;
	color: black;
	border: 0px solid black;
	align: center;
}

.listado #interna td
{
	font-family: Tahoma, Arial, serif;
	font-size: 14px;
	font-weight: none;
	text-decoration: none;
	color: black;
	border: 0px solid black;
}

td tr
{
	font-family: Tahoma, Arial, serif;
	font-size: 14px;
	font-weight: none;
	text-decoration: none;
	color: black;
	border: 0px solid black;
}


.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; }


hr{ height: 0px; border: solid #d1d7dc 0px; border-top-width: 1px;}

p {margin-top: 0; margin-bottom: 2}

