body {
    background-color: #ffffff;
    font-size: 12px;
    line-height: 1.3;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
	color:#4e89c4;
}

a:link,
a:visited,
a:active {
	color:#4e89c4;
}

a:hover {
    color: #4275a7;
    text-decoration: underline;
}

p {
    padding-bottom: 12px;
    line-height: 18px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}


.inputtext {
    border: 1px solid #d1d1d1;
    padding: 6px 2px;
	background: white;
	height:16px;
}

.inputtextm {
    border: 1px solid #d1d1d1;
    padding: 2px 1px;
	background: white;
	height:16px;
}


.searchinputcombo {
    border: 1px solid #d1d1d1;
    padding: 2px 2px;
	background: white;
}


form {
	margin: 0px; padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	color: #000;
	margin-top: 5px;
	margin-bottom: 3px;
	font-family:  Futura, Arial, Helvetica, sans-serif;
	font-weight:bold;
}


h1 {
	margin: 0px;
	font-size: 29px;
	color: #fff;
	font-weight:normal;
}


h2 {
    margin: 0px;
    color: #f1bb18;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 15px;
	color:#919191;
}

h5 {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}

h6 {
	font-size: 13px;
	line-height:1.1;
}

hr {
	padding:0px;
	border-style: solid none none;
	border-color: rgb(172, 219, 241);
	border-width: 1px 0px 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	height: 1px;
}

.leng {
	font-size:11px;
	color:#919191;
}

.nota {
	font-size:10px;
}

.error {
    color:#000;
    font-size:11px;
    padding:10px 10px 10px 45px;
    background: #ffcb00 url(../img/error-ico.gif) no-repeat 0 0;
}

.lf {
	float:left;
}

.rf {
	float:right;
}

.mt {
	margin-top:10px;
}

.ct {
	text-align:center;
}

.blk{
	color: #000000;
}

.highlighty {
    color:#f1bb18;
}

#subtitle a {
    color:#f1bb18;
}

#subtitle  a:hover {
    color:#f1bb18;
}

.highlight {
	background:#efefef;
	padding:4px;
}

.formitem {
	margin-top:20px;
}

.mformitem {
	margin-top:10px;
}


.hruler {
	background-color:#dddddd;
	line-height:1.1;
	height:5px;
	margin:10px 0 20px 0;
}

.mbox {
	background: #f5f5f5 url(../img/mbox-bg.gif) repeat-y;
}

.mboxsep {
	background-color:#dadada;
	height:1px;
	line-height:1.1;
}

/* LAYOUT */

#container {
    width: 952px;
    padding: 0;
    margin: 0 auto;
    background: url(../img/shadow.gif) repeat-y;
}

#container-inner {
    width: 934px;
	margin-left:9px;
    padding: 0;
}

#modalcontainer {
   /* width: 680px;*/
    padding: 0;
    margin: 0;
}




/*Header*/
#header {
	height:111px;
    background: url(../img/header-bg.gif) no-repeat;
}

#header-inner {
    width: 934px;
    padding: 0;
    margin: 0 auto;
	position: relative;
}

#util {
	position:absolute;
	top:0;
	right:31px;
	font-size: 9px;
	padding:4px 0;

}

#util a, #util a:visited, #util a:active {
	color:#000;
	text-decoration:none;
}

#util a:hover {
	text-decoration:underline;
}

#logo {
	position:absolute;
	top:33px;
	left:32px;
	width:110px;
}

#claim {
	position:absolute;
	top:73px;
	right:31px;
	width:204px;
}

#search {
	width:212px;
	position:absolute;
	top:35px;
	left:699px;

}

#search input.searchfield {
	width:170px;
	height:14px;
    border: 1px solid #fff;
	background: url(../img/search-bg.gif) no-repeat;
	font-size:11px;
	padding: 3px;
	color:#999999;
}


#search a {
	display: block;
    width: 24px;
	height: 23px;
    text-decoration: none;
    background: url('../img/search-bt.gif') no-repeat left center;
}

#search a.search-bt:hover {
    background-position:  -24px center;
}

#search a.search-bt em {
	display:none;
}

