body { font-family: Tahoma; font-size: 12px; }
a { color: #999999; }
.fondo {
	background-color: #000000;
	background-image: url(bg_image.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.texto_boton {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	color: #999999;
}
.titulo_seccion {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #666666;
	background-image: url(images/fondo_titulos.jpg);
	background-repeat:  repeat-x;
	text-align: left;
	padding-left: 10px;
}
.texto {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 10px;
	line-height: 16px;
}
.texto_titulo {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	line-height: 20px;
}
.centrar {
	text-align: center;
}
.texto_formulario {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding: 5px;
	line-height: 16px;
}
.formulario {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px;
	border: 1px solid #FFFFFF;
	text-align: left;
	background-color: #2F2F2F;
	height: 20px;
}
.titulo_noticias {
	text-align: left;
	margin: 0px;
	padding: 5px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #487CA1;
	line-height: 20px;
}

