@charset "utf-8";
/* css document */
/* initial settings */
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,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/* vertical-align: baseline; */
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	/* color: black; */
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* general properties */
html,body {
	scrollbar-3dlight-color: #99d3e9;
	scrollbar-arrow-color: #0071cf;
	scrollbar-base-color: #77c1e4;
	scrollbar-darkshadow-color: #005db4;
	scrollbar-face-color: #77c1e4;
	scrollbar-highlight-color: #77c1e4;
	scrollbar-shadow-color: #005db4;
	scrollbar-track-color: #b6dbed;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	/*
	font-size: 10px;
	*/
	color: #5f5f5f;
}
body {
	background: #ffffff;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h2 {
	color: #6A793E;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	color: #6A793E;
	font-size: 12px;
	font-weight: bold;
}
hr {
	color: #5F605D;
	background-color: #5F605D;
	height: 2px;
	border: 0; 
}
img {
	border: 0;
}
/* layouts properties */
#container {
	width: 725px;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
}
#container .outside {
	border-right: 1px solid #969798;
	border-bottom: 1px solid #969798;
	border-left: 1px solid #969798;
}	
#container .inside {
	border-right: 5px solid #cbe4f0;
	border-bottom: 5px solid #cbe4f0;
	border-left: 5px solid #cbe4f0;
	min-height: 520px;
	height: expression(this.scrollHeight > 520 ? "auto":"520px");
	background: #FFFFFF;
}
#header {
	background: url(../img/bg_header.gif) no-repeat;
	margin: 0 auto;
	width: inherit;
	height: 118px;
}
#logo {
	width: 160px;
	height: 100px;
	float: left;
	margin: 16px 0 0 6px;
}
#select-city {
	width: 331px;
	float: left;
	height: 118px;
}
.select-city-links {
	font-size: 10px;
	color: #2f5e82;
	font-weight: bold;
}
.select-city-links a {
	font-size: 10px;
	color: #2f5e82;
	font-weight: bold;
}
.select-city-links a:link {
	text-decoration: underline;
}
.select-city-links a:visited {
	text-decoration: underline;
	color: #2f5e82;
}
.select-city-links a:hover {
	text-decoration: none;
	color: #2f5e82;
}
.select-city-links a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
#webmail {
	width: 157px;
	float: left;
	padding: 19px 0 0 48px;
	height: 90px;
	font-size: 10px;
}
#webmail .form {
	background: url(../img/bg_webmail.gif) no-repeat;
	padding: 3px 0 0 32px;
	color: #2f5e82;
	text-transform: uppercase;
	height: 80px;
}

.btn-ingresar{
	height:11px;
	width:46px;
	margin:7px 0 0 73px;
	cursor:pointer;
}

#general-content {
	clear: both; 
	overflow: hidden; 
	width: inherit;
}
#menu {
	width: 148px;
	float: left;
	background: #d5f0fc;
	min-height: 390px;
	height: expression(this.scrollHeight > 390 ? "auto":"390px");
	margin: 0 0 7px 0;
	padding: 5px 0 0 0;
}
#body {
	float: left;
	width: 544px;
	margin: 0 0 10px 0;
}
#content {
	width: inherit;
	margin: 0 0 10px 0;
}
#content-section {
	width: 526px;
  	border: 4px solid #d5f0fc; 
	margin: 0 0 7px 0;
	height: 277px;
	clear: both;
	overflow-x: hidden;
	overflow-y: auto;
}
#footer {
	width: inherit;
	height: 89px;
	clear: both;
}
#footer .banner {
	float: left;
	width: 172px;
	height: 89px;
	padding: 0 9px 0 0;
}
.clear {
	clear: both;
}
.space_50 {
	height: 50px;
	clear: both;
}
.space_10 {
	width: 10px;
	float: left;
}
.space-vertical-10 {
	width: 10px; 
	float: left; 
	height: 370px;
}
/* general properties */
.section-title {
	background: #0065a3; 
	font-family: "Arial Narrow"; 
	font-size: 16px; 
	color: #FFFFFF; 
	padding: 4px; 
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	width: 518px;
}
.section-content {
	padding: 5px;
}
#form {
	text-align: right;
	width: 450px;
	padding: 10px 0 10px 0;
	font-size: 12px;
}
.inputs {
	padding: 0 0 5px 0;
}
.textfield {
	background: #aad4ea;
	border: 0;
	font-size: 10px;
	width: 112px;
	height: 13px;
}
.textfield:focus {
	background: #ffffcc;
	border: 0;
}
.textfield-form {
	background: #aad4ea;
	border: 0;
	font-size: 10px;
	width: 312px;
	height: 13px;
}
.textfield-form:focus {
	background: #ffffcc;
	border: 0;
}
.textarea {
	background: #aad4ea;
	border: 0;
	font-size: 10px;
	width: 312px;
}
.textarea:focus {
	background: #ffffcc;
	border: 0;
}
label {
	width: 100px; 
	display: block;
	padding: 3px 0 0 0;
	font-weight: bold; 
}
.send {
	width: 100px;
	margin: 0 auto;
}
.btn_send {
	background: #e1f3fb;
	width: 112px;
	height: 20px;
	font-size: 10px;
	padding: 0 8px 3px 5px;
	border: 0;
	font-weight: bold;
	clear: both;
	border: 1px solid #6ac2e9;
	color: #5d5c5c;
}
.city-links {
	padding: 65px 0 0 40px;
}
.city {
	font-size: 16px;
	font-weight: bold;
}
.error_message {
	color:#FF0000;
	clear: both;
	padding: 0 0 5px 0;
}
/* temp */
* {
	/* border: 1px solid #FF0000; */
}
.date-clock {
	/* Con fondo celeste:
 	background: #d5f0fc;
	color: #006B99;
	width: 105px;
	font-weight: bold;
	padding: 3px;	
	margin: 2px 0 0 33px;
	*/
 	background-color:#FFFFFF;
	color: #1F537A;
	width: 105px;
	height:15px;
	font-weight: bold;
	margin: 0 0 0 -7px;
}


