/* ======================================================
   Inmofactory, version 29-02-2004
	 © Copyright 2004 by Inmofactory. all rights reserved. 

	 ---------------------------------------------------

====================================================== */


/* ------------------------------------------------------
   Default HTML element definitions
------------------------------------------------------ */

/* 
Resetting default browser styles on all elements 
Not working in IE 4.0 though, but a nice thing to do anyway 
for future references.*/
{
margin:0px;
padding:0px;
}

/* Removing borders from linked images */ 
a img {
border:none;
}

/* removing extra margin from form elements */
form {
margin:0px;
}

/* default font */
body {
	font: 12px  Arial, tahoma, Geneva, Helvetica, sans-serif; 
	background-color:#102E96;
background-image : url(img/fondo.gif);
background-position: top left;
background-repeat: repeat-x;
text-align:center;
margin: 5px 0px;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #102E96;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-shadow-color: #102E96;
scrollbar-arrow-color: #102E96;
scrollbar-track-color: #FFFFFF;
}
.globalcontainer{
text-align:left;
margin: 0px auto;
width:767px;
background : #FFFFFF;
}

.bar-bottom, .bar-bottom:hover, .bar-logo,  .bar-container, .bar-head, .bar-head:hover, .lbl, .lbl-act,  .btn,  .btn:hover,  .btn-Scc, .btn-Scc:hover, .top, .bdy-tittle, .bdy-tittleAlrt, .bdy-tittleSm,  .bdy-subtittle, .bdy-subtittleAlrt, .bdy-txtdestc, .bdy-txtrslt, .bdy-txtsubScc,  .lbl-std,  .lbl-stdInfo, .lbl-stdInfo:hover, .lblSm-std:hover, .lbl-Agen, .lblSm, .lblSm-std, .topContent, .bdy-txt, .bdy-txtSm, .bar-Act, .lbl-stdInfo   {
	  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
}
/*<BARRA DE MENU LATERAL>*/
.bar-bottom, .bar-bottom:hover {
	font-size : 10px;
color : #000000;
	padding: 2px 2px 2px 10px;
	text-align: left;
	margin: 2px 2px 2px 2px;
	cursor : hand;
}
.bar-container {
	width:150px;
	background-color: #102E96;
	border-top:3px solid #FFCB05;
	border-bottom:3px solid #FFCB05;
	text-decoration : none;

}
.bar-head, .bar-head:hover, .bar-Act {
	font-size : 12px;
	font-weight : bold;
	margin : 2px 4px 2px 10px;
	cursor : hand;
	text-decoration : none;
	width : 70%;
		color : White;
		padding : 1px 2px 1px 10px;
		text-align : center;
		background-image : url(styimg/webpartsUp.gif);
		background-repeat : no-repeat;
		background-position : left bottom;
}

.bar-head:hover  {
	color : #FFCB05;
}
.bar-Act {
	color : #FFCB05;
}

/*<BOTONES DE ACCIONES>*/
.btn, .btn:hover, .btnSm, .btnSm:hover {
	color: #102E96;
	font-weight : bold;
	text-decoration : none;
	white-space : nowrap;
	border-bottom : 1px solid #102E96;
	border-top : 1px solid #102E96;
	border-left : 1px solid #102E96;
	border-right: 1px solid #102E96;
}
.btn, .btn:hover  {
	font-size : 10px;
	width :3%;
	height : 19px;
	padding : 1px 3px 1px 3px;
	margin-left : 2px;
	margin-right: 2px;
	text-align : center;
}
.btnSm, .btnSm:hover {
	font-size : 9px;
	width : 35px;
}
 .btn, .btnSm {
	background : #FFCB05;
}
 .btn:hover,  .btnSm:hover {
	background : #102E96;
	color : white;
}

/*<BOTONES PARA SECCIONES>*/
.btn-Scc, .btn-Scc:hover {
	border: 1px solid #CC0000;
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
	white-space : nowrap;
	width :130px;
	padding : 1px 3px 1px 3px;
	margin: 0px 2px 0px 2px;
	text-align : center;
}
.btn-Scc {
	background : #CC0000;
	color : #FFFFFF;
}
.btn-Scc:hover {
	background : #FF9933;
	color : #FFFFFF;
}
.btnIcon  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #CC0000;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 1px;
	padding-bottom : 1px;
	margin-top : 1px;
	text-align : center;
	text-decoration : none;
	width : 24px;
}
.btnIcon:hover {
	font-family : Arial, Helvetica, sans-serif;
	border-left : 1px solid #102E96;
	border-right: 1px solid #102E96;
	color : #FF9933;
	font-size : 9px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 1px;
	padding-bottom : 1px;
	margin-top : 1px;
	text-align : center;
	text-decoration : none;
	width : 24px;
}
/*<Posicionamiento para celdas que contienen botones>*/
.btn-psc, .btn-pscform,  .btn-pscServ {
text-align : center;
vertical-align : top;
}

