/* ************************************************************************* */
/* ** Layout: Elementos HTML *********************************************** */
/* ************************************************************************* */

body {
	margin: 0px;
	padding: 0px;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font: 180% "Trebuchet MS", Verdana, Arial;
	margin-top: 16px;
}
p {
	line-height: 150%;
}

/* ************************************************************************* */
/* ** 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;	
	height: auto;	
	min-width: 50px;
	min-height: 50px;
	overflow:hidden;
	/*background: transparent url('Actives/_Common_Icon_Wait.gif') no-repeat scroll 50% 50%;			*/
}


/* ************************************************************************* */
/* ** Layout: Identificadores de estructuras principales del Web *********** */
/* ************************************************************************* */

/* Contenedor principal del website */
#main {
	/* layout 1024 x 768 */
	width: 960px;
	padding: 0px 10px 0px 10px;
	margin-left: auto;
	margin-right: auto;	
}

/* Contenedor head (#webHead) del layout de la web */
#webHead {

}

/* Contenedor body (#webBody) del layout de la web */
#webBody {
	width: auto;
	padding: 0px 5px 0px 5px;	
	min-height: 400px;
}

/* 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: 960px;
	background: url(Actives/back-web.gif)  repeat-y;
}

/* Contenedor principal #foot del contenido */
#foot {
	width: 950px;
	height: 60px;
	padding-top: 30px;
	background: url(Actives/back-web-pie.gif) no-repeat center top;
}


/* 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 {}
#body_F {}

/* Contenedor (_H)head, (_B)body, (_F)foot de layout del #foot del contenido */
#foot_H {}
#foot_B { 
	padding: 20px 0 0 0; 	
}
#foot_F {}

#foot ul {
	height:auto;
	padding: 0;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 280px;
}

#foot li {
	float:left;
	list-style-type: none;
	padding: 0px 5px 0px 5px;	
	/*font-size: 0.90em;*/
	font-size: 0.75em;
	line-height: normal;	
	color: #808080;	
}


#foot li.firstItem {
	background-image: none;
	list-style-image: none;	
	list-style-type: none;
}

#foot a, #foot span {
	text-decoration:none;
	color: #808080;	
}

#foot a:hover {
	text-decoration: underline;
}



/* Contenedores principales de columna estructural: #col_Main, #col_Aux1, #col_Aux2; del #body del contenido */
#col_Main1 {	
	width: 73%;	
	height: auto;	
	float: left;
}

#col_Aux1 {
	width: 25%;
	height: auto;		
	float: left;
	padding-left: 10px;
}
#col_Aux2 {
	display: none;
}


/* ************************************************************************* */
/* ** 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;
	background: #ffffff url('Actives/_Common_BG_Box_333333-ffffff.gif') no-repeat scroll right -12px;			
}

.col_B {	
	width:auto;
	height:auto;	
}
.col_B ._R {}

.col_F {
	display: none;
}
.col_F ._R{	
	width: 12px;
	height: 12px;	
	background: #ffffff url('Actives/_Common_BG_Box_333333-ffffff.gif') no-repeat scroll right -36px;	
}


#col_Main1 .col {
	padding: 0px 0px 0px 9px;
}

#col_Aux1 .col {
	padding: 0px;
}

#col_Aux1 .col_Group {
	padding: 0px;	
}
#col_Aux1 .col_Group_Item {
	padding: 0px;
	margin-left: 10px;
}

#col_Aux2 .col { 
	padding: 10px 10px 0px 0px;		
}

div#buscador-inmuebles {
	overflow: hidden;
	width: 205px;
	height: 50px;
	padding-top: 20px;
	margin-left: 12px;
	background: #eff0f8;
}
div#buscador-inmuebles img {
	float: left;
	padding-top: 10px;
	padding-left: 13px;
	padding-right: 3px;
}
div#buscador-inmuebles h3 {
	padding-top: 10px;
	text-decoration: underline;
	font: bold 100% "Trebuchet MS", Verdana, Arial;
	color: #002596;
}

div#buscador-avanzado {
	width: 205px;
	height: 30px;
	margin-top: -70px;
	padding-left: 72px;
}
div#buscador-avanzado a {
	color: #002596;
	font-size: 80%;
	font-weight: bold;
}
div#buscador-avanzado a:hover {
	color: #e46715;
	text-decoration: none;
}

div#api {
	margin-top: 20px;
}

div#menu,
div#telf {
	float: left;
	height: 170px;
}
div#menu {
	width: 322px;
	padding-top: 8px;
	padding-left: 31px;
}
div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div#menu ul li {
	list-style: none;
	padding-top: 10px;
	padding-bottom: 15px;
	font: 140% "Trebuchet MS", Verdana, Arial;
	text-transform: uppercase;
}
div#menu ul li a {
	padding-left: 24px;
	text-decoration: none;
	background: url(Actives/punto-menu.gif) no-repeat left center;
	color: #002596;
}
div#menu ul li a:hover {
	text-decoration: underline;
	color: #e46715;
}

div#telf {
	width: 222px;
	background: url(Actives/back-telf.jpg) no-repeat center top;
	padding-top: 12px;
	padding-right: 23px;
	padding-left: 23px;
}
div#telf img {
	float: left;
	padding-left: 16px;
	padding-right: 15px;
}
div#telf h3 {
	color: #ea0000;
	padding-top: 6px;
}
div#telf div.texto {
	color: #808080;
	margin-bottom: 17px;
}
div#telf a {
	color: #002596;
	margin-left: 60px;
	font-size: 110%;
	font-weight: bold;
}
div#telf a:hover {
	color: #ea0000;
	text-decoration: none;
}

/* ************************************************************************* */
/* ** Segunda mano ********************************************************* */
/* ************************************************************************* */

