﻿/* 
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: #003e5c; /*#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: #003e5c;/*#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 #7f9db9;
	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;
}
/* .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: #003e5c;
	vertical-align: bottom;
	font: normal bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	
	cursor: pointer;
}
.TopBar a:hover {
	color: #0072a8;
}
.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: #003e5c;/*#1E2F60;*/
	vertical-align: bottom;
	font: normal bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	
	cursor: pointer;
}
.BottomBar a:hover {
	color: #0072a8;
}
.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;*/
	white-space: nowrap;
	font: normal normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.Content_Bar .btn {
	color: #003e5c;
	font-weight: bold;
}
/* Botón ya seleccionado */
.Content_Bar .btnSel {
	cursor: default;
	color: #000000;
}
/* Botón de "Retroceder" */
.btnBack {
	padding: 0px 2px 0px 10px !important;
	background: url(cssImg/btnBack.gif) no-repeat left center;
}
/* Botón de "Avanzar" */
.btnNext {
	padding: 0px 2px 0px 10px !important;
	background: url(cssImg/btnNext.gif) no-repeat left center;
}

/* Las fotos de vinyeta que aparecen en un grid son seleccionables. */
.fotoVinyeta {
	display: inline;
	/*width: auto;	height: auto;*/
	/*max-width: 115px;*/
	margin: 2px 2px 2px 2px;
	border: 1px solid #003e5c;
	cursor: pointer;
	background-image:url(cssImg/deskVtns_Vtn_Wait.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
/* Las fotos "Web" que aparecen en un grid son seleccionables */
.fotoWeb {
	margin: 2px 2px 2px 2px;
	border: 1px solid #003e5c;
	/*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 #003e5c;
	
	background-image: url(cssImg/deskVtns_Vtn_Wait.gif);
	background-position: top right;
	background-repeat: no-repeat;
}


.destacadasCont {
	width: auto; 
	text-align:center;
}

.destacadas {
	width: 486px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-top: 1px solid #007483;
}

.ofeDestacada {
	cursor:pointer;
	width: 132px;
	background-color: #003E5C;
	margin: 0px 10px 0px 10px;
	padding: 5px;
	text-align: center;
	float: left;
}
.ofeDestacada * {
	text-align: center;
	color: #FFFFFF;
}
.ofeDestacada .txt {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height:auto;
}