html,body {
  height:100%;padding:0px;margin:0px;
}

body{margin:22px 0px 0px 0px;padding:0px 0px 0px 0px;text-align:center;font-family:arial;border:0px solid;background-color:#000;}

div#header{
	width:100%;
	background:black;
	color:white;
	position:absolute;
	top:0;
	left:0;
	height:16px;
	padding-top:6px;
	text-align:center;
	font-size:10px;
	border:0px dashed #bd0000;
}

div#header div.head_int{
display:block;overflow:auto;margin:auto;padding:auto;height:auto;width:990px;border:0px solid #fff;}

div#header div.head_int div.head_int_l{float:left;}
div#header div.head_int div.head_int_r{float:right;font-size:10px;}

div#header div.head_int div.head_int_l a,div#header div.head_int div.head_int_r a{color:#ffffff;text-decoration:none;}
div#header div.head_int div.head_int_l a:hover,div#header div.head_int div.head_int_r a:hover{color:#FEE600;}

div#header div.head_int div.head_int_l a.sel, div#header div.head_int div.head_int_r a.sel{color:#FEE600;}


#contenedor{display:block;width:990px;height:auto;margin:auto auto;overflow:auto;border:0px solid #bd0000;min-height:400px;}
* html #contenedor {overflow:auto;}

#contenedorHome{display:block;width:990px;height:auto;margin:auto auto;overflow:auto;border:0px solid #bd0000;min-height:400px;border:1px solid #ffe800;padding-top:100px;color:#fff;font-size:18px;}
* html #contenedorHome{overflow:auto;height:400px;}

@media screen{
	body>div#header{
	position:fixed;
	}
}

* html body{
	/*overflow:hidden;*/
}

* html div#contenedor div#content{
	overflow:auto;
	/*background-color:#fae63a;*/
	background-color:#fff;
	/*height:100%;*/
	height:800px;
}

div#contenedor div#content{
	/*background-color:#fae63a;*/
	background-color:#fff;
}
#content{
width:540px;float:left;
padding-top:0px;
min-height:600px;
}

#content a{color:#bd0000;text-decoration:none;}
#content a:hover{text-decoration:underline;}

#mapa{width:400px;height:308px;
background-image:url("../images/mapa.png");
}

* html #mapa{
background:#fff;
}

#normaltext{
font-size:12px;
text-align:left;
padding:0px 20px 0px 20px;
margin:30px 0px 0px 0px;
border:0px solid;
}

#registrate{
background-color:#fff;
}

/* begin css tabs */

ul#tabnav { /* general settings */
width:400px;
clear:both;
text-align: left; /* set to left, right or center */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #bb1e2c; /* set border COLOR as desired */
list-style-type: none;
padding:6px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
margin:30px 0px 0px 20px;
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position:relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #bb1e2c; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #fcc1c6; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */
