@charset "UTF-8";
/* CSS Document */

#textosNoticias {
	width:730px;
	z-index:1;
	height: 350px;
	overflow: auto;
	float: left;
	text-align: left;
}
#textosNoticiasAesma {
	width:550px;
	z-index:1;
	height: 350px;
	overflow: auto;
	float: left;
	text-align: left;
}
#detalleNoticia {
	padding-left: 25px;
	margin-top: 12px;
}

#detalleNoticia  .h1 {
	font-size: 8pt;
}
#detalleNoticia .h2 {
	font-size: 7pt;
}
#detalleNoticia  a  {
	color: #669933;
	text-decoration: none;
}
#detalleNoticia a:visited {
	color: #669933;
	text-decoration: none;
}

#detalleNoticia a:hover, a:focus {
	color: #000000;
	text-decoration: underline;
}
#verNoticias {
	width:700px;
	z-index:1;
	height: 460px;
	overflow: auto;
	float: left;
	text-align: left;
	font-family: Helvetica, Arial;
	padding-right: 40px;
}
#verNoticias      h2 {
	font-size: 7pt;
	font-weight: lighter;
	color: #666666;
}
#verNoticias     h1 {
	font-size: 8pt;
	color: #669933;
	font-family: Helvetica, Arial;
	font-weight: bold;
}
#verNoticias p {
	text-align: justify;
}
#verNoticias a:link, a:visited {
	color: #669933;
	text-decoration: underline;
}
#verNoticias a:hover, a:focus {
	color: #000000;
	text-decoration: underline;
}
#cuadroImpreso {
	float: left;
	height: 300px;
	width: 180px;
	margin-left: 5px;
}
#cuadroImpreso img {
	border: 0;
}
#eventos {
	background-image: url(../images/bkg_eventos.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	height: 300px;
	width: 740px;
	border: 1px solid #909F54;
	margin-top: 20px;
	padding-top: 10px;
}
#eventos h1 {
	font-weight: normal;
	color: #333333;
	background-image: url(../images/bullet-evento.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 10pt;
	padding-left: 25px;
	padding-top: 5px;
	margin-left: 230px;
}
#eventos a {
	color: #333333;
	text-decoration: none;
}
#eventos a:visited {
	color: #333333;
	text-decoration: none;
}
#eventos a:hover, a:active {
	color: #669933;
	text-decoration: underline;
}
#banerSuscribirse {
	float: left;
	height: 100px;
	width: 730px;
	border: 1px solid #669933;
	margin-top: 10px;
	background-image: url(../images/baner_suscribirse.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#banerSuscribirse p {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 150px;
	margin-top: 70px;
}
#banerSuscribirse a {
	color: #EE0915;
}
#banerSuscribirse a:visited {
	color: #EE0915;
}
#banerSuscribirse a:hover, a:active {
	color: #669933;
}

pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
font-family: Helvetica, Arial;
}

