html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	clear: both;
	width: 100%;
	height: 100%;
	font:normal normal 12px/150% Arial, Tahoma, Verdana, sans-serif;
	color: #2b2a2a;
	text-align: center;
	background: #FFFFFF url('../images/bg.gif') 0 0 repeat-y;
}
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
td, th,  td, span {
	font:normal normal 12px/150% TArial, ahoma, Verdana, sans-serif;
	color: #2b2a2a;
	padding: 0px;
}
td {
	vertical-align: top;
}
a, a:visited, a:active {
	letter-spacing: 0px;
	font:normal normal 12px/150% Arial, Tahoma, Verdana, sans-serif;
	color: #c31925;
	text-decoration: underline;
}
a:hover{
	
	text-decoration: none;
}
table {
	border-collapse: collapse;
}
form {
	padding: 0px;
	margin: 0px;
}
.clear { 
	clear: both;
}
acronym, abbr { 
	cursor: help;
}
.curp {
	cursor: pointer;
}
p {
	margin: 0;
	padding: 0;
}
input {
	font:normal normal 11px/100% Tahoma, Arial, Verdana, Arial, sans-serif;
}
textarea
{
	font-family: tahoma, Verdana,  Arial, Helvetica, Sans-Serif;
	color: #000000;
	border: 1px solid #27221F;
	background: #fff;
	width: 250px;
	height: 100px;
	font-size: 11px;
}
select {
	font-size: 11px;
}
option {
	font-size: 11px;
}
img {
	border: 0px;
	display: block;
}
a:hover {
	text-decoration: none;
}
.ainv a, .ainv a:link, .ainv a:visited, .ainv a:active {
	text-decoration:none;
}
.ainv a:hover {
	text-decoration:underline;
}
a.ainv:link, a.ainv:visited, a.ainv:active {
	text-decoration:none;
}
a.ainv:hover {
	text-decoration:underline;
}
.fl {
	float: left;
}
.fr {
	float: right
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.hf {
	height: 100%;
}
.wf {
	width: 100%;
}
.whf {
	height: 100%;
	width: 100%;
}
#container {
	text-align: justify;
	padding: 0 0 0 6px;
}
#header {
	background: url('../images/header_loop.jpg') 0 0 repeat-x;
}
#header #header_bg {
	height: 180px;
	background: url('../images/header.jpg') 0 0 no-repeat;
}

#logo {
	height: 144px;
}

#menu ul {
	display: block;
	padding: 4px 0 0 30px;
	margin: 0;
}
#menu ul li {
	float: left;
	padding: 0 15px;
	margin: 0;
	border-right: 1px solid #FFFFFF;
	display: block;
	line-height: 130% !important;
}
#menu ul li.last {
	border: none;
}
#menu ul li span,
#menu ul li a {
 font-size: 14px !important;
 text-transform: uppercase;
 font-family: arial !important;
 color: #FFFFFF !important;
 line-height: 130% !important;
}
#menu ul li span {
	text-decoration: underline;
}
#content {
	margin: 40px 62px 30px 62px;
	width: 860px;
}
#content h1 {
	font-size: 30px;
	font-weight: normal;
	color: #2b2a2a;
	margin: 8px 0 25px 0;
}

#footer {
	border-top: 1px solid #c0babb;
	padding: 4px 10px;
	margin: 100px 0 0 0px;
}
#footer,
#footer a,
#footer * {
	font-size: 11px !important;
	color: #615f5f !important;
}

label.error {
	color: #FF0000;
}

