/* ************************************************************************* */
/* ** Layout: Elementos HTML *********************************************** */
/* ************************************************************************* */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 80%/140% Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font: bold 150% "Trebuchet MS", Verdana, Arial;
}
h2 {
	font: bold 125% "Trebuchet MS", Verdana, Arial;
}

/* ************************************************************************* */
/* ** Elementos: Clases de configuracion de elementos varios de uso genérico */
/* ************************************************************************* */

/* Elemento de cierre de layauts _H (head), _F (foot) */
._R {
	width: 0;
	height: 0;
	float: right;
	overflow: hidden;
}

/* Elementos de cierre en contenedores _B (body) de layauts */
div._R {
	width: auto;
	height: auto;
	float: none;
	overflow: visible;
}

/* Componente Ib2c */
.ib2cComponent {
	text-align:center;
	width: auto;
	height: auto;
	min-width: 50px;
	min-height: 50px;
	overflow:hidden;
	background: transparent url('Actives/_Common_Icon_Wait.gif') no-repeat scroll 50% 50%;
	padding: 1px;
}
div#BorderBuscadorCompacto,
div#BorderBuscadorRefMini,
div#BorderDestacadas {
	border: 1px solid #dde3e1;
	padding-right: 1px;
	margin-bottom: 23px;
}

/* ************************************************************************* */
/* ** Layout: Identificadores de estructuras principales del Web *********** */
/* ************************************************************************* */

/* Contenedor principal del website */
#main {
	/* layout 1024 x 768 */
	width: 950px;
	padding: 0px 10px;
	margin-left: auto;
	margin-right: auto;
}

/* Contenedor head (#webHead) del layout de la web */
#webHead {
	width: auto;
	height: 113px;
	background: #000 url(Actives/logo-orada.gif) no-repeat left top;
}

/* Contenedor body (#webBody) del layout de la web */
#webBody {
	width: auto;
	min-height: 400px;
	background: #ffffff url('Actives/webBody_BG.gif') repeat-y scroll left top;	
}

/* Contenedor foot (#webFoot) del layout de la web */
#webFoot {
	width: auto;
	height: 50px;
}

/* ************************************************************************* */
/* ** Contenido: Identificadores de estructuras principales del contenido ** */
/* ************************************************************************* */

/* Contenedor principal #head del contenido */
#head {
 display: none;
}

/* Contenedor principal #body del contenido */
#body {
	width: auto;	
}

/* Contenedor principal #foot del contenido */
#foot {
	width: auto;	
}


/* Contenedor (_H)head, (_B)body, (_F)foot de layout del #head del contenido */
#head_H {}

#head_B {
	height: 200px;		

}
	
#head_F {}

/* Contenedor (_H)head, (_B)body, (_F)foot de layout del #body del contenido */
#body_H {}
#body_B {
	margin: 0px;
	padding: 20px 0px 0px;
}
#body_F {}

/* Contenedor (_H)head, (_B)body, (_F)foot de layout del #foot del contenido */
#foot_H {}
#foot_B {
	background: url(Actives/back-pie.gif) no-repeat;
	padding-top: 35px;
}
#foot_F {}

#foot ul {
 width: 490px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#foot li {
	float:left;
	list-style-type: none;
	padding: 0px 5px 0px 5px;
	font-size: 85%;
	line-height: normal;
}

#foot li.firstItem {
	background-image: none;
	list-style-image: none;	
	list-style-type: none;
}

#foot a, #foot span {
	text-decoration: underline;
	color: #000;	
}

#foot a:hover {
	color: #666666;	
}

/* Contenedores principales de columna estructural: #col_Main, #col_Aux1, #col_Aux2; del #body del contenido */
#col_Main1 {	
	width: 25%;	
	height: auto;	
	float: left;
}
#col_Aux1 {
	width: 51%;
	height: auto;		
	float: left;
}
#col_Aux2 {	
	width: 20%;
	height: auto;
	float: right;
}

/* ************************************************************************* */
/* ** Contenido: Clases de estructuras principales del contenido *********** */
/* ************************************************************************* */

/* Contenedor (_H)head, (_B)body, (_F)foot de layout de una columna: .col */

/* (Reglas Caso Uso: todas las columnas comparte los mismos recursos de layout, ejemplo repetir degradado o patrón) */
.col {
	width:auto;
	padding: 10px;		
}

