@charset "UTF-8";
html, body {
		background: #0B3861; 
		/* color: #0B3861; */
		/* background: #555;*/
    color: #333; 
    font-family: Verdana,Sans-serif;
    font-size: 16px; 
    height: 100%;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
	/*	color: #0B3861; */
	color: #333; 
}

h1 {
	font-size: 28px; /* Marcado por diseñadora -> 250%; /*30Pt*/
}

h2 {
	/*color: #3773AE;*/
	font-size: 25.2px; /* Marcado por diseñadora ->  216%; /*26Pt*/
}

h3 {
	font-size: 21px; /* Marcado por diseñadora ->  183.3%; /*22Pt*/
}

a {
    color: #09F;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}


#container {
	font-size: 14px;
    /*height: 100%;*/
    margin: 0;
    padding: 0;
    width: 100%;
}

body > #container {
    /*height: auto;*/
    /*min-height: 100%;*/
   background: #FFF url(/img/format/bg-header_1x195.gif) repeat-x; 
}

#header {
	height: 135px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 960px;
}

#header * {
	color: #FFF;	
}

#as_city {
    position: absolute;
    top: 15px;
}

#as_city_name {
	color: #FFF;
    float: left;
    font-size: 28px;
    font-weight: bold;
}

#as_logo {
    position: absolute;
    top: 50px;
}

#as_logo img {
    border: medium none;
}

div#subheader {
    float: left;
    font-size: 11.2px;
    position: absolute;
    right: 0;
    top: 148px;
    z-index: 30;
}

div#h_box_top_right {
	font-size: 11.2px;
	position: absolute;
	right: 0;
    top: 10px;
}

div#cache_login_area_header {
	font-size: 11.2px;
	position: absolute;
	width: 600px;
	right: 0;
    top: 40px;
}

div#cache_login_area_header ul {
    margin: 0;
    padding: 0;
}

div#cache_login_area_header li {
    margin: 0;
    padding: 0;
    display: inline-table;
}

div#cache_login_area_header input {
	width: 118px;
	padding: 2px;
	color: #333;
	border: 1px solid #000000;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

div#cache_login_area_header label {
	padding-right: 3px;
}
	
div#login_box {
	position: absolute;
    padding: 0;
    right: 0;
    text-align: right;
}

div#recover_pw_box {
	background-color: #E4E4E4;
	position: absolute;
    padding: 15px 10px 10px;
    right: 0;
    width: 400px;
    border: 1px solid #F1F1F1;
	border-radius: 5px;
	behavior: url(css/PIE.htc);
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

div#recover_pw_box div, div#recover_pw_box label {
	color: #333333;
}

div#recover_pw_box a {
	color: #09F;
}

div#close_recover_pw {
	position: absolute;
	right: 5px;
	top: 2px;
}

div#logged_in {
	position: absolute;
    padding: 0;
    right: 0;
    text-align: right;
}
div#logged_in div {
	margin-top: 5px;
}

div#logged_in span {
	font-weight: bold;
}

div#breadcrumps {
	font-size: 11.2px;
	clear: both;
	margin: 0 auto;
    min-height: 30px;
    position: relative;
    width: 960px;
}

div#breadcrumps a {
    line-height: 20px;
}

#footer {
	background-color: #000;
    clear: both;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    /*padding-bottom: 15px;*/
    /*padding-top: 20px;*/
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
}

#footer, #footer a {
	color: #FFF;
	font-size: 14.4px;
	line-height: 40px;
}

#footer img { 
	vertical-align: middle;
}

.clear {
	clear: both;
}

.error {
    color: red;
    font-size: 11.9px;
}