@charset "UTF-8";
/* CSS Document */

body {
	background-color: #edebec;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #ff0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8F8778;
}
a:hover {
	text-decoration: none;
	color: #8F8778;
}
a:active {
	text-decoration: none;
	color: #ff0000;
}
.bg_main {background-image: url(images/bg.jpg);
	background-position:center top;
	background-repeat:repeat;
}
.main-menu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #6E5F4A;
}
.textos {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #6E5F4A;
	line-height: 180%;
}
.textos-grande {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #C9C3BA;
	line-height: 150%;
}
.titulos {
	font-family: Helvetica Neue Light, Helvetica, sans-serif;
	letter-spacing: 0.08cm;
	font-size: 26px;
	color: #C9C3BA;
}
.sub-titulos {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ff0000;
}
.numeros {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	line-height: 180%;
}
.texto-numeros {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #6E5F4A;
	line-height: 180%;
	float: right;
	width: 95%;
}
.texto-asociados {
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #ff0000;
	line-height: 180%;
}
.red {
	color: #F00;
}
input.my-button { 
	background-image:url('images/enviar.png');
	border:0;
}
.destacado {
	font-weight: bold;
}