.col_H {
 display: none;
}

.col_H ._R{	
	width: 12px;
	height: 12px;
}

.col_B {	
	width:auto;
	height:auto;	
}
.col_B ._R {}

.col_F {	
 display: none;
}
.col_F ._R{	
	width: 12px;
	height: 12px;	
}

#col_Main1 .col {
	padding: 0px 10px;
}

#col_Aux1 .col {
	padding: 0px 0px 0px 10px;
}
#col_Aux2 .col { 
	padding: 0px;		
	margin-top: 39px;
}

/* (Reglas Caso Uso: las columnas tienen diferentes layouts, se encamina la regla a cada una de ellas) */

/*
.col {
	width: auto;	
}

#col_Main1 .col {
	padding: 10px 0px 10px 0px;	
}

#col_Aux1 .col, #col_Aux2 .col {
	padding: 10px;	
}


#col_Main1 .col_H {	
	width:auto;	
	height: 10px;
	background: transparent url('Actives/col_H_BG_Main1.gif') repeat-x scroll left top;	
}

#col_Main1 .col_B {	
	width:auto;
*/
	/*height:auto;*/
/*
	height: 150px; 
	background: transparent url('Actives/col_B_BG_Main1.gif') repeat scroll left top;			
}

#col_Main1 .col_F {	
	width:auto;
	height: 10px;	
	background: transparent url('Actives/col_F_BG_Main1.gif') repeat-x scroll left top;			
}

#col_Aux1 .col_H {	
	width:auto;	
	height: 10px;
	background: transparent url('Actives/col_H_BG_Aux1.gif') repeat-x scroll left top;	
}

#col_Aux1 .col_B {	
	width:auto;
*/
	/*height:auto;*/
/*
	height: 150px; 
	background: transparent url('Actives/col_B_BG_Aux1.gif') repeat scroll left top;			
}

#col_Aux1 .col_F {	
	width:auto;
	height: 10px;	
	background: transparent url('Actives/col_F_BG_Aux1.gif') repeat-x scroll left top;			
}

#col_Aux2 .col_H {	
	width:auto;	
	height: 10px;
	background: transparent url('Actives/col_H_BG_Aux2.gif') repeat-x scroll left top;	
}

#col_Aux2 .col_B {	
	width:auto;
	/*height:auto;*/
/*
	height: 150px; 
	background: transparent url('Actives/col_B_BG_Aux2.gif') repeat scroll left top;			
}

#col_Aux2 .col_F {	
	width:auto;
	height: 10px;	
	background: transparent url('Actives/col_F_BG_Aux2.gif') repeat-x scroll left top;			
}
*/

/* Contenedores grupo .col_Group de de layout de una columna */
.col_Group {
	width: auto;
	padding: 5px;
}

.col_Group_H {
 display: none;
} 

.col_Group_B {
	height: auto;
	background-color: #ffffff;
}	
	
.col_Group_F {
	height: 5px;
	background: transparent url('Actives/_Common_BG_5x1_ffffff-000000.gif') repeat-x scroll left top;				
}


/* Contenedores items .col_Group_Item de grupos de de layout de una columna */
.col_Group_Item {
	width: auto;
	padding: 5px;
}

.col_Group_Item_H {
 display: none;	
} 
.col_Group_Item_B {
	height: auto;
}

.col_Group_Item_F {
	height: 5px;
	background: transparent url('Actives/_Common_BG_5x1_ffcbcb-ff0000.gif') repeat-x scroll left top;
}

/* ************************************************************************* */
/* ** Menús: #menu_Main **************************************************** */
/* ************************************************************************* */
/* Contenedores de menús */

/* Menú principal */
#menu_Main {
	width: 950px;
	height: 31px;
	background: #333333 url(Actives/back-menu.gif)  repeat-x;
}
div#corner {
	height: 31px;
	background: url(Actives/back-inicio-menu.gif) no-repeat;
}

/* Contenedores de nivel:  Nivel1(ul.AspNet-Menu), Nivel2(ul.AspNet-Menu ul), Nivel3(ul.AspNet-Menu ul ul) */

ul.AspNet-Menu {
	position: relative;
	z-index: 9999;
	float: right;
}

ul.AspNet-Menu, 
ul.AspNet-Menu ul, 	
ul.AspNet-Menu ul ul {
	margin: 0;
	padding: 0;
	display: block;
}

