body {font: 0.8em Verdana, Arial, Sans-Serif; background-color: #FFD866; line-height: 1.6em; margin: 0}

#top { margin: 0 auto; padding: 0px; color: #fff; background: #FFD866; height: 75px;}
table#top_enc { margin: 0 auto; padding: 0px; color: #fff; background: #FFD866; height: 75px;}

.titulo {width:100%;  height:20px; font-family:Arial,Verdana,Helvetica; text-align:center; font-size:26px; font-weight:bold; color:#990026;}
.subtitulo {width:100%;  height:20px; font-family:Arial,Verdana,Helvetica; text-align:center; font-size:20px; font-weight:bold; color:#660033;}
.textoBlanco {font-family:Arial,Verdana,Helvetica; font-size:16px; font-weight:bold; color:#FFFFFF;}

#Inicio {background: #FF9933; align:center}
#Cuerpo {display: block;}
#wrap {	margin: 0 auto;	width: 95% }
table#Inicio_M {background: #FF9933; align:center}


/*ventana de novedades*/
div.novedades{float:right; width:180px; border: 1px solid #333366;} 
div.novedades div{padding:5px;}  
ul.nov {list-style:none; margin:0; padding:0;}
li.nov_enc {width:100%;  height:27px; font-family:Arial,Verdana,Helvetica; text-align:center; font-size:16px; font-weight:bold; color:#990026; background-color:#FF9933; padding:6px 0px 0px 0px;}
li.nov {display:block; width:100%; text-decoration:none; font-family:Arial,Verdana,Helvetica; font-size:14px; color:#660033; padding:3px 0px 3px 0px;  border-top: 1px solid #333366;}

/*pie de pagina*/
#pie {clear: both; border-top: 1px solid #084B8A; background-color: #FFD866; height: 46px; font-size: 75%; color: #666; }
#pie p  { padding: 5px }
#pie .rside { float: right; display: inline; padding: 5px; text-align: right}

/*Formato para la tabla del cuerpo*/
table#T_inicio_i { background: #FFD866 url("img/LOGOEMPREMIN2.jpg") center no-repeat; width: 100%; height:465px;}
table#T_inicio { background: #FFD866; width: 100%; height:465px;}


/*Formato del Menu*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			border-left: 1px solid;
			display: block;
			height: 1.4em;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			text-decoration: none;
			height: 1.2em;
			float: left;
			display: block;
			width: 140px;
			padding: .1em 1px;
			border: 1px solid;
			border-left: none;
		}
		.horizontal li li a{
			border-top: none;
			border-left: 1px solid;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 1.3em;
			margin-left: -1px;
			width: 244px;
			border: none;
			display: block;
			height: auto;
			border-top: 1px solid;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 140px;
		}
		.horizontal li ul li a{
		width: 245px;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: white;
			color: black;
			border-color: black;
		}
		.blackwhite li a:hover{
			background-color: black;
			color: white;
			border-color: black;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: #FF9933;/*color del menu*/
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}
