﻿/* 
Controles que podemos encontrar dentro del contenido de una Vtn 
*/
/* Etiqueta para acompañar a un texto*/
.lb-txt {
	display: block;
	background: transparent;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 2px;

	color: #831919; /*#1E2F60;*/
	text-decoration: underline;
	font: normal bold 8pt Arial,Verdana,Sans-Serif;
}
/* Etiqueta para acompañar a un texto posicionada a la izquierda */
.lbLeft-txt {
	display: block;
	float:left;
	min-height:18px;
	height: 18px;
		
	padding: 0px 0px 0px 0px;
	margin: 1px 3px 1px 0px; /* debe estar alineado verticalmente con un FLD/CBX.  los FLD y CBX incluyen un borde de 1 pixel. */

	background: transparent;
	color: #831919;/*#1E2F60;*/
	
	font: normal bold 8pt Arial,Verdana,Sans-Serif;
	vertical-align: bottom;
}
/* Etiqueta para acompañar a un campo*/
.lb-fld {
	display: block;
	background: transparent;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 2px;

	color: #000000; /*#1E2F60;*/
	font: normal normal 8pt Arial,Verdana,Sans-Serif;
}
/* Etiqueta para acompañar a un campo posicionada a la izquierda */
.lbLeft-fld {
	display: block;
	float:left;
	min-height:18px;
	height: 18px;
		
	padding: 0px 0px 0px 0px;
	margin: 1px 3px 1px 0px; /* debe estar alineado verticalmente con un FLD/CBX.  los FLD y CBX incluyen un borde de 1 pixel. */

	background: transparent;
	color: #000000;
	
	font: normal normal 8pt Arial,Verdana,Sans-Serif;
	vertical-align: bottom;
}
.fld, .cbx, .fldLarge{
	width:99%;
	display: block;

	padding: 0px 0px 0px 0px;
	border: 1px solid #27B9F4;
	margin: 0px 0px 0px 2px;
	
	background: white;
	color: Black;
	
	font: normal 8pt Arial,Verdana,Sans-Serif;
}
.fld, .cbx {
	min-height:18px;
	height: 18px;
}

.fldLarge{
	height:54px;
	white-space: normal;
	overflow: auto;	
}