ul.AspNet-Menu ul, 
ul.AspNet-Menu ul ul
{	    
	position: absolute;
	visibility: hidden;            
}

ul.AspNet-Menu ul ul {
	top: 0;	    
	left: 50px;
}

ul.AspNet-Menu li {
	position: relative;
	list-style: none;
	float: left;
	font: bold 120% "Trebuchet MS", Verdana, Arial;
	letter-spacing: 1px;
}

ul.AspNet-Menu li a,
ul.AspNet-Menu li span {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 20px;
}

/*Menu vertical*/
.AspNet-Menu-Vertical ul.AspNet-Menu {
	/*width: 10em;*/
 width: 150px;	
}
.AspNet-Menu-Vertical ul.AspNet-Menu ul {
	top: 0;	    
	/*left: 10em;*/
 left: 150px;

}
.AspNet-Menu-Vertical ul.AspNet-Menu ul ul {
	top: 0;	    
	/*left: 10em;*/
 left: 150px;	
}

.AspNet-Menu-Vertical ul.AspNet-Menu li {
	/*width: 10em !important;*/
 width: 150px !important;	
}

/* Layout estados */
ul.AspNet-Menu li.AspNet-Menu-Leaf a, /* leaves */
ul.AspNet-Menu li.AspNet-Menu-Leaf span {
	background-image: none !important;    
}

ul.AspNet-Menu li:hover a, /* hovered text */
ul.AspNet-Menu li:hover span,
ul.AspNet-Menu li.AspNet-Menu-Hover a,
ul.AspNet-Menu li.AspNet-Menu-Hover span,
ul.AspNet-Menu li:hover li:hover a,
ul.AspNet-Menu li:hover li:hover span,
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
ul.AspNet-Menu li:hover li:hover li:hover a,
ul.AspNet-Menu li:hover li:hover li:hover span,
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span {
	color: #dcfa0a;    
}

ul.AspNet-Menu li:hover li a, /* the tier above this one is hovered */
ul.AspNet-Menu li:hover li span,
ul.AspNet-Menu li.AspNet-Menu-Hover li a,
ul.AspNet-Menu li.AspNet-Menu-Hover li span,
ul.AspNet-Menu li:hover li:hover li a,
ul.AspNet-Menu li:hover li:hover li span,
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span {
	color: #000000;    
}

ul.AspNet-Menu .AspNet-Menu-Selected /* this tier is selected */ { 
color: #dcfa0a;
}

ul.AspNet-Menu .AspNet-Menu-ChildSelected {} /* a tier below this one is selected */
ul.AspNet-Menu .AspNet-Menu-ParentSelected {} /* a tier above this one is selected */

/* Mostrar/Ocultar capas */

/* Oculta capas, añadir reglas si se requieren más de tres capas */
ul.AspNet-Menu li:hover ul ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul ul {
 visibility: hidden;
}

/* Muestra capas, añadir reglas si se requieren más de tres capas */
ul.AspNet-Menu li:hover ul,
ul.AspNet-Menu li li:hover ul,
ul.AspNet-Menu li li li:hover ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li li.AspNet-Menu-Hover ul {
 visibility: visible;    
}


/* ************************************************************************* */
/* ** Menús: #menu_Aux ***************************************************** */
/* ************************************************************************* */
/* Contenedores de menús */

/* Menú auxiliar */
#menu_Aux {}


/* ************************************************************************* */
/* ** Menús: #menu_Lang **************************************************** */
/* ************************************************************************* */

/* Menú de idiomas */
#menu_Lang {
	width:auto;
	float:right;
	padding: 5px;		
}

#menu_Lang ul {
	width:auto;
	height:auto;	
	margin-right: 20px;
}

#menu_Lang li {
	float:left;
	list-style-type: none;
	font-size: 100%;
	line-height: normal;
	padding-top: 20px;
	padding-left: 15px;
	background: url(Actives/back-menulang.gif) no-repeat 7px 28px;
}

#menu_Lang li.firstItem {
	background-image: none;
	list-style-image: none;	
	list-style-type: none;
}

#menu_Lang a, #menu_Lang span {
	text-decoration:none;
	color: #fff;	
}

#menu_Lang a:hover {
	color: #dcfa0a;	
}

