body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(Images/fondo.jpg);
	background-repeat: repeat;
	background-position: center center;
}
#Layer1 {	position:relative;
	width:95%;
	height:95%;
	z-index:1;
	left: 0px;
	top: 0px;
	overflow: auto;
}
.Estilo2, .Estilo2:visited, .Estilo2:link  {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#000000}
.Estilo3 {font-size: 12}
.textonoticia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.tablanoticia {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C18A37;
	border-bottom-color: #C18A37;
	margin-bottom: 12px;
}
.textoelemento,  .textoelemento:link, .textoelemento:hover, .textoelemento:visited, .textoelemento:active {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color:#000000;
	text-decoration:none;
}
.tituloelemento, .tituloelemento:link, .tituloelemento:hover, .tituloelemento:visited, .tituloelemento:active {
	font-family: "Times New Roman", Times, serif;
	color:#000000;
	text-decoration:none;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
}.control {
	background-color: #F5E7CC;
}


.fondocontenido {
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='Images/aclarando.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.fondocontenido[class] {
  background-image:url(Images/aclarando.png);
}


