@charset "utf-8";
body {
	background-image: url(images/fondo_sitio.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: top center;
	background-attachment: fixed;
}
.titulonoticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #666666;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #666666;
}
.vermas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #EF8A30;
}
.linea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	font-weight: normal;
	color: #999999;
}.blanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F3F3F3;
	border: 1px solid #666666;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