#menu_Lang li.selectedItem a, #menu_Lang li.selectedItem span{	
	color: #dcfa0a;	
}

/* ************************************************************************* */
/* ** Visor: #Viewer ******************************************************* */
/* ************************************************************************* */

/* Contenedor (_H)head, (_B)body, (_F)foot de layout de una columna del #viewer: .col_Viwer */
.col_Viewer {
	width:auto;
}
.col_Viewer_H {	
 display: none; 
}
.col_Viewer_B {	
	width:auto;
	height: 201px; 
	background-color: #bad305;			
}
.col_Viewer_F {
 display: none;
}
.col_Viewr_item {
	width:auto;	
}

/* Contenedor #visor */
#viewer{
	overflow: hidden;
}

/* Contenedor (_H)head, (_B)body, (_F)foot de layout del #viewer */
#viewer_H {
 display: none; 
}
#viewer_H ._R {
 display: none;
}
#viewer_B {
	height:auto;
	overflow: hidden;
	background-color: #000000;		
}
#viewer_F {
 display: none;
}
#viewer_F ._R {
	display: none;
}
#col_Viewer2, #col_Viewer3 {
	display: none;
}
#col_Viewer1 {
	width:auto; 	
}
.slideShow {
	display:block;
}
#col_Viewer1 .slideShow img, 
#col_Viewer1 .slideShow a {	
	top:0;
	left:0;		
	width: 950px;
	height: 201px;			
}
#viewer ._R {
/*	overflow:hidden;*/
}

/* ************************************************************************* */
/* ** Contenido: Paginador de listas .Pager	******************************** */
/* ************************************************************************* */

/* Paginador .pager  */

ul.pager {	
	width:auto;
	height:auto;	
	margin: 0px;	
}

ul.pager li{	
	float:left;	
	list-style-type: none;
	padding: 0px 5px 0px 5px;
	font-size: 0.90em;
	line-height: 1em;
	background: transparent url('Actives/_Common_Icon_DoubleRowD_5x9_000000.gif') no-repeat scroll left top;	
	
}

ul.pager li.firstItem {
	background-image: none;
	list-style-image: none;	
	list-style-type: none;
}

ul.pager a, ul.pager span {
	display: block;
	text-decoration:none;
	color: #999999;	
}

ul.pager li a.previousPageOn {	
	width: 5px;
	height: 9px;
	background: transparent url('Actives/_Common_Icon_DoubleRowL_NHAF_5x9_999999.gif') no-repeat scroll left top;		
}

ul.pager li span.previousPageOff {	
	margin: 2px 0px 0px 0px;
	width: 5px;
	height: 5px;
	background: transparent url('Actives/_Common_Icon_Square_5x5_999999.gif') no-repeat scroll left top;	
}

ul.pager li a.nextPageOn{	
	width: 5px;
	height: 9px;
	background: transparent url('Actives/_Common_Icon_DoubleRowR_NHAF_5x9_999999.gif') no-repeat scroll left top;		
}

ul.pager li span.nextPageOff{	
	margin: 2px 0px 0px 0px;
	width: 5px;
	height: 5px;
	background: transparent url('Actives/_Common_Icon_Square_5x5_999999.gif') no-repeat scroll left top;	
}

ul.pager a:hover {
	color: #666666;	
}

ul.pager li a.previousPageOn:hover, ul.pager li a.nextPageOn:hover {	
	background-position: -5px top;
}

ul.pager li.selectedItem a, ul.pager li.selectedItem span{	
	color: #000000;	
}

/* ************************************************************************* */
/* ** Páginas: Configuración de layout columnas contenido ****************** */
/* ************************************************************************* */

/* Paginas con layout a 2 columas (col_Aux1 + col_Main)(20% + 80%) */
body.noticias #col_Aux2,
body.noticia #col_Aux2, 
body.quienessomos #col_Aux2, 
body.comprar #col_Aux2,
body.vender #col_Aux2,
body.contactar #col_Aux2 {
	width: 20%;			
}

body.noticias #col_Main1,
body.noticia #col_Main1, 	
body.quienessomos #col_Main1,
body.comprar #col_Main1, 
body.vender #col_Main1, 
body.contactar #col_Main1,
body.avisolegal #col_Main1 {
	width: 80%;
}

body.avisolegal #col_Aux1 {
	width: 0;			
}

