body {margin:0; padding:0; background: #000000 ;}

.forCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EDD1D7;
}
.forTexts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.forForms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFF2;
	border: 1px inset #FEE498;
}
.forButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFECB0;
	border: 1px outset #FFFFE1;
}
	  
#Menu_content {
	float: left;
	width: 500px;
	padding: 0px;
}

#Menu_content a:hover {
    text-decoration: underline;
    color: #95CAFF;
}

.menu_item {
	color: #000000;
	text-decoration: none;
	padding-left: 0px;
	font-size: 15px;
}

.line_x { 
	background:url(images/line_x.gif) left repeat-x; 
	width:100%; 
	height:1px; 
	margin:0px 0 0px 0;
}

.menu_item1 {
	color: #000000;
	text-decoration: none;
	padding-left: 0px;
	font-size: 11px;
}

.menu_item_tabla {
	color: #000000;
	text-decoration: none;
	padding-left: 0px;
	font-size: 12px;
	align: center;
}

#Menu_content_left {

}

#Menu_content_left a:hover {
    text-decoration: underline;
    color: #000000;
}

.menu_item_left {
	color: #000000;
	text-decoration: none;
	padding-left: 0px;
	font-size: 12px;
}

.img.picB
{
position: relative;
top: 5px;
background: url("images/a26.jpg") no-repeat;
width: 146px;
height: 65px;
padding: 7px;
}

.img.floatleft
{
float: left;
margin: 0px 14px 3px 0px;
}

#secondarycontent
{
	position: relative;
	width: 160px;
	float: right;
	height: 249px;

}

#secondarycontent h3
{
position: relative;
top: 4px;
font-size: 16px;
line-height: 25px;
color: #656551;
letter-spacing: -1px;
background: url('images/a22.gif') bottom repeat-x;
padding: 0px 0px 10px 10px;
margin-bottom: 20px;
}

#secondarycontent .content
{
padding: 0px 10px 0px 10px;
margin-bottom: 0px;
}
 Empieza el style del menu desplegable Horizontal 

<style>
#MainMenu
{
	height:27px;
	background: #FFFFFF;
	margin:0;
	border-style:solid;
	border-color:#9AB6D2;
	border-top-width:0;
	border-right-width:0;
	border-bottom-width:3px;
	border-left-width:0;
}
#tab
{
	margin:0;
	top:0;
}
#tab ul
{
	margin:0;
	padding:0;
	list-style:none;
	float:center;
}
#tab li
{
	display:inline;
	float:center;
	margin:0 0 0 0 ;
	padding:0;
}
#tab a
{
	background: url("images/bright_115.gif") no-repeat right top;
	margin:1;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab a span
{
	display:block;
	background:url("images/bleft_115.gif") no-repeat left top;
	padding:0 29px 0 119px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color: #000000;
	font-weight:bold;
	line-height:27px;
}
#tab a:hover,#tab li.item_active a
{
	background-position:right bottom;
	border-color:;
}
#tab a:hover span,#tab li.item_active a span
{
	background-position:left bottom;
	color:#FF0000;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border-style:solid;
	border-color:#9AB6D2;
	border-top-width:0;
	border-right-width:0;
	border-bottom-width:3px;
	border-left-width:0;
	background: #000000;
	color:#FFFFFF;
	z-index:100;
	text-decoration:none;
	padding:0;
}
.dropmenudiv ul
{
	margin:0;
	padding:0;
	list-style:none;
}
.dropmenudiv li
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link, .dropmenudiv a:visited
{
	width:200px;
	margin:0 1px 0 0 ;
	padding:0;
	display:block;
	border:0 solid ;
	color:#FFFFFF;
	background:url("images/bleft_115.gif") no-repeat left top;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv a span
{
	float:left;
	display:block;
	line-height:27px;
	background:url("images/bright_115.gif") no-repeat right top;
	padding:0 22px 0 22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:#000000;
}
.dropmenudiv a span
{
	float:none;
}
.dropmenudiv a:hover
{
	border:0 solid ;
	background-position:left bottom;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#000000;
}
.dropmenudiv a:hover span
{
	background-position:right bottom;
	color:#FF0000;
	font-weight:bold;
}

</style>
 Termina el style del menu desplegable Horizontal
 
 /* Sidebar */

 /*p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
	color: #000000;

}
ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img07.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

#sidebar {
	float: left;
	width: 250px;
	padding: 0px;
}

#links {
}

#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color: #DB5600;
}