/*Navigation*/
#navigation_wrap {
    width: 934px;
    padding: 0;
    margin: 0 auto;
	position: relative;
	height:27px;
	background: #070707 url(../img/nav-bg.gif) no-repeat;
}

#navigation {
	position: absolute;
	left: 6px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100;
}

#navigation ul li {
	float: left;
	padding: 0 0 0 5px;
	margin: 0 4px 0 0;
	font-size: 13px;
	height:27px;

	text-align:center;
}

#navigation ul li a {
	display: block;
	margin: 0;
	padding: 6px 3px 0px 0px;
	color: #fff;
	width:142px;
}

#navigation ul li a:hover {
	color: #000;
	text-decoration: none;
}

#navigation ul li.on {
	float: left;
	background: url('../img/nav-tab_on.gif') no-repeat 0 0;
	padding: 0 0 0 5px;
	margin: 0 4px 0 0;
	font-size: 13px;
}

#navigation ul li.on a {
	color: #fff;
	background: url('../img/nav-tab_on.gif') no-repeat right 0;
}

#navigation ul li ul {
	display: none;
	margin: 0 0 0 -5px;
	padding: 5px 0;
	position: absolute;
	top: 27px;
	background: #cdcdcd;
}

#navigation ul li:hover,
#navigation ul li.over {
	color: #000;
	background: url('../img/nav-tab_over.gif') no-repeat left 0;
}

#navigation ul li:hover a,
#navigation ul li.over a {
	color: #000;
	background: url('../img/nav-tab_over.gif') no-repeat right 0;
}

#navigation ul li:hover ul,
#navigation ul li.over ul {
	display: block;
}

#navigation ul li ul li {
	color: #000;
	width: 190px;
	height:auto;
	background: #cdcdcd;
	clear: left;
	margin: 0;
	padding: 0 5px;
	font-weight: normal;
	font-size:11px;
	text-align:left;
}

#navigation ul li ul li:hover,
#navigation ul li ul li a,
#navigation ul li ul li:hover a {
	background: none !important;
	color: #000;
}

#navigation ul li ul li a {
	width: 180px;
	background: #cdcdcd;
	border-bottom: 1px solid #b0b0b0;
	margin: 0;
	padding: 5px 4px;
	font-weight: normal;
	color: #000;
}

#navigation ul li ul li a:hover {
    background: #eda418 !important;
    color: #000;
}

#navigation ul li ul li.last {
}

#navigation ul li ul li.last a {
	border: none;
}

#navigation ul li ul li.sep a {
	border-bottom: 1px solid #999;
}


/*Main Content*/

#main_wrap {
	/*min-height: 520px;*/
	padding:0 32px 60px 32px;
	background-color: #f9f9f9;
	background: url(../img/main-bg.jpg) no-repeat;
}

#subnavigation {
	height:22px;
	font-size:11px;
	padding-top:10px;
}


#maintitle {
	height: 47px;
	padding: 7px 22px 0 22px;
	background: #272727 url(../img/maintitle-bg.gif) repeat-x;
}

#subtitle {
	float:right;
	margin-top: 17px;
}

/*Footer*/

#footer_wrap {
    width: 952px;
    padding: 0;
    margin: 0 auto;
	height:65px;
    background: url(../img/footer-bg.gif) no-repeat;
}

#footer {
	padding:15px 24px;
	text-align:right;
	font-size:10px;
	color:#868686;
}

#footer a {
	color:#757575;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* common ui elements ------------------------------------------------------------------------------------*/

.smbt {
background-color: transparent;
display:inline;
}


.smbt button{
font-size:11px;
background-image: url(../img/smbt-bg.gif);
border: 1px solid #999999;
background-repeat: no-repeat;
cursor:pointer;
}

.smbt button:hover{
background-image: url(../img/smbt-bg.gif);
background-repeat: no-repeat;
background-position: -200px;
}

.bgbt {
background-color: transparent;
display:inline;
}


.bgbt button{
font-size:15px;
background-image: url(../img/bgbt-bg.gif);
border: 1px solid #999999;
background-repeat: no-repeat;
cursor:pointer;
font-weight:bold;
}