/* Paginas con layout a 2 columas (col_Main + col_Aux2)(80% + 20%) */
body.enlaces #col_Aux1,
body.dondeestamos #col_Aux1{
	width: 0;			
	display:none;
}

body.enlaces #col_Main1,
body.dondeestamos #col_Main1{	
	width: 80%;			
}

/* Paginas con layout a 1 columa1 (col_Main)(100%) */
body.error #col_Aux2,
body.error #col_Aux1 {
	width: 0;			
	display:none;
}

body.error #col_Main1{	
	width: 100%;			
}

a.documento {
	font-weight: bold;
	color: #86981f;
	text-decoration: none;
	background: url(Actives/documentos.png) no-repeat left center;
	padding-left: 20px;
}
a.documento:hover {
	color: #9DB324;
}

/* ************************************************************************* */
/* ** Páginas: Default (Principal) ***************************************** */
/* ************************************************************************* */
body.default h3 {
	font: bold 130% "Trebuchet MS", Verdana, Arial;
	margin: 0px;
}
body.default div#quierocomprar h3 {
 margin-top: 4px;
}
body.default div#promociones,
body.default div#quierovender,
body.default div#quierocomprar {
	width: 229px;
	font-size: 85%;
	padding: 5px;
	margin-bottom: 6px;
	line-height: 15px;
	background: #DDE3E1;
}
body.default div#promociones img,
body.default div#quierovender img {
  float: left;
	padding-right: 6px;
}
body.default div#promociones,
body.default div#quierovender {
 height: 131px;
}
body.default div#promociones {
	margin-top: 40px;
}
body.default div#promociones a,
body.default div#quierovender a,
body.default div#quierocomprar a {
	font-weight: bold;
	color: #86981f;
	text-decoration: none;
	background: url(Actives/flechas.gif) no-repeat right 5px;
	padding-right: 10px;
}
body.default div#promociones a:hover,
body.default div#quierovender a:hover,
body.default div#quierocomprar a:hover {
	color: #9DB324;
}

/* ************************************************************************* */
/* ** Páginas: QuienesSomos ************************************************ */
/* ************************************************************************* */
body.quienessomos .col_Group_Item_B img {
		float:right;
		padding: 5px 0px 5px 5px;
}

body.quienessomos #col_Aux1 .col_Group_Item_B li{
	color: Red;
	list-style-type: square;
	font-style: italic;	
}


/* ************************************************************************* */
/* ** Páginas: DondeEstamos ************************************************ */
/* ************************************************************************* */
body.dondeestamos {}

body.dondeestamos .col_Group_Item_B img {
	padding: 5px 0px 5px 5px;
	float: right;
}

/* Link a GoogleMaps */
.googleMapLink {
	display: block;
	height: 17px;
	padding: 0px 0px 0px 14px;
	background: transparent url('Actives/_Common_Icon_GoogleMaps.gif') no-repeat scroll left bottom;
}
.googleMapLink {
	float: right;
	clear: both;
	width: 335px;
	height: 19px;
	padding-left: 14px;
	margin-bottom: 5px;
	margin-left: 50px;
	margin-right: 0px;
	background: transparent url('Actives/_Common_Icon_GoogleMaps.gif') no-repeat scroll left bottom;
	color: #86981f;
}
.googleMapLink:hover {
	color: #9DB324;
}

/* ************************************************************************* */
/* ** Páginas: .noticias (Noticias) **************************************** */
/* ************************************************************************* */
body.noticias {}

body.noticias #col_Main1 ul.noticias{
	margin: 0 0 0 0;	
}

body.noticias #col_Main1 ul.noticias li{
	list-style-image: none;	
	list-style-type: none;		
	padding: 5px 0 5px 0;
}


body.noticias #col_Main1 ul.noticias li a {
	text-decoration:none;
	color: #333333;
}

body.noticias #col_Main1 ul.noticias li:hover{
	background-color: #cccccc;	
	color: #ffffff;
}

body.noticias #col_Main1 ul.noticias li .docListItem_Title {
	font: italic 1.75em bold Georgia, "Times New Roman", Times, serif;	
	color: #666666;	
}

body.noticias #col_Main1 ul.noticias li .docListItem_Intro {
	font: normal 1em bold Verdana, Arial, Helvetica, sans-serif; 
}