div#menu-segundamano1,
div#menu-segundamano2 {
	overflow: hidden;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
}

div#menu-segundamano1 {
}

div#menu-segundamano2 {
}

div#piso,
div#casa,
div#chalet,
div#suelo,
div#varios,
div#alquiler {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bold;
}
div#piso img,
div#casa img,
div#chalet img,
div#suelo img,
div#varios img,
div#alquiler img {
	width: 110px;
	height: 110px;
}
div#piso a,
div#casa a,
div#chalet a,
div#suelo a,
div#varios a,
div#alquiler a {
	text-decoration: none;
}
div#piso a:hover,
div#casa a:hover,
div#chalet a:hover,
div#suelo a:hover,
div#varios a:hover,
div#alquiler a:hover {
	color: #ad1c17;
}

/* (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 5px 5px 5px;		
}

.col_Group_H {
	display: none;		
} 

.col_Group_B {
	height: auto;
}	
	
.col_Group_F {
	display: none;
}

/* Contenedores items .col_Group_Item de grupos de de layout de una columna */
.col_Group_Item {
	width: auto;	
	padding: 5px 5px 5px 5px;			
}

.col_Group_Item_H {
	display: none;
} 
.col_Group_Item_B {
	height: auto;
}
.col_Group_Item_F {
	display: none;
}

/* Contenedor (_H)head, (_B)body, (_F)foot de layout de una columna del #viewer: .col_Viwer */
.col_Viewer {
	width:auto;
	padding: 0px;	
}
.col_Viewer_H {
	display: none;	
}

.col_Viewer_B {	
	width: 950px;
	height: 200px; 
}

.col_Viewer_F {	
	display: none;	
}

.col_Viewr_item {
	width: 950px;
	height: 200px; 
}

/* ************************************************************************* */
/* ** Menús: #menu_Main **************************************************** */
/* ************************************************************************* */
/* Contenedores de menús */

/* Menú principal */
#menu_Main {
	height: 78px;
	margin-top: 15px;
	padding-top: 25px;
	padding-left: 265px;
	background: url(Actives/logo.gif) no-repeat left 3px;
}

/* Contenedores de nivel:  Nivel1(ul.AspNet-Menu), Nivel2(ul.AspNet-Menu ul), Nivel3(ul.AspNet-Menu ul ul) */

ul.AspNet-Menu {
	float: right;
	position: relative;
	z-index: 9999;
}

ul.AspNet-Menu, 
ul.AspNet-Menu ul, 	
ul.AspNet-Menu ul ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

ul.AspNet-Menu ul, 
ul.AspNet-Menu ul ul {	    
	position: absolute;
	visibility: hidden;      
}

ul.AspNet-Menu ul ul {
	top: 0;	    
	left: 0;
}

