#body
{
background-image:url(images/fondo.gif);
font:Verdana,Tahoma,Arial,sans-serif; 
}

#container
{
width:95%;
margin: 10px auto;
background-color:#999933;
color:#303030;
border: 1px solid gray;
line-height: 140%;
}
#otro 
{
font-size:2.7em;
font-weight:400; 
letter-spacing:-2px;
margin:0 0 4px 15px;
padding:15px 0 0;
}
#tabla
{
clear:both;
}
#top
{
background-color: #ffffcc;
height:200px;
width:95%;
}
#top h1
{
padding: 0;
margin: 0;
}
#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}
#rightnav
{
float:right;
margin:0 0 10px;
padding:1em;
width:160px;
height:auto;
border:none;
}
#content
{
margin-left: 200px;
border-left: 1px solid #ebe1bf;
padding: 1em;
font-family:"Lucida Sans", Verdana,Tahoma,Arial,sans-serif;
font-size:medium; 
 }
#footer
{
clear: both;
color: #333;
background-color: #666600;
border-top: 1px solid gray;
}
#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

#announce 
{background-color:#666600;
 color:#ebe1bf; line-height:1.3em; margin:10px 0; padding:5px 5px 5px 5px; width:140px;
}
#menucase ul.vert-one{margin:0;padding:0;list-style-type:none;display:block;font:bold 15px Helvetica, Verdana, Arial, sans-serif;line-height:165%;width:150px;}
#menucase ul.vert-one li{margin:0;padding:0;border-top:1px solid #999933;border-bottom:1px solid #666600;}
#menucase ul.vert-one li a{display:block;text-decoration:none;color:#303030;background:#ebe1bf;padding:0 0 0 20px;width:130px;}
#menucase ul.vert-one li a:hover{background:#666600 url("images/vert-one_arrow.gif") no-repeat 0 9px;}
#menucase ul.vert-one li a.current,ul.vert-one li a.current:hover{background:#666600 url("images/vert-one_arrow.gif") no-repeat 0 9px;}
–>

/*  CSS Table Design
Author: Stanislav Filev
Theme: Stainless Steel: Stenli Style
URL: http://www.stenli.net

----------------------------------------------- */

table {
	border: 1px solid #000; 
	background-color: #D4D0C8; 
	color: #000;
}
 
td { padding:5px;}
th { padding:5px;
background-color:#666600}
caption {
	
	text-align:center;  
	font: bold 12pt Lucida Sans;
	color: #303030;
	margin: 3px 0;
}

/* =links
----------------------------------------------- */
table a { color:maroon; text-decoration: none;}
table a:link {color:#666600;}
table a:visited { color: #ebe1bf;}
table a:hover {color:#303030;}

/* thead tbody tfoot
----------------------------------------------- */

thead th, tfoot th, tfoot td ,tbody th,tbody td {
	color: #303030; 
	font: 8pt Verdana; 
	border-right: 1px solid #ebe1bf; 
	border-top: 1px solid #eee; 
	border-left:1px solid #eee; 
	border-bottom: 1px solid #ebe1bf; 
}

thead th, tfoot th, tfoot td { background-color: #ebe1bf; font-weight: bold; text-align:center; }
tfoot td { text-align:right }
tbody th { white-space: nowrap; font-weight: bold; text-align:left; }


/* Visual and hover effects */
.odd td { }

tbody tr:hover td{
	background-color: #ebe1bf;
	border-right: 1px solid #eee; 
	border-top: 1px solid #999; 
	border-left: 1px solid #999; 
	border-bottom: 1px solid #eee; 
	background-color: #ebe1bf;
}