body.noticias #col_Main1 ul.noticias li .docListItem_Fecha {	
	font: italic 1em bold "Courier New", Courier, monospace;	
	width: auto;
	height: auto;
	padding: 0 0.5em 0 0;
	display: inline;		
}



/* ************************************************************************* */
/* ** Páginas: .noticia (Noticia) ****************************************** */
/* ************************************************************************* */
body.noticia {}

body.noticia .col_Group_Item_B img {
	padding: 0px 0px 5px 5px;
	float:right;
}

body.noticia .col_Group_Item_B h1 {
	font: italic 3em bold Georgia, "Times New Roman", Times, serif;	
	color: #666666;	
}
body.noticia .col_Group_Item_B .docDetail_Fecha {	
	font: italic 1em bold "Courier New", Courier, monospace;	
}

body.noticia .col_Group_Item_B .docDetail_Cuerpo {
	font: normal 1em bold Verdana, Arial, Helvetica, sans-serif; 	
}


/* ************************************************************************* */
/* ** Páginas: Comprar ***************************************************** */
/* ************************************************************************* */
body.comprar #col_Aux2 .col {
 margin-top: 7px;
}

/* ************************************************************************* */
/* ** Páginas: Vender ****************************************************** */
/* ************************************************************************* */
body.vender .col_Group_Item_B img {
	padding: 5px 0px 5px 5px;
	float: right;
}

div.errorMsg {
	background: #FFFFCC;
	padding: 10px;
	border: 1px solid #FFFF99;
}
.venderForm .errorMsg {
	font: bold 12px/150% Verdana, Arial, Helvetica, sans-serif;
	color: #D90000;
}
.venderForm h2 {
	color: #6e6f73;
	font: bold 120% "Trebuchet MS", Verdana, Arial;
	padding-top: 10px;
}
.venderForm  #grpInmueble {
	float: left; 
	margin-right: 40px;
	margin-left: 40px;
}
.venderForm  #grpContacto {
	float: left;
}
.venderForm label {
	display: block;
	color: #000000;
	font-weight: bold;
	padding-top: 9px;
}
.venderForm input, .venderForm textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #F7F7F7;
	width: 300px;
	padding-top: 4px;
	padding-bottom: 3px;
	margin-bottom: 2px;
	border: 1px solid #D1D1D1;
}
.venderForm input:hover,
.venderForm textarea:hover {
	border: 1px solid #92cc34;
	onfocus: 1px solid #92cc34;
	background-color: #ebf5d8;
}
.venderForm input:focus,
.venderForm textarea:focus {
	border: 1px solid #92cc34;
	onfocus: 1px solid #92cc34;
	background-color: #ebf5d8;
}
.venderForm input.sffocus,
.venderForm textarea.sffocus {
	border: 1px solid #92cc34;
	onfocus: 1px solid #92cc34;
	background-color: #ebf5d8;
}
.venderForm textarea {
	height: 140px;
}
body.vender .venderForm .formRow input.button {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	width: 78px;
	height: 22px;
	color: #fff;
	padding-top: 1px;
	margin-top: 10px;
	background-image: url(Actives/btn_central_buscador.gif);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #fff;
	border: none;
	cursor: pointer;
}
body.vender .venderForm .formRow input.button:hover {
	background-image: url(Actives/btn_central_buscador_hover.gif);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #fff;
	border: none;
}

/* ************************************************************************* */
/* ** Páginas: .calculadoram1  (Calculadora) ******************************* */
/* ************************************************************************* */
body.calculadoram1 div.Calculadora_M1 {
	margin-left: 130px;
	width: 440px;
	padding-top: 5px;
}
body.calculadoram1 label {
	color: #000000;
	font-weight: bold;
	padding-top: 9px;
	text-align: right;
	width: 115px !important;
}
body.calculadoram1 input {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #F7F7F7;
	width: 163px;
	padding-top: 3px !important;
	margin-top: 8px !important;
	margin-bottom: 5px !important;
	border: 1px solid #D1D1D1;
}
body.calculadoram1 .calcError {
	margin: 0 0 10px 0;	
	color: #ff0000;
	background-color: #fff0f0;	
	padding: 5px;
	font-size: small;
}

body.calculadoram1 .calcInfo {
	font-size: small;
}

