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

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #48060A;
}
body {
	background-color: #361212;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.normal {color: #FFFFFF}
.chico {color: #FFFFFF; font-size: 11px; }
.requerido {color: #361212}
.obligatorio {color: #CC0000}
.formbtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/btn/shadow_btn.gif);
	background-repeat: repeat-x;
	border: 1px solid #D9811C;
	line-height: 18px;
	background-color: #361212;
}
.naranja {color: #D9811C}
.rclaro {color: #A32626}
.brig {color: #75041A}
.cafe {color: #290B03}


a {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FDF0EE;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

