@charset "utf-8";

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #0034C8;
}

form, map {
	display: inline;
}

input, select, textarea {
	font: 11px Arial, Helvetica, sans-serif;
	color: #294B95;
}

#container {
	width: 995px;
	background: #FFFFF6 url(../../images/fondo_container.gif) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}

#container2 {
	width: 995px;
	background: url(../../images/fondo_main.png) no-repeat center 246px;
}

#container3 {
	width: 995px;
	background: url(../../images/cabecera.jpg) no-repeat center top;
}

#header {
	background: url(../../images/cabecera.jpg) no-repeat center top;
	height: 90px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 400px;
	float: left;
}

#header h1 a {
	display: block;
	height: 90px;
	width: 400px;
	text-indent: -5000px;
}

#sidebar1 {
	float: left;
	width: 190px;
	padding-left: 10px;
}

.leftbox {
	background: url(../../images/caja_left_top.gif) no-repeat center top;
	padding-top: 24px;
	margin-bottom: 20px;
}

.leftboxbottom {
	background: url(../../images/caja_left_bottom.gif) no-repeat center bottom;
	padding-bottom: 23px;
}

.leftboxbody {
	background: #FFFFFF url(../../images/caja_fondo.gif) repeat-x left top;
	border-right: 3px solid #0437CD;
	border-left: 3px solid #0437CD;
	padding-right: 10px;
	padding-left: 10px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li a {
	color: #001F7D;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	height: 15px;
	width: 149px;
	display: block;
	margin-bottom: 1px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 9px;
}

#menu ul li a:hover {
	color: #0033CC;
	text-decoration: underline;
}

#menu ul li ul li a {
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	height: 15px;
	width: 143px;
	display: block;
	padding: 0px 5px 10px 15px;
	margin-bottom: 1px;
}

#menu ul li ul li a:hover {
	color: #0032C7;
	text-decoration: underline;
}

.promoright {
	background: url(../../images/caja_right.gif) no-repeat center top;
	color: #001F7D;
	margin-bottom: 15px;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	min-height: 119px;
}

* html .promoright {
	height: 119px;
}

.promoright h2 {
	font-size: 16px;
	margin: 0px;
	padding: 5px 5px 1px;
	border-bottom: 1px dotted #0033CC;
	text-align: center;
}

.promoright p {
	margin: 0px;
	padding: 5px 0px 0px;
}

.promoright em {
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
}

.promoright a {
	background: url(../../images/boton_go.gif) no-repeat right center;
	text-align: left;
	display: block;
	width: 30px;
	color: #0A3466;
	text-decoration: none;
	margin-left: auto;
}

.promoright a:hover {
	color: #006BAF;
}

#sidebar2 {
	float: right;
	width: 190px;
	padding-right: 10px;
	padding-top: 50px;
}

.rightbox {
	background: url(../../images/caja_right_top.gif) no-repeat center top;
	margin-bottom: 20px;
	color: #001F7D;
}

.rightboxbottom {
	background: url(../../images/caja_right_bottom.gif) no-repeat center bottom;
	padding-bottom: 23px;
}

.rightboxbody {
	background: #FFFFFF url(../../images/caja_fondo.gif) repeat-x left top;
	border-right: 3px solid #0437CD;
	border-left: 3px solid #0437CD;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
}

#sidebar2 input.boton {
	font-weight: bold;
	width: 155px;
	text-transform: uppercase;
	font-size: 12px;
}

#login {
	margin-left: 655px;
	padding-top: 2px;
}

#login input {
	width: 130px;
	margin-bottom: 10px;
}

#login input.boton {
	width: 60px;
	font-weight: bold;
}

#searchsidebar h2 {
	margin: 0px;
	font-size: 16px;
	text-align: center;
	padding: 4px 0px 0px;
}

#searchsidebar label {
	display: block;
	padding-bottom: 4px;
	font-weight: bold;
}

.fixw {
	width: 155px;
	border: 1px solid #002DB3;
	margin-bottom: 3px;
}

#sidebar2 img {
	margin-bottom: 5px;
}

#mainContent {
	margin: 0 200px;
	padding: 130px 30px 30px;
}

#mainContent h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

#mainContent a {
}

#mainContent a:hover {
	color: #FF3300;
}

#footer {
	background:#FFFFA5 url(../../images/sep_pie.gif) repeat-x center top;
	padding: 10px 10px 20px;
}

#footer .copyright {
	font-weight: bold;
	display: block;
	width: 375px;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}

#footer dl {
	display: block;
	float: left;
	width: 220px;
	padding: 0px;
	margin: 0px;
}

#footer dt {
	display: block;
	float: left;
	width: 80px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

#footer dd {
	text-align: left;
}

#footer .cyberlink {
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 300px;
	text-align: right;
	margin-left: auto;
}

#footer .cyberlink:hover {
	text-decoration: underline;
}

.fltrt {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.fltlft {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.featuredproplist .featuredprop {
	width: 150px;
	float: left;
	font-size: 11px;
	padding: 11px 11px;
	margin-left: 1px;
}

.featuredproplist .featuredprop ul {
	margin: 0px;
	padding: 6px 0px 0px;
	list-style: none;
	text-align: left;
	height: 57px;
}

.featuredproplist .featuredprop span {
	font-weight: bold;
}

.featuredproplist .featuredprop a.moredetails {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding: 6px 0px 9px;
	margin-top: 12px;
	background: url(../../images/boton_salemoredetails.gif) no-repeat center bottom;
	width: 101px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}

.featuredproplist .featuredprop a:hover {
	color: #FFFF66;
}