/*<BODY>*/
/*<FONDOS DE TODAS LAS PAGINAS>*/
table.bdy,  table.bdyform, table.bdylist, table.bdyserv, table.bdyempr, table.bdyMap {
	background : #FFFFFF;
	border : none;
	width : 95%;
	height : 91%;
	margin : 25px 2px 2px 2px;
	padding : 10px 2px 2px 2px;
	vertical-align : top;
	border-top: 2px solid #102E96;
}
table.bdy {
	background-image : url(styimg/bdy-bckg.gif);
	background-repeat : no-repeat;
	background-position : bottom right;
}
table.bdyform {
	background-image : url(styimg/bdy-bckg.gif);
	background-repeat : no-repeat;
	background-position : bottom right;
}
table.bdyserv {
	background-image : url(styimg/bdy-bckgserv.gif);
	background-repeat : no-repeat;
	background-position :bottom  right;
}
 table.bdyempr {
	background-image : url(styimg/bdy-bckgempr.gif);
		background-repeat : no-repeat;
	background-position : bottom right;
}
table.bdylistImpr {
	width : 670px;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #000000;
	background-color : #FFFFFF;
}
table.bdy-tbleint, table.bdy-tblemap {
	border-bottom : 1px solid #CC0000;
	border-top : 1px solid #CC0000;
	border-left : 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	padding : 5px 5px 5px 5px;
	text-align : center;
	background : #EEEDDB;
	width : 65%;
	margin: 5px 5px 5px 5px;
}

/*<Posicionamiento dentro del body>*/
.bdy-psc,  .bdy-pscserv {
	vertical-align : top;
	text-align :center;
	padding: 5px 2px 1px 2px;
	margin: 5px 2px 1px 2px;
}


/*<Contenedores de toda la información de la pagina>*/
.content, .contentDscrpcn, .contenForm, .contentCntcto, .contentMap {
  width : 90%;
  text-align : center;
   padding: 15px 5px 2px 15px;
}
.contentCntcto {
	padding: 5px 2px 2px 11px;
}
/*<ENCABEZAMIENTO DE PAGINAS>*/
.bdy-subtittle {
	padding: 5px 5px 1px 10px;
	font-size : 12px;
	color : #102E96;
}
.bdy-subtittleAlrt {
	padding-left : 10px;
	padding-top : 5px;
	font-size : 12px;
	color : #FF9933;
}
.bdy-tittle {
 	color: #102E96;
	font-size : 12px;
	font-weight : bold;
	background-image : url(styimg/bdy-tittle.gif);
	background-repeat : no-repeat;
	background-position : left;
	padding : 1px 1px 1px 12px;
	text-transform : uppercase;
}
.bdy-tittleSm {
	font-size : 11px;
	font-weight : bold;
	color : #102E96;
	background-image : url(styimg/bdy-tittleSm.gif);
	background-repeat : no-repeat;
	padding-left : 12px;
	margin-left : 50px;
}

/*<Textos internos>*/
.bdy-txt {
	font-size : 11px;
	text-align : justify;
	padding-left : 3px;
	padding-right : 3px;
	width : 100%;
}
.bdy-txtdestc {
	font-size : 11px;
	font-weight : bold;
	color: #CC0000;
	border-bottom : 1px solid #E8E6E1;
	width : 100%;
	padding-left: 5px;
	margin: 1px 0px 4px 0px;
}
.bdy-txtrslt {
	font-size : 12px;
	font-weight : bold;
	color: #CC0000;
	padding-left : 5px;
}
 .bdy-txtsubScc {
    background : #D9EDFD;/*#D3D3A9;*/
 	font-size : 11px;
	color: #000000;
	width: 50%;
	padding-left : 10px;
}
.bdy-txtSm {
	font-size : 9px;
	color : #CC0000;
}

/*<Contenedor interno>*/
.grp, .grpList {
  border: 1px solid #102E96;
  background : #FFFFFF;
  padding: 3px 3px 3px 3px;
  vertical-align: top;
  width : 90%;
 }

 /*<Labels>*/
