/* estilos generales   */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #000000;
}

body, table {
	color: #333333;
	background: #000000;
	font-family: Verdana, Franklin Gothic Medium, Arial;
	font-size: 10pt;
	line-height: 110%;
	margin-top: 0px;
	text-decoration: none;
}

img{
	border: none;
}


/* Enlaces normales */
a {
	color: #ff0000;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #ff0000;
	text-decoration: underline;
	/*font-weight: bold;*/
}


body#bd {
	color: #999999;
	background: url(../images/fondo.png) no-repeat top center #000000;
	text-align: center;
	margin-top: 120px;
}



#mensaje{
	color: #777777;
	font-size: 11pt;
	line-height: 150%;
}
#contacto{
	font-size: 10pt;
	line-height: 110%;
}