ul.AspNet-Menu li {
	width: auto;
	position: relative;
	list-style: none;
	float: left;
	font-weight: bold;
	cursor: default;
}

ul.AspNet-Menu li a,
ul.AspNet-Menu li span {
	display: block;
	color: #808080;
	text-decoration: none;
	padding: 10px 8px 6px;
	background: url(Actives/back-menu.gif) repeat-x center top;
	font: bold 100% "Trebuchet MS", Verdana, Arial;
	text-transform: uppercase;
}

ul.AspNet-Menu li li {
	width: 185px;
	font-weight: normal;
}

ul.AspNet-Menu li li a:hover {
	color: #FFB693 !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: #ffffff;
	background: url(Actives/back-menu-over.gif) repeat-x center top;
}

ul.AspNet-Menu .AspNet-Menu-Selected {
	color: #ffffff;
	background: url(Actives/back-menu-over.gif) repeat-x center top;
}

/* 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;
	margin-top: -10px;		
}

#menu_Lang ul {
	width:auto;
	height:auto;	
	margin: 0px;
}

#menu_Lang li {
	float:left;
	background: transparent url('Actives/_Common_Icon_VRuler_1x2_ffffffxTransparent.gif') repeat-y scroll left top;	
	list-style-type: none;
	padding: 0 0.5em 0 0.5em;
	font-size: 0.75em;	
	line-height: normal;
}

#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: #002596;	
}

#menu_Lang a:hover {
	color: #e46715;	
}

#menu_Lang li.selectedItem a, #menu_Lang li.selectedItem span{
	color: #002596;
	font-weight: bold;
}

/* ************************************************************************* */
/* ** Visor: #Viewer ******************************************************* */
/* ************************************************************************* */

/* Contenedor #visor */
#viewer{
	padding: 0px;
	overflow: hidden;
}

/* Contenedor (_H)head, (_B)body, (_F)foot de layout del #viewer */
#viewer_H {
	display: none;
}

#viewer_H ._R{	
	width: 15px;
	height: 15px;
	background: #ffffff url('Actives/_Common_BG_Box02_hf_000000.gif') no-repeat scroll right -15px;			
}

#viewer_B {
	height: 200px;
	overflow: hidden;
}

#viewer_F {
	display: none;
}

#viewer_F ._R{	
	width: 15px;
	height: 15px;
	background: #ffffff url('Actives/_Common_BG_Box02_hf_000000.gif') no-repeat scroll right -45px;			
}


#col_Viewer2, #col_Viewer3 {	
	width:0px;
	height:0px;
}

#col_Viewer1 {
	width:auto; 	
}

.slideShow {
	display:block;
}

#col_Viewer1 .slideShow img{	
	top:0;
	left:0;		
	width: 950px;
	height: 200px;			
}

#col_Viewer1 .slideShow a{	
	top:0;
	left:0;			
	width: 950px;
	height: 200px;	
}

#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;	
}

/* ************************************************************************* */
/* ** Contenido: filas de un formulario 	******************************** */
/* ************************************************************************* */
.formRow {
	padding-top: 2px;
}

.formRow label {
	display: -moz-inline-box;
	display: inline-block;	
	width: expression('8em'); /* Min-width para IE6 */
	min-width: 8em;
	padding: 0 2px;
	margin: 0 4px 0 0;
	height: 18px;
	vertical-align: top;	
	color: #808080;
}
.formRow input, .formRow select, .formRow textarea {
	border: solid 1px #a0a0a0;
	padding: 0px !important;
	margin: 0px !important;
}
.formRow input, .formRow select {	
	height: 18px;
}
.formRow textarea {
	height: 72px;
}

.formRow input.button {
	
	height: 24px !Important;
	margin-top: 2px;
	color: #ffffff;
	background-color: #b0b0f0;

	font-size: small;
	font-weight:bold;

	cursor:pointer;
}

/* ************************************************************************* */
/* ** ******************************************************************* ** */
/* ************************************************************************* */


/* ************************************************************************* */
/* ** Páginas: Configuración de layout columnas contenido ****************** */
/* ************************************************************************* */

/* Paginas con layout a 2 columas (col_Aux1 + col_Main)(20% + 80%) */

/* Paginas con layout a 2 columas (col_Main + col_Aux2)(80% + 20%) */

