body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #110c0b;
	background-image: url(images/fondo.jpg);
	background-repeat: no-repeat;
	/*background-attachment: fixed;	*/
	color:#FFF;
}
a:link { 
text-decoration:underline;	color:#6F0;	font-size:13px;
}
a:visited {
text-decoration:underline; color:#EEEEEE; font-size:13px;
}
a:active {
text-decoration:underline;	color:#0F0;		font-size:13px;	font-weight:bold;
}
a:hover { 
text-decoration:underline;	color:#0F3	
font-size:13px;	font-weight:bold;
} 

.espacio_abajo {
	margin-bottom: 10px;
}
.texto_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
}
.titulo_verde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #99e653;
	text-align: left;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #9cf3f9;
	text-transform: uppercase;
}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	color: #9cf3f9;
}

.sTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #9cf3f9;
}

.espacio_drecho {
	margin-right: 10px;
}

.texto_blancobold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #251C17;
	border: 1px solid #625242;
	margin-left: 8px;
}

.inData {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #251C17;
	border: 1px solid #625242;
	margin-left: 8px;
}

.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	background-color:#999
	border: 1px solid #625242;
	margin-left: 8px;
}

.alert_news {
  background-color: #000;
  border:#666 3px solid;
  filter:alpha(opacity=92); /* Para IE */
  -moz-opacity:.92; /* Para Firefox */
  opacity:.92; /* Browsers que soporten CSS3 */
}