.bgbt button:hover{
background-image: url(../img/bgbt-bg.gif);
background-repeat: no-repeat;
background-position: -200px;
}


.xbgbt {
background-color: transparent;
display:inline;
}


.xbgbt button{
font-size:18px;
background-image: url(../img/xbgbt-bg.gif);
border: 1px solid #999999;
background-repeat: no-repeat;
cursor:pointer;
font-weight:normal;
}

.xbgbt button:hover{
background-image: url(../img/xbgbt-bg.gif);
background-repeat: no-repeat;
background-position: -377px;
}


/* list pagination */

#pagination {
	margin:0 22px;
}

#pagination .pageon, #pagination .pagelink a {
	font-size:13px;
	margin: 0 5px;
	padding:0 3px;
}

#pagination .pageon {
	border:1px #000000 solid;
	color:#FFFFFF;
	background-color:#000000;
}

#pagination .pagelink a {
	border:1px #c7c7c7 solid;
}

#pagination .pagelink a:hover {
	border:1px #4e89c4 solid;
	background-color:#4e89c4;
	color:#FFFFFF;
	text-decoration:none;
}


/* Promociones section */

#promophotoslide {
	height:300px;
	text-align:center;
	background-color:#fcfcfc;
}

#promolistadocontent {
	margin-top:22px;
}

#promocontent {
	margin-top:15px;
}


#promocontentcolw {
	width:573px;
	/*min-height:300px;*/
	float:left;
}

#promocontentcoln {
	width:279px;
	margin-left:18px;
	height:200px;
	float:left;
	height:auto;
}

.promoresume {
	width:388px;
	padding:0 22px;
	float:left;
	height:260px;
}

.promocontenttab-inner {
	margin:15px 22px;
}

.promosearch-inner {
	margin:15px 0 0 22px;
}

#descripcion h3 {
	font-size:12px;
	margin-bottom:10px;
}

#foto {
	float:left;
	margin-right:17px;
}

.descfix {
	clear:both;
	height:1px;
}


#documentos {
	margin-top:20px;
	clear:both;
}

#docitems {
	margin: 15px 0 20px 0;
}

.doclang {
	font-size:11px;
	color:#919191;
}

#promostatus-encurso, #promostatus-entregada, #promostatus-proxima {
	height:36px;
}

#promostatus-encurso {
	background:url(../img/statusbar_encurso-bg.gif) no-repeat 0 0;
}

#promostatus-entregada {
	background:url(../img/statusbar_entregada-bg.gif) no-repeat 0 0;
}

#promostatus-proxima {
	background:url(../img/statusbar_proxima-bg.gif) no-repeat 0 0;
}

#encursotext, #proximatext {
	text-align:center;
	padding-top:6px;
	line-height:1.2;
}

#entregadatext {
	text-align:center;
	padding-top:11px;
	line-height:1.2;
}

#promogmapbg {
	margin-top:10px;
	height: 294px;
	background:url(../img/promogmap-bg.gif) no-repeat 0 0;
}

#promogmap {
	padding:8px 8px 5px 8px;
	height:260px;
}

#promogmaptools, #contactgmaptools {
	margin-left:8px;
}

#promogmaptools a, #promogmaptools a:hover, #contactgmaptools a, #contactgmaptools a:hover {
	text-decoration:none;
}

#promogmaptools a:hover, #contactgmaptools a:hover {
	color:#395b7e;
}

#promohighlight {
	margin-top:20px;
	padding:6px 12px 12px 12px;
	background:#efefef;
}

.promofotothumbv, .promofotothumbh {
}

.promofotothumbv a, .promofotothumbh a {
	width:150px;
	height:150px;
	margin:25px 8px;
	float:left;
	text-align:center;
    border: 1px solid #d1d1d1;
	display:block;
}

.promofotothumbv a:hover, .promofotothumbh a:hover {
   background:#d1d1d1 url(../img/promofoto-bg.gif) no-repeat 0 0;
}

.promofotothumbh a {
	padding-top:18px;
	height:132px;
}


