a:link
{
	color: rgb(0,0,102); 
	text-decoration: none; 
}
a:visited
{
	color: rgb(153,102,153); 
	text-decoration: none; 
} 
a:active 
{
	color: rgb(153,0,255);
	text-decoration: none; 
}
a:hover
{
	padding: 0px 0px 0px 0px; 
	font-size: 9pt; 
	color: #000099; 
	font-weight:bold; 
	background-color: #CCCCCC; 
	text-decoration: none; 
}
body
{
	margin-top: 0px;
	background-color: #ffffff;
	background-image: url(images/logo.jpg);
	background-repeat:no-repeat; 
	font-family: Book Antiqua, Times New Roman, Times;
	color: rgb(0,0,153);
}
table
{
	table-border-color-light: rgb(204,153,255);
	table-border-color-dark: rgb(102,0,102); 
}
h1, h2, h3, h4, h5, h6
{
	margin-top: 0; margin-bottom: 0;
	font-family: Book Antiqua, Times New Roman, Times;
	text-align: center; 
}
h1
{
	color: rgb(204,153,0);
	font-size: 40pt; 
	text-align: center; 
}
h2
{
	color: rgb(51,102,51); 
	font-size: 26pt; 
}
h3
{
	color: rgb(102,0,51); 
}
h4
{
	color: rgb(51,102,51);
	font-size: 12pt; 
}
h5
{
	color: rgb(102,0,51);
}
h6
{
	color: rgb(51,102,51);
}
ul
{
	list-style-image: url('images/solb.jpg');
	margin-left: 15px;
	margin: 0 0 0 15px; 
}
li
{
    margin: 0 0 0 0px; 
}

#contenedor{ 
	margin-top: 0; margin-bottom: 0;
	width: 100%; 
	text-align: left; 
}
#cabecera{ 
	width: 100%; 
	font-weight: bold; 
}
#cuerpo{ 
	font-size: 10pt; 
	width: 100%; 
}
#menu
{ 
	width: 15%; 
	font-family: sans-serif, Verdana, Arial; 
	font-size: 9pt; 
	font-weight:bold; 
	background-color: #ffffcc;
	float:left; 
} 
#principal{ 
	width: 85%; 
	float: left; 
} 
#mitad{ 
    background-color: #ffffff; 
    width: 50%; 
    float: left; 
} 
#mitadcolor{ 
    width: 50%; 
    float: left; 
    background-color: #ccffff; 
} 
#enterogris{ 
	width: 100%; 
	background-color: #cccccc;
}
#pie{ 
    background-color: #cccccc; 
    padding: 3 10 3 10px; 
    text-align:right; 
    clear: both;
}