body{
	/*background: #EAEAEA;*/
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
	background: url(img/fondo_web2.gif);
}


/*    divs   */

#todo{
	background: White;
	width: 750px;
	border: 1px solid #CFCFCF;
}
#titulo{
	font: normal  28px Georgia;
	margin-bottom: 20px;
}
#contenido{
	margin:12px;
	margin-bottom: 0px;
}
#contenido table{
	border: 1px dashed Black;
}
#contenido td{
	font: 13px Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #5D5D5D;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}
#contenido td.fondoMarron{
	background: #DAA520;
	color: White;
}
#texto{
	width: 510px;
	font: 13px georgia, Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #5D5D5D;
	line-height: 16px;
	padding-right: 15px;
	padding-bottom: 25px;
	border-right: 1px dotted Gray;
	text-align: justify;
}
p.subir{
	text-align: right;
}
#apoyo{
	font: 11px Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: right;
	width: 190px;
	background: #F5F5F5;
	padding: 10px;
	text-align: center;
}
#apoyo img{
	margin-top: 3px;
	margin-bottom: 3px;
}

#submenu{
	font: 10px Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 15px;
	line-height: 20px;
}
#submenu a, a:active, a:focus, a:hover, a:link, a:visited {
	font: bold;
}
#submenu h1{
	font: normal  17px Georgia;
	margin-bottom: 14px;
}
#submenu h3{
	font: bold  10px Georgia;
	margin-bottom: 14px;
	padding: 2px;
	border: none;
	text-align: left;	
	border: 1px solid Silver;
	background: #D3D3D3;
}
#submenu p{
	border: 1px solid Silver;
	line-height: 12px;
	padding: 2px;
	margin: 2px;
}
#submenu p a, a:active, a:focus, a:link, a:visited {
	text-decoration: none;
	color: Black;
	font: bold;
}
#submenu p a:hover {
	text-decoration: underline;
}
#submenu p.titulo{
	font: bold 12px;
	background: #DADADA;
	margin-top: 7px;
}
#texto #submenu p{
	border: 1px solid Silver;
	line-height: 12px;
	padding: 2px;
	margin: 2px;
	margin-left: 50px;
	width: 300px;
}
#logos{
	margin: 5px;
	/*border-top: 1px dashed Black;*/
	padding-top: 10px;
	text-align: center;
}
#textopie{
	margin: 0px;
	margin-top: 20px;
	background: #282828;
	color: White;
	padding: 5px;
	text-align: center;
	font: 11px  Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#textopie a{
	color: #FFA500;
	text-decoration: none;
	font: 11px  Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#textopie a:hover{
	color: #FFA500;
	text-decoration: underline;
}

/*  etiquetas   */

a, a:active, a:focus, a:link, a:visited {
	text-decoration: underline;
	color: Black;
	font: bold;
}
a:hover {
	text-decoration: none;
}

b{
	color: Black;
}


h2{
	font: bold 16px Trebuchet MS;
	border-bottom: 1px solid;
	color: Black;
	margin-top: 35px;
	margin-bottom: 20px;
	
}

h3{
	font: bold 12px Trebuchet MS;
	
	border: 1px solid #DAA520;
	border-left: 7px solid #DAA520;
	padding-left: 7px;
	color: Black;
	margin: 13px;
	margin-left: 0px;
}
li b{
	font: 11px;
}
/*    clases   */


.logo{
	border: 1px solid Gray;
	margin: 2px;
}
.negro{
	color: Black;
}
.enumeracion{
	border-left: 5px solid #DAA520;
	padding: 3px;
	padding-left: 10px;
	background: #F8F8F8;
	
}
.tabulacion{
	text-indent: 27px;
}
.sub{
	border-left: 3px solid #DAA520;
	padding-left: 4px;
	margin-left: 3px;
}
.prueba{
	background-color: #D3D3D3;
}
.imgnoticias{
	margin-right: 10px;
}