#promosearchcolw {
	width:516px;
	/*min-height:300px;*/
	float:left;
}

#promosearchcoln {
	width:332px;
	margin-left:18px;
	height:200px;
	float:left;
}

#promosearchgmapbg {
	margin-top:10px;
	height: 346px;
	background:url(../img/promosearchgmap-bg.gif) no-repeat 0 0;
}

#promosearchgmap {
	padding:8px 8px 5px 8px;
	height:312px;
}

#promoaltsearch {
	margin-top:40px;
	padding:0 120px 0 120px;
	height:30px;
	line-height:1.1;
}

#promovideo {
	text-align:center;
	margin-top:20px;

}

/* Sala de prensa section */

#prensapresentacion-inner {
	padding: 7px 22px 7px 22px;
}

#prensacorporativa-inner {
	background-image:url(../img/prensacorporativa-bg.gif);
	padding: 20px 22px 14px 110px;
}

#prensacontent {
	margin-top:15px;
}


#prensacontentcolw {
	width:573px;
	/*min-height:300px;*/
	float:left;
}

#prensacontentcoln {
	width:279px;
	margin-left:18px;
	height:200px;
	float:left;
	height:auto;
}

.prensacontent-inner {
	margin:15px 22px;
}


#publitems {
	margin: 15px 0 20px 0;
}


/* Contacta section */

#contactcontent {
	margin-top:15px;
}


#contactcontentcolw {
	width:643px;
	/*min-height:300px;*/
	float:left;
}

#contactcontentcoln {
	width:208px;
	margin-left:18px;
	float:left;
	height:auto;
}

#contactselect {
	margin-top:15px;
	padding-left:120px;
	height:30px;
	line-height:1.1;
}


#contactgmapbg {
	height: 396px;
	background:url(../img/contactgmap-bg.gif) no-repeat 0 0;
}

#contactgmap {
	padding:8px 8px 5px 8px;
	height:363px;
}

#contactinfo {
	height: 396px;
	background:url(../img/contactinfo-bg.gif) no-repeat 0 0;
}

#contactinfo-inner {
	padding: 13px 15px;
}

#contactform {

}

#contactform-inner {
	padding:15px 22px; /*0 22px;*/
}

#contactform-content {
	height:348px;
}


/*rrhh section */
#rrhhcolw {
	width:415px;
	/*min-height:300px;*/
	float:left;
}

#rrhhcoln {
	width:396px;
	margin-left:35px;
	height:753px;
	float:left;
}

.rrhh-inner {
	margin:15px 0 0 22px;
	text-align:justify;
}

.rrhh-inner h4 {

	margin:12px 0 10px 0;
}

#rrhhform-content {
	padding-top:5px;
}

.rrhhgray {
	background:#efefef;
	padding:12px;
}



/*Áreas de Negocio section */
#ancolw {
	width:415px;
	/*min-height:300px;*/
	float:left;
}

#ancoln {
	width:415px;
	margin-left:15px;
	float:left;
}

.an-inner {
	margin:15px 0 0 22px;
	text-align:justify;
}

.an-inner h4 {
	margin:12px 0 10px 0;
}

#ancharts {
	height:298px;
	background: #f6f5f5 url(../img/ancharts-bg.gif) repeat-x 0 0;
}

#charta {
	width:430px;
	height:298px;
	float:left;
}

#chartb {
	width:435px;
	height:298px;
	float:left;
}

/*Vanguardia Inmobiliaria section */
#vicolw {
	width:415px;
	/*min-height:300px;*/
	float:left;
}

#vicoln {
	width:415px;
	margin-left:15px;
	height:450px;
	float:left;
}

.vi-inner {
	margin:15px 0 0 22px;
	text-align:justify;
}

.vi-inner h4 {
	margin:12px 0 10px 0;
}

#vivideo{
	height:515px;
	text-align:center;
	background-color:#fcfcfc;
}


/*Home */
#homecontent {
	margin-top:30px;
}

#homecolw {
	width:210px;
	/*min-height:300px;*/
	float:left;
}

#homecoln {
	width:650px;
	margin-left:10px;
	padding:0;
	/*height:450px;*/
	float:left;
}