.lbl, .lbl-std, .lbl-act, .lbl-Agen, .lbl-stdInfo, .lbl-stdInfo:hover  {
  white-space:nowrap;
  padding-right : 5px;
  padding-left :  5px;
}
.lbl {
	font-size : 11px;
	height:16px;
	 background : #E8E6E1;
 border-bottom : 1px solid #FFFFFF;
}
 .lbl-act {
	background : #D9EDFD;
	font-size : 11px;
	color : #000000;
}
 .lbl-std {
 	font-size : 10px;
	color : #CC0000;
	font-weight : bold;
	 height:14px;
	text-decoration : none;
}
 .lbl-std:hover {
 	font-size : 10px;
	color : #102E96;
	font-weight : bold;
	  height:14px;
	text-decoration : underline;
}
.lblSm, .lblSm-std, .lblSm-std:hover  {
	font-size : 10px;
	text-indent : 5px;
	white-space:nowrap;
  height:13px;
  padding-right : 4px;
  text-align : right;
  color: #102E96;
}
 .lblSm-std:hover  {
	color : #CC0000;
	text-decoration : underline;
}
.lbl-stdInfo {
	color: #FFCB05;
	font-weight : bold;
	font-size : 10px;
}
.lbl-Agen {
	font-size : 12px;
	font-weight : bold;
	color : #FF9933;
}
/*número de páginas abajo*/
.lbl-num, .lbl-numact  {
font-size : 9px;
color : #FF9933;
}
.lbl-numact  {
	text-decoration : underline;
	background : #FF9933;
	color : #FFFFFF;
	cursor : hand;
}
/*Tipos de inmuebles*/
 .lbl-Tipo {
 	  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size : 10px;
	color : #000000;
	width :70px;
	height :50px;
	vertical-align : bottom;
	text-decoration : none;
	text-align : right;
		cursor: hand;
}
/*hover*/
.lbl-Tipo:hover {
	color : #102E96;
}
.line {
	border-right: 1px solid #000000;
	padding-right : 5px;
	width : 15px;
}
.sepgde {
	width:5px;
	font-size:4px;
	text-indent: 1pt;
}

/*<BORDE SUPERIOR DE PAGINA>*/
.topIni, .topIniMiddle, .topContent, .topContentMiddle, .topFin, .topFinMddle02, .topFinMddle, .topBtt, .topBtt02 {
		/*background-color : #F4AA39;*/
		background-color : #102E96;
			color:#FFFFFF;
}
.topIni,  .topFin   {
height : 45px;
border-top: 1px solid  #000000;
}
.topIniMiddle {
background-image : url(styimg/top-bckgIni.gif);
background-repeat : repeat-y;
}
.topContentMiddle {
	background-image : url(styimg/top-bckgMddle.gif);
	background-repeat : repeat-x;
	text-align : center;
	width : 100%;
	padding-bottom:5px;
	color:#FFFFFF;
}
.topFinMddle {
	background-image : url(styimg/top-bckgFinMddle.gif);
	background-repeat : repeat-y;
		height : 45px;
}
.topFinMddle02 {
background-image : url(styimg/top-bckgFin.gif);
	background-repeat : repeat-y;
}
.topBtt, .topBtt02 {
	height : 45px;
border-bottom: 1px solid  #000000;
}
.topBtt02 {
	background-image : url(styimg/topBtt02.gif);
	background-repeat : repeat-x;
	color:#FFFFFF;
}
/*Combos y campos de textos*/
.border{
    color: #000000;
    font-size: 8pt;
    border-left:1px solid gray;
 	border-top:1px solid gray;
  	border-bottom:1px solid gray;
	border-right:1px solid gray;
 }
  .borderSm {
    color: #000000;
    font-size: 8pt;
    border-left:1px solid gray;
 	border-top:1px solid gray;
  	border-bottom:1px solid gray;
	border-right:1px solid gray;
	width :60px;
 }
 .combo {
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana;
	width : 125px;
	}
.comboSm {
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana;
}
 /*enlaces area de mneu superior*/
.mensup {
	font-family: arial;
	font-size : 10px;
	color: #999999;
    font-weight: normal;
	line-height: 1;
	text-decoration: none;
	padding-right : 6px;
}

.mensup:link {
	font-family: arial;
	font-size : 10px;
	color: #999999;
    font-weight: normal;
	line-height: 1;
	text-decoration: none;
		padding-right : 6px;
}

.mensup:hover {
	font-family: arial;
	font-size : 10px;
	color: #FF9933;
    font-weight: normal;
	line-height: 1;
	text-decoration: none;
		padding-right : 6px;
}
.proteccion {
	font-family: Arial, Helvetica, sans-serif;
	background : #CC0000;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
}