body.calculadoram1 .tAmortizacion, body.calculadoram1 .Calculadora_M1 {
	padding: 2px;
} 
body.calculadoram1 input.button {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	width: 80px;
	color: #fff;
	background: #418FDA;
	padding-top: 0px !important;
	margin-top: 10px !important;
}
body.calculadoram1 input.btnVerTAmortizacion {
	width: 140px;
}
body.calculadoram1 input.btnVerCalculadora {
	width: 100px;
}

table.tablaAmort, 
table.tablaAmort th,
table.tablaAmort td {
	border: 1px solid #418FDA;
}

table.tablaAmort th {
	background: #418FDA;
	color: #FFFFFF;
}

/* ************************************************************************* */
/* ** Páginas: .contactar (Contactar)*************************************** */
/* ************************************************************************* */

body.contactar .contactForm {
 width: 540px;
}
body.contactar label {
	color: #000000;
	font-weight: bold;
	padding-top: 9px;
	padding-right: 5px;
	text-align: right;
	float: left;
	width: 230px;
}
body.contactar input, body.contactar textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #F7F7F7;
	width: 300px;
	padding-top: 4px;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #D1D1D1;
}
body.contactar input:hover,
body.contactar textarea:hover {
	border: 1px solid #92cc34;
	onfocus: 1px solid #92cc34;
	background-color: #ebf5d8;
}
body.contactar input:focus,
body.contactar textarea:focus {
	border: 1px solid #92cc34;
	onfocus: 1px solid #92cc34;
	background-color: #ebf5d8;
}
body.contactar input.sffocus,
body.contactar textarea.sffocus {
	border: 1px solid #92cc34;
	onfocus: 1px solid #92cc34;
	background-color: #ebf5d8;
}
body.contactar textarea {
 height: 140px;
}
body.contactar .info {	
	margin: 0 0 10px 0;	
	color: #ff0000;
	background-color: #cccccc;	
	padding: 5px;
	font-weight: bold;
	font-style:italic;	
}
body.contactar .formRow input.button {
 float: right;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	width: 78px;
	height: 22px;
	color: #fff;
	padding-top: 1px;
	margin-top: 10px;
	background-image: url(Actives/btn_central_buscador.gif);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #fff;
	border: none;
	cursor: pointer;
}
body.contactar .formRow input.button:hover {
	background-image: url(Actives/btn_central_buscador_hover.gif);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #fff;
	border: none;
}

/* ************************************************************************* */
/* ** Páginas: Enlaces  **************************************************** */
/* ************************************************************************* */
body.enlaces {}

/* ************************************************************************* */
/* ** Páginas: Aviso Legal************************************************** */
/* ************************************************************************* */
body.avisolegal #body_B {
	padding-top: 10px;
}

body.avisolegal .col_Group_Item_B img {
	padding: 0px 0px 5px 5px;
	float:right;
}

/* ************************************************************************* */
/* ** Páginas: .calculadoram1  (Calculadora) ******************************* */
/* ************************************************************************* */
body.calculadoram1 {}

body.calculadoram1 .calcError {
	margin: 0 0 0 0;	
	color: #ff0000;
	background-color: #cccccc;	
	padding: 5px;
	font-weight: bold;
	font-style:italic;	
}

body.calculadoram1 .calcInfo {
	font-size: small;
}

body.calculadoram1 .tAmortizacion, body.calculadoram1 .Calculadora_M1 {
	padding: 2px;
} 

/* ************************************************************************* */
/* ** Páginas: Error ******************************************************* */
/* ************************************************************************* */
body.error {}

body.error .col_Group_Item_B h2 {
	font: italic 3em bold Georgia, "Times New Roman", Times, serif;	
	color: #666666;			
}


/* ************************************************************************* */
/* ************************************************************************* */
/* ************************************************************************* */

/* Grupo de fuentes seguras para testeos  */

.monoSpace1{
/* monospace */
	font-family: "Courier New", Courier, monospace;
}
.sansSerif1{
	/* Sans-serif*/
	font-family: Arial, Helvetica, sans-serif;
}
.sansSerif2{ 
	/* Sans-serif*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sansSerif3{
	/* Sans-serif */
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.serif1{ 
	/* Serif */
	font-family: "Times New Roman", Times, serif;
}
.serif2{ 
	/* Serif */
	font-family: Georgia, "Times New Roman", Times, serif;
}