.home-inner {
	margin:15px 0 0 22px;
	text-align:justify;
}

.home-inner h4 {
	margin:12px 0 10px 0;
}

#homebanners {
    height: 366px;
}

#homebannermain {
    width:870px;
    height: 366px;
    float:left;
}

#homebannerside {
	width:287px;
	height: 328px;
	float:left;
}



#hsearch {
	width:210px;
	padding:0;
	float:left;
}

#hvpo {
	width:167px;
	padding:18px;
	float:left;
	background:#f3f3f3;
	margin-top:25px;
	text-align:center;
}

.hsearchinputcombo {
    border: 1px solid #d1d1d1;
    padding: 0px;
	background: white;
	font-size:11px;
}

.hformitem {
	margin-top:5px;
}

.hpromo {
	width:200px;
	margin: 5px 0 0 12px;
	float:left;
}

.hpromot {
	padding-top:10px;
}


#hfastlinks {
	clear:both;
	padding:10px 0 0 0;

}

#homhruler {
	padding-top:15px;
	margin-left:10px;
	clear:both;
}

.hresalt {
	width:250px;
	float:left;
	padding-left:50px;
}

.hresaltbig {
	width:290px;
	float:left;
	padding-left:30px;
}

/* Vivienda Ideal */

#viviendaidealbox {
	margin-top:20px;
	background: #f5f5f5 url(../img/mbox-bg.gif) repeat-y;
}
#viviendaidealbox-inner {
	padding:6px 12px 12px 12px;
}

/* Legal */

#legalcontent {
	margin-top:25px;
	padding:0 20px 0 20px;
}

/*document types */

.pub-comercial a, .pub-planos a, .pub-licencia a, .pub-calidades a, pub-default a {
	width:434px;
	height:50px;
	margin:3px 3px 0 0;
	padding:18px 0 0 90px;
	font-size: 12px;
	border: 1px solid #fefefe;
	display: block;
	text-decoration:none;
}


.doc-comercial a, .doc-planos a, .doc-licencia a, .doc-calidades a, doc-default a {
	width:168px;
	height:50px;
	float:left;
	margin:3px 3px 0 0;
	padding:18px 0 0 90px;
	font-size: 12px;
	border: 1px solid #fefefe;
	display: block;
	text-decoration:none;
}


.doc-comercial a:hover, .doc-planos a:hover, .doc-licencia a:hover, .doc-calidades a:hover, doc-default a:hover,
.pub-comercial a:hover, .pub-planos a:hover, .pub-licencia a:hover, .pub-calidades a:hover, pub-default a:hover {
	text-decoration:none;
	border: 1px solid #dddddd;
}


.doc-comercial, .doc-comercial a,
.pub-comercial, .pub-comercial a {
	background:url(../img/doc_comercial-ico.gif) no-repeat 0 0;
}


.doc-planos, .doc-planos a,
.pub-planos, .pub-planos a {
	background:url(../img/doc_plano-ico.gif) no-repeat 0 0;
}


.doc-licencia, .doc-licencia a,
.pub-licencia, .pub-licencia a {
	background:url(../img/doc_licencia-ico.gif) no-repeat 0 0;
}


.doc-calidades, .doc-calidades a,
.pub-calidades, .pub-calidades a {
	background:url(../img/doc_calidades-ico.gif) no-repeat 0 0;
}

.doc-default, .doc-default a,
.pub-default, .pub-default a {
	background:url(../img/doc_default-ico.gif) no-repeat 0 0;
}


.doc-comercial a:hover, .doc-planos a:hover, .doc-licencia a:hover, .doc-calidades a:hover, .doc-default a:hover,
.pub-comercial a:hover, .pub-planos a:hover, .pub-licencia a:hover, .pub-calidades a:hover, .pub-default a:hover {
	background-position: -530px 0;
}

.doc-comercial, .doc-planos, .doc-licencia, .doc-calidades, doc-default,
.pub-comercial, .pub-planos, .pub-licencia, .pub-calidades, pub-default {
	background-position: 1px 1px;
}