/* 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%;			
}

/* ************************************************************************* */
/* ** Páginas: posicion imagenes ******************************************* */
/* ************************************************************************* */

body.quienessomos #col_Main1 .col_Group_Item_B img,
body.dondeestamos #col_Main1 .col_Group_Item_B img,
body.asesoria #col_Main1 .col_Group_Item_B img,
body.servicios #col_Main1 .col_Group_Item_B img,
body.utilidades #col_Main1 .col_Group_Item_B img,
body.consejoscomprador #col_Main1 .col_Group_Item_B img,
body.consejosvendedor #col_Main1 .col_Group_Item_B img,
body.enlaces #col_Main1 .col_Group_Item_B img,
body.contactar #col_Main1 .col_Group_Item_B img,
body.avisolegal #col_Main1 .col_Group_Item_B img {
	float: right;
	margin: 7px 10px 10px;
}

/* ************************************************************************* */
/* ** Páginas: Default (Principal) ***************************************** */
/* ************************************************************************* */
body.default {}

/* ************************************************************************* */
/* ** Páginas: QuienesSomos ************************************************ */
/* ************************************************************************* */


body.quienessomos #col_Aux1 .col_Group_Item_B li{
	color: Red;
	list-style-type: square;
	font-style: italic;	
}


/* ************************************************************************* */
/* ** Páginas: DondeEstamos ************************************************ */
/* ************************************************************************* */
body.dondeestamos a {
	color: #002596;
}
body.dondeestamos a:hover {
	color: #0038E1;
}

body.dondeestamos .googleMapLink {
	float: right;
	clear: both;
	width: 285px;
	height: 19px;
	padding-left: 14px;
	margin-left: 50px;
	margin-right: 0px;
	background: transparent url('Actives/_Common_Icon_GoogleMaps.gif') no-repeat scroll left bottom;
	color: #002596;
}
body.dondeestamos .googleMapLink:hover {
	color: #0038E1;
}

/* ************************************************************************* */
/* ** 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_Main1 {
	margin-top: 20px;
}

/* ************************************************************************* */
/* ** Páginas: Vender ****************************************************** */
/* ************************************************************************* */
body.vender {}

/* ************************************************************************* */
/* ** Páginas: .contactar (Contactar)*************************************** */
/* ************************************************************************* */

body.contactar .contactForm {
	margin-left: 60px;
	width: 427px;
	padding-top: 5px;
}
body.contactar label {
	width: 117px;
	color: #000000;
	font-weight: bold;
	padding-top: 9px;
	text-align: right;
	float: left;
}
body.contactar input, body.contactar textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #F7F7F7;
	width: 300px;
	padding-top: 3px !important;
	margin-top: 8px !important;
	margin-bottom: 5px !important;
	border: 1px solid #D1D1D1;
}
body.contactar input:hover,
body.contactar textarea:hover {
	border: 1px solid #002596;
	onfocus: 1px solid #002596;
	background-color: #e8eeff;
}
body.contactar input:focus,
body.contactar textarea:focus {
	border: 1px solid #002596;
	onfocus: 1px solid #002596;
	background-color: #e8eeff;
}
body.contactar input.sffocus,
body.contactar textarea.sffocus {
	border: 1px solid #002596;
	onfocus: 1px solid #002596;
	background-color: #e8eeff;
}
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 .contactForm div.formRow input.button {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	width: 80px;
	color: #fff;
	background: #002596;
	float: right;
	padding-top: 0px !important;
	margin-top: 0px !important;
	border-style: none;
}

/* ************************************************************************* */
/* ** Páginas: Enlaces  **************************************************** */
/* ************************************************************************* */
body.enlaces {}

body.enlaces ul.enlaces {
	margin-top: 20px;
	padding-left: 0px;
}
body.enlaces ul.enlaces li {
	margin-bottom: 15px;
	list-style: none;
}
body.enlaces ul.enlaces a {
	color: #666666;
	font-weight: bold;
}
body.enlaces ul.enlaces a:hover {
	text-decoration: none;
}
body.enlaces ul.enlaces li span {
	display: block;
	font-weight: normal;
	color: #808080;
	text-decoration: none;
}

/* ************************************************************************* */
/* ** Páginas: Aviso Legal************************************************** */
/* ************************************************************************* */
body.avisolegal {}

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;
}