.txt, .txtLarge {
	width: 100%;
	
	padding: 0px 0px 0px 0px;
	border: none;
	margin: 2px 0px 0px 2px;
	
	background-color: Transparent;
	color: black;
	text-align: left;	
	font: normal 8pt Arial,Verdana,Sans-Serif;
}
.txt 
{
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
}
.txtLarge
{
	height: 100%;
	white-space: normal;
	overflow: auto;
}
.txtLarge H1 {
	
	font: normal bold 9pt Arial,Verdana,Sans-Serif;
}
.txtLarge H2 {
	text-decoration: underline;
	font-variant:small-caps;
	font: small-caps bold 8pt Arial,Verdana,Sans-Serif;
}
.txtLarge H3 {
	text-decoration: underline;
	font: normal normal 8pt Arial,Verdana,Sans-Serif;
}
.txtVal{
	display: block;
	color:Red;
}
/* .TopBar a*/
.TopBar a {
	display: inline;
	width: auto; 
	height:21px; min-height:21px;
	float: right;
	
	overflow: hidden;
	
	border: none;
	margin: 0px 0px 3px 2px;

	color: #831919;
	vertical-align: bottom;
	font: normal bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	
	cursor: pointer;
}
.TopBar a:hover {
	color: #B04F4F;
}
.TopBar a .head {
	display: block;
	float: left;
	width: 21px; min-width:21px;
	height: 21px; min-height:21px;
}
.TopBar a .body {
	display: block;
	float: left;
	height: 21px; min-height:21px;
	
	padding: 6px 1px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	background-image: url('cssImg/btnBody.gif');
	background-position: top left;
	background-repeat: repeat-x;	
	
}
.TopBar a .foot {
	display:block;
	float: left;
	width: 5px; min-width:5px;
	height: 21px; min-height:21px;
	
	background-image: url('cssImg/btnFoot.gif');
	background-position: top left;
	background-repeat: no-repeat;
	
}
/* .BottomBar a*/
.BottomBar a {
	display: block;
	width: auto; 
	height:21px; min-height:21px;
	float: right;
	
	overflow: hidden;
	
	border: none;
	margin: 0px 0px 3px 2px;

	color: #831919;/*#1E2F60;*/
	vertical-align: bottom;
	font: normal bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	
	cursor: pointer;
}
.BottomBar a:hover {
	color: #B04F4F;
}
.BottomBar a .head {
	display: block;
	float: left;
	width: 21px; min-width:21px;
	height: 21px; min-height:21px;
}
.BottomBar a .body {
	display: block;
	float: left;
	height: 21px; min-height:21px;
	padding: 6px 1px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	background-image: url('cssImg/btnBody.gif');
	background-position: top left;
	background-repeat: repeat-x;	
}
.BottomBar a .foot {
	display:block;
	float: left;
	width: 5px; min-width:5px;
	height: 21px; min-height:21px;
	
	background-image: url('cssImg/btnFoot.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

/* 
Botones utilizados dentro de la content bar.  No utilizan la estructura head/body/foot... son directamente
un div contenedor 
*/
.Content_Bar .btn, .Content_Bar .btnSel, .Content_Bar .btnNext, .Content_Bar .btnBack {
	display: inline;
	width: auto; height: auto; 
	overflow: hidden;

	padding: 0px 2px 0px 0px;
	margin: 2px 2px 2px 2px;
	border: none;
	color: black;/*#1E2F60;*/
	background-color: transparent;
	
	white-space: nowrap;
	font: normal normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	
	cursor: pointer;
}
/* Botón de "Retroceder" */
.btnBack {
	padding:  0px 2px 0px 10px ! important;
	
	background-image: url('cssImg/btnBack.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
/* Botón de "Avanzar" */
.btnNext {
	padding:  0px 2px 0px 10px ! important;
	
	background-image: url('cssImg/btnNext.gif');
	background-position: left center;
	background-repeat: no-repeat;	
}
/* Botón ya seleccionado */
.btnSel, .Content_Bar .btnSel {
	color: #B04F4F;
}


/* Las fotos de vinyeta que aparecen en un grid son seleccionables. */
.fotoVinyeta, .planoVinyeta{
	display: inline;
	/*width: auto;	height: auto;*/
	/*max-width: 115px;*/
	margin: 2px 2px 2px 2px;
	border: 1px solid #aeaeae;
	cursor: pointer;
	background-image:url(cssImg/deskVtns_Vtn_Wait.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.planoVinyeta {
	cursor: default;
	width: 480px;	
	height: auto;
	border: none;
}


/* Las fotos "Web" que aparecen en un grid son seleccionables */
.fotoWeb {
	margin: 2px 2px 2px 2px;
	border: 1px solid #aeaeae;
	/*width: auto;
	height: auto;*/
	cursor: pointer;
	background-image:url(cssImg/deskVtns_Vtn_Wait.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
/* Imagen a tamaño completo*/
.fotoReal {
	width: 99%;
	height: auto;

	margin: 10px 1px 10px 1px;
	border: 1px solid #aeaeae;
	
	background-image: url(cssImg/deskVtns_Vtn_Wait.gif);
	background-position: top right;
	background-repeat: no-repeat;
}


.ImgPagBasicWeb, .ImgNoticiaWeb {
	margin: 2px 2px 2px 2px;
	border: 1px solid #aeaeae;
	cursor: pointer;
	background-image:url(cssImg/deskVtns_Vtn_Wait.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float: right;	
	max-width: 490px;
	overflow:hidden;
}

.destacadasCont {
	width: auto; 
	text-align:center;
}

.destacadas {		
	width: 486px;
	text-align: center;		
	margin-left: auto;
	margin-right: auto;
	padding: 0px;			
}

.ofeDestacada {	
	cursor:pointer;
	width: 132px;	
	color: #00b9f0;
	background-color: #e9eef1;
	margin: 0px 10px 0px 10px;
	padding: 5px;	
	text-align: center;	
	float: left;
}
.ofeDestacada * {
	text-align: center;
}
.ofeDestacada .txt {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height:auto;
}

/* Promoción */

.tipologias table, .estancias table{
	border-collapse:collapse;	
	border: none;	
	overflow: hidden;		
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.tipologias td, .estancias td{
	border-collapse:collapse;	
	border: none;	
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	}

.tipologias th, .estancias th{
	background-color : #eaeaea;	
	font-weight: bold;	
	text-align: center;
}

.tipologias tr.Selectable {
	cursor: pointer;
}

.tipologias tr.Selected{
	font-weight:bold;	
}

.tipologias tr.Selectable:hover {
	background-color:#F5F5F5;
	cursor:pointer;
} 

.tablaAmort, .tablaNoticias {	
	color:#000000;
	width:99%;
	border-collapse: collapse;
}

.tablaAmort thead, .tablaNoticias thead{
	background-color: #831919;
}

.tablaAmort tr.resalta{
	background-color: #e1e1e1;}

.tablaAmort th{
	text-align: right;
	font-weight:bold;	
}

.tablaAmort td {
	text-align: right;
}

.tablaAmort .ta_orden {
	width: 40px;
}

.tablaAmort .ta_cuota{
width: 100px;
}

.tablaAmort .ta_amortizado{
width: 100px;
}

.tablaAmort .ta_interes{
	width: 100px;
}

.tablaAmort .ta_pendiente{
	width: 100px;
}

.tablaNoticias tr.Selectable {
	cursor: pointer;



}

.tablaNoticias td {

	border-bottom: #d1d1d1 1px dotted;
	}

.tablaNoticias tr.Selectable:hover {
	background-color:#F5F5F5;
	cursor:pointer;
}

.tablaNoticias th {
	text-align: center;
	font-weight:bold;	
}

.tablaNoticias .tn_fecha{
	width: 20%;
	text-align:center;
}

.tablaNoticias .tn_titulo{
	width: 80%;
}

.calculadoras {
	padding: 20px 10px 0px 10px;
	}

.calculadoras .txtVal{
	white-space: normal;
	}


.calculadora {
	width: 200px;
	background-image: url("appImg/back_calculadora.gif");
	background-position: left top;			
	background-repeat: repeat-x;	
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 20px 20px;
	margin-top: 20px;
	
}

.calculadora div {
	padding: 10px 0px 0px 0px;	
	}

.calculadora input{
	width: 72px;
	float: left;
	text-align: right;	
}

.calculadora label {
	width: 120px;
}

.calculadora .calcInfo {
	font: italic normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: #831919;
	white-space: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: dotted 1px #831919;
	border-bottom: dotted 1px #831919;
		
}
/* fichas */    
.grpFichas {
  float:left;
  width:100%;
  background:#ffffff url('appImg/grupoFichaFondo.gif') repeat-x bottom;
  /*font-size:93%;*/
  line-height:normal;
  }
.grpFichas ul {
  margin:0px 0px 0px 0px;
  padding:10px 10px 0px 0px;
  list-style:none;
  }
.grpFichas li {
  float:left;
  background:url('appImg/fichaI.gif') no-repeat left top;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 9px ! important;
  border-bottom:1px solid #424242;
  font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
  }
.grpFichas a {
  float:left;
  display:block;
  width:.1em;            
  background:url('appImg/fichaD.gif') no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#424242;
  }
.grpFichas > ul a {width:auto;}
/* hides rule from IE5-Mac \*/
.grpFichas a {float:none;}
/* End IE5-Mac hack */
.grpFichas a:hover {
  color:#191919;
  }
  
.grpFichas li.fichaSel
{
  background-position:0 -150px;
  border-width:0;
  }
.grpFichas li.fichaSel a{
  background-position:100% -150px;
  padding-bottom:5px;
  color:#191919;
  }
.grpFichas li:hover, .grpFichas li:hover a {
  background-position:0% -150px;
  color:#191919;
  }
.grpFichas li:hover a {
  background-position:100% -150px;
 }


