/* CSS Document 
   nyroModal.css
/* modificado 30 abril 2013  16:50 
   ===================================== */

/* para div (nyroModal):: carga doc que no tienen estilos
   llamar desde todas las paginas */

.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.5 !important;
	z-index: 300;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	top: -13px;
	right: -13px;
	width: 25px;
	height: 26px;
	text-indent: -9999em;
	background: url(/fcs_images/ico/ico_close.png) 0 0 no-repeat;
	z-index: 500;
}
.nyroModalTitle {
	top: -26px;
	left: 0;
	margin: 0;
	font-size: 1.1em;
	color: #ddd;
}
.nyroModalCont {
	position: absolute;
	overflow-x: hidden;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	margin: 25px;
	background: #fff;
	z-index: 400;
	width: auto !important;
	height: auto !important;
}
.nyroModalCont iframe {
	width: 600px;
	height: 400px;
}
.nyroModalError {
	border: 4px solid red;
	color: red;
	width: 250px;
	height: 250px;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile, .nyroModalData {
	position: relative;
	padding: 20px;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff url(/fcs_images/ajaxLoader.gif) no-repeat center;
	padding: 0;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	top: 0;
	height: 60%;
	width: 150px;
	min-height: 50px;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999em;
	background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev {
	left: 0;
}
.nyroModalPrev:hover {
	background-image: url(/fcs_images/prev.gif);
}
.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
.nyroModalNext:hover {
	background-position: right 20%;
	background-image: url(/fcs_images/next.gif);
}
/* fix*/

.nyroModalCont .destinations-wrapper {  /*destinos. El alto es automático porque varia*/
	width: auto !important;
	height: auto !important;
	padding: 0 15px 0 0;
}
.nyroModalCont .nyroModalLink .type {  /*destinos. tabla de macrodestino. bug columnas even --> no llegan hasta el bottom*/
	height: 370px;
}
.nyroModalCont .nyroModalLink .type .column {  /*destinos. tabla de macrodestino. alto de la columna*/
	height: 100%;
}
.nyroModalCont .privacy, .nyroModalCont .terms, .nyroModalCont .text-best-price {     /*footer. Fuerza el alto porque es un texto muy lago*/
	max-height: 320px !important;
}
.nyroModalLink {
	width: auto !important;
	height: auto !important;
}
#pReserva .nyroModalCont { /*Reservas. Fuerza un ancho porque son textos largos*/
	width: 500px !important;
	padding:0 0 20px;
}
#pReserva .nyroModalData {  /*Reservas. Fuerza un max de alto porque son textos largos*/
	border: 1px solid #D3CFC7;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	clear: both;
	overflow: auto;
	margin: 20px;
	max-height:320px;
	width: auto;
}
.nyroModalLink .text-best-price {
	border: 1px solid #D3CFC7;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	clear: both;
	overflow: auto;
	padding: 20px;
	width: 600px;
}
/* PRENSA MODAL  */
.nyroModalData #container.modal-suscripcion {
	min-height: auto !important;
}
.nyroModalData #content.registro-prensa {
	margin: 0;
	width: auto;
}
.nyroModalData #content.registro-prensa h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

