body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/body_bkg_02.png);
	background-repeat: repeat-y;
	background-color: #000000;
}
a {
	color: #D8D8D8;
}
.bkg {
	background-image:url(images/body_bkg_01.png);
	background-repeat: repeat-x;
}
.content {
	background-image:url(images/content_bkg.png);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bfbfbf;
}
.content .content2 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.noticias01 {
	background-image:url(images/noticias_bkg.png);
	background-repeat: repeat-y;
}
.noticias02 {
	background-image:url(images/noticias_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
	padding-top: 88px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.noticias02 ul {
	list-style-image: url(images/ul.gif);
}
.content .content2 ul {
	line-height: 18px;
}
.content .content2 ul li a:link, .content .content2 ul li a:visited {
	color: #7f7f7f;
	font-weight: bold;
}
.content .content2 ul li a:hover, .content .content2 ul li.selected a {
	color: #FFFFFF;
	font-weight: bold;
}
.content .content2 ul li:hover, .content .content2 ul li.selected {
	list-style-image: url(images/body_ul1.gif);
}
.content .content2 ul li {
	list-style-image: url(images/body_ul2.gif);
}

.footer {
	background-image: url(images/footer_bkg.gif);
	background-repeat: repeat-x;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bababa;
}
.footer a:link, .footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bababa;
	text-decoration: none;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bababa;
	text-decoration: underline;
}
.contactInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 430px;
	border: solid 1px #727272;
	background-color: #000000;
	color: #FFFFFF;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #bfbfbf;
	text-transform: uppercase;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bfbfbf;
}
.subcurrent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bfbfbf;
	text-transform: uppercase;
	font-weight: bold;
}
.botonera1 {
	background-image: url(images/botonera1_a.png);
}
.botonera1 a:link, .botonera1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fdb2b2;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 48px;
	text-decoration: none;
}
.botonera1 a:hover {
	color: #ffffff;
}
.botonera1b {
	background-image: url(images/botonera1_b.png);
}
.botonera1b a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 48px;
	text-decoration: none;
}
.botonera2 {
	background-image: url(images/botonera2_a.png);
}
.botonera2b {
	background-image: url(images/botonera2_b.png);
}
.botonera2 a:link, .botonera2 a:visited,
.botonera2b a:link, .botonera2b a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cbcbcb;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 68px;
	text-decoration: none;
}
.botonera2 a:hover, .botonera2b a:link, .botonera2b a:visited {
	color: #ffffff;
}
.botonera3 {
	background-image: url(images/botonera3_a.png);
}
.botonera3b {
	background-image: url(images/botonera3_b.png);
}
.botonera3 a:link, .botonera3 a:visited,
.botonera3b a:link, .botonera3b a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cbcbcb;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 68px;
	text-decoration: none;
}
.botonera3 a:hover, .botonera3b a:link, .botonera3b a:visited {
	color: #ffffff;
}
.border {
	border: solid 1px #bfbfbf;
	border-bottom: solid 0px;
}
.border td {
	border-bottom: solid 1px #bfbfbf;
}

/*     Estilos para la sección de Noticias    */
.noBkg {
	background-image: none;
	background-color: transparent;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.noBkg ul {
	list-style-image: url(images/ul.gif);
}
.contactInputError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 430px;
	border: solid 1px #ff0000;
	background-color: #000000;
	color: #ff0000;
}