/* Comienza Reset de Browsers */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Termina Reset de Browsers */

.clear{
	clear:both;
}

body {
	background:url(../images/bg_vertical.jpg) repeat-x #59080d;
	margin: 0; /* es recomendado siempre en el body */
	padding: 0; /* es recomendado siempre en el body */
	font-family:Arial;
}

#wrapper{ 
	width:950px; 
	margin:0 auto;
}

#head{
	clear:both;
}

.botones {
	height: 23px;
	width: 950px;
	text-align: right;
}
.botones ul{
	margin: 2px 0 0;
}
.botones ul li{
	display:inline; /* Para alinearlo */
	color:#a9b1c0; 
	font: 14px Arial;
	padding:0 5px;
}
.botones ul li a{
	color:#FFFFFF;
	text-decoration:none;
}
.botones ul li a:hover{
	color:#CCCCCC;
}

.logo {
	width:247px;
	height:152px;
	float:left
}
.logo img{
	width: 237px;
	height:137px;
	margin:10px 0 0 10px;
}
.logo h1{
	display:none;
}

.menu {
	background:url(../images/bgTopMenu.jpg) no-repeat;
	width:637px;
	height:41px;
	float:right;
	margin-top:50px;
}

.menu ul li a:hover{
	color:#FFFF00;
}

.nav_top {
	background:url(../images/bgTopMenu.jpg) no-repeat;
	width:637px;
	height:41px;
	float:right;
	margin-top:50px;
}

.nav_top ul{
	margin:0 auto;
	padding:0;
	height:41px;
	width:637px;
	
}

.nav_top ul li{
	margin:0;
	padding:0;
	color:#FFFFFF;
	display:inline;
	font: bold 16px Arial;
}

.nav_top ul li a{
	color:#FFFFFF;
	text-decoration:none;
	float: left;
	margin:9px 12px 0px 14px;
}

.nav_top ul li a:hover{
	color:#FFFF00;
}

.banner {
	width:941px;
	height:245px;
	float:left;
	margin:0 5px 0 4px;
}

#nav {
	width:578px;
	height:38px;
	float:left;
	margin: 0 0 0 1px;
}
#nav ul{
	width:578px;
	height:38px;
	margin:0;
	padding:0;
}
#nav ul li{
	margin:0;
	padding:0;
	color:#FFFFFF;
	display:inline;
	font: bold 15px Arial;
}
#nav ul li a{
	background:url(../images/bgMenuCenter.jpg) no-repeat;
	width:139px;
	height:38px;
	padding:10px 5px 0 0;
	color:#FFFFFF;
	text-decoration:none;
	float: left;
	text-align:center;
}
#nav ul li a:hover{
	background:url(../images/bgMenuCenter_over.jpg) no-repeat;
}

#cont {
	width:946px;
	float:left;
	margin:25px 2px 0 2px;
}
#cont p{
	font: 16px Arial;
	color: #FFFFFF;
	margin:15px;
}

#cont h1{
	font: 16px Arial;
	color: #000000;
	padding:8px;
}
#cont h2{
	font: 16px Arial;
	color: #FFFFFF;
	padding:8px;
}
.contBlanco {
	width:941px;
	background:#FFFFFF;
	margin: 0 auto;
}

.contRojo {
	width:941px;
	background:#a00610;
	margin: 0 auto;
}

.description {
	background:url(../images/bg_descripcion.jpg) no-repeat;
	width:420px;
	height:180px;
	float:left;
}

.registrese {
	background:url(../images/bg_registrese.jpg) no-repeat;
	width:295px;
	height:180px;
	float:left;
	margin: 0 5px;
}

.registrese img{
	width:192px;
	height:63px;
	margin: 5px 56px 13px 55px;
}

.ingrese {
	background:url(../images/bgIngreseCuadro.jpg) no-repeat;
	width:203px;
	height:178px;
	float:right;
	margin: 0 3px 0 3px;
}


.ingrese_tittle{
	background:url(../images/bgCuadroIngrese.jpg) no-repeat;
	width:198px;
	height:29px;
	margin:2px auto;
	text-align:center;
	padding:2px 0 0;
	font: 18px Arial;
	color: #FFFFFF;
}

.texto_rojo {
	font: 14px Arial;
	color: #FF0000;
	margin: 5px 5px 5px 10px;
}

.space_imput {
	width:180px;
	height:24px;
	margin: 0 auto;
}

.imput {
	background:url(../images/bg_imput.jpg) repeat-x;
	width:180px;
	height:20px;
	border: 1px solid #59080d;
	margin: 0 auto;
}
.imput2 {
	border: 1px solid #59080d;
	margin: 0 auto;
	background-image: url(../images/bg_imput.jpg) repeat;
}
.imput3 {
	background:url(../images/bg_imput.jpg) repeat-x;
	height:18px;
	border: 1px solid #59080d;
}
.entrar {
	float:right;
	margin: 5px 5px 0 0;
}


.boton_entrar img {
	float:right;
	margin:5px 10px 0 0;
}

#footer {
	width:950px;
	margin:25px 0 0;
	float:left;
}

.nav_footer {
	margin: 10px auto;
	height:30px;
	width:710px;
}
.nav_footer ul {
	height:30px;
	margin:0 auto;
	padding:0;
	width:710px;
}
.nav_footer ul li{
	margin:0;
	padding:0;
	color:#08495e;
	display:inline;
	font: 12px Arial;
}
.nav_footer ul li a {
	color:#FFFFFF;
	float:left;
	margin:0;
	padding: 0px 14px;
	text-decoration:none;
}
.nav_footer ul li a:hover {
	color:#FFFF00;
}

.derechos {
	margin: 0 auto;
	padding:0px 0px 5px 0px;
}
.derechos p {
	font: 11px Arial;
	color: #FFFFFF;
	text-align:center;	
}
.tabla_menu {
	background-color: #FFFFFF;
	border: 1px solid #9A1E1C;
	width:auto;
}
.link_menu {
	font-weight: normal;
	color: #333333;
	vertical-align: middle;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}
.link_menu a:link {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}
.link_menu a:active {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}
.link_menu a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}
.link_menu a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #9A1E1C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}
.link_menu_title {
	font-weight: bold;
	color: #9A1E1C;
	vertical-align: middle;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
}
.link_menu_title a:link {
	color: #9A1E1C;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.link_menu_title a:active {
	color: #9A1E1C;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.link_menu_title a:visited {
	color: #9A1E1C;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.link_menu_title a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #9A1E1C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.textos {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.titulo_textos {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.link_page {
	font-weight: bold;
	color: #9A1E1C;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.link_page a:link {
	color: #9A1E1C;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.link_page a:active {
	color: #9A1E1C;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.link_page a:visited {
	color: #9A1E1C;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.link_page a:hover {
	text-decoration: underline;
	font-size: 14px;
	color: #9A1E1C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#buscador {
	width:600px;
	height:30px;
	float:right;
	margin-top:25px;
	text-align:right;
}
#buscador a{
	color:#FFFFFF;
	text-decoration:none;
	margin:11px 12px 10px 10px;
	font: bold 16px Arial;
}
#buscador a:hover{
	color:#FFFF00;
}
.dots_separator {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding:5px 0px 5px 0px;
}