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

* {
	margin:0px;
	padding:0px;
}

body{
font-family:Arial, Helvetica, sans-serif;
background:#013a4a}

#header{
	width:100%;
	height:168px;
	margin:auto;

}
#header_up, #navbar{
	
	height:30px;
	color:#2a6faa;
	font-size:10px;
	line-height:30px;	
}


.whitelinks {color:#FFFFFF;}
	a.whitelinks:link {text-decoration:underline;}
	a.whitelinks:visited {text-decoration:underline;}
	a.whitelinks:hover {text-decoration:none;}
	a.whitelinks:active {text-decoration:underline;}
	
.bluelinks {color:#007d9e;}
	a.bluelinks:link {text-decoration:underline;}
	a.bluelinks:visited {text-decoration:underline;}
	a.bluelinks:hover {text-decoration:none;}
	a.bluelinks:active {text-decoration:underline;}

.lightbluelinks {color:#019ec7;}
	a.bluelinks:link {text-decoration:underline;}
	a.bluelinks:visited {text-decoration:underline;}
	a.bluelinks:hover {text-decoration:none;}
	a.bluelinks:active {text-decoration:underline;}

#help{
float:right;
}
#header_img{
	background:#007d9e url(../images/banner.png) top no-repeat;
	height:108px;
}
#navbar{
	background:#007d9e url(../images/btn_back.jpg) top repeat-x ;
	font-size:14px;
	color:#FFFFFF;
	width:100%;
}
.navbar_btn{
background: url(../images/btn_back_end.jpg) right no-repeat;
float:left;
margin-left:47px;
padding-right:47px;
}

#footer{
	width:100%;
}
#footer_navbar{
	background:#007d9e url(../images/btn_back.jpg) repeat-x top;
	font-size:12px;
	height:30px;
	width:100%;
	line-height:30px;
	color:#FFFFFF;
	text-align:center;
	font-weight:normal;
}
#disclaimer{
text-align:center;
font-size:10px;
color:#666666;
padding-top:10px;
}

.cleaner{
clear:both;
}

.errores{
	color: #C62121;
	margin-bottom: 30px;
	display: none;
	font-weight: bold;
}
#banner_registro
{
	width: 50%;
	height: 50px;
	cursor: pointer;
	background: url(../images/registrate.png) no-repeat;
	margin-bottom: 0px;
	display: inline-block;
}

#banner_registro:hover{
	background-position: 0 -50px;
}

#banner_login
{
	width: 50%;
	height: 50px;
	cursor: pointer;
	background: url(../images/inicia-sesion.png) no-repeat;
	margin-bottom: 0px;
	display: inline-block;
	float: right;
}

#banner_login:hover{
	background-position: 0 -50px;
}