@CHARSET "UTF-8";

/*
-------------------------------
-------------------------------
----------------------GENERALES
-------------------------------
-------------------------------
*/

body {
	border-top:5px solid #F6CD01;
	background-color:#F1F1F1;
    color: #676767;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
	padding:0;
	margin:0;
}

h1, h2, h3, h4, ul, li, p{
	margin:0;
	padding:0;
}

a{
	text-decoration:none;
}

a:hover{
	color:#fff;
	text-decoration:none;
}

img{
	boder:none;
}

label{
	font-size:14px;
}

button{
	cursor: pointer;
	background:none;
	border:none;
	padding:0;
	margin:0;
}

table{
	width:100%;
    border: 0 none;
    border-collapse: collapse;
    padding: 0;
}

textarea{
	font-size:14px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}

.content{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

.content-mnu{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding: 0 10px;
	width:970px;
}

.auto{
	width:auto!important;
}

.cleft{
	float:left;
}

.cright{
	float:right;
}

.clear{
	clear:both;
}

.hidden{
	display:none!important;
}

.focus{
	border: 1px solid #8BBAE9!important;
	background-color:#fff!important;
}

.bgfocus{
	background-color:#017FD6!important;
	/*
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#79BEF0), color-stop(100%,#017FD6));
	background: -moz-linear-gradient(bottom center, #79BEF0 0%, #79BEF0 30%, #017FD6 90%) repeat scroll 0 0 transparent!important;
	*/
}

.strong{
	font-weight:bold;
}

.required{
	margin-right:5px!important;
	color:#DD4B39!important;
	font-size:14px!important;
	font-weight:bold!important;
}

.btn{
	border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}

.bigbtn{
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    text-align: center;
	color: #FFFFFF;
    font-size: 16px;
    padding: 7px 25px 8px;
    text-shadow: 0 -1px #367BBB;
	cursor:pointer;
}

.smallbtn{
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    text-align: center;
	color: #FFFFFF;
    font-size: 12px;
    padding: 2px 15px;
    text-shadow: 0 -1px #367BBB;
	cursor:pointer;
}

.btnblue {
	background-color:#2F78D0;
/*
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#2F78D0), color-stop(100%,#51A8E6));
	background: -moz-linear-gradient(bottom center, #2F78D0 0%, #51A8E6 100%) repeat scroll 0 0 #2F78D0;
*/
    border-color: #4A86C1;
}

.bluebutton span:hover{
	background-color:#2F78D0;
/*
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#2F78D0), color-stop(100%,#4795CC))!important; 
	background: -moz-linear-gradient(center bottom, #2F78D0 0%, #4795CC 100%) repeat scroll 0 0 #2F78D0!important;
*/
	text-decoration:none;
}

.bluebutton button:hover{
	background-color:#2F78D0;
/*	
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#2F78D0), color-stop(100%,#4795CC))!important;
	background: -moz-linear-gradient(center bottom, #2F78D0 0%, #4795CC 100%) repeat scroll 0 0 #2F78D0!important;
*/
	text-decoration:none;
}

.btngray{
	background-color:#999;
/*
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#999), color-stop(100%,#666));
	background: -moz-linear-gradient(bottom center, #666 0%, #999 100%) repeat scroll 0 0 #666;
*/
	border-color: #999;
}

.graybutton span:hover{
	background-color:#999;
/*
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#666), color-stop(100%,#666))!important;
	background: -moz-linear-gradient(center bottom, #666 0%, #666 100%) repeat scroll 0 0 #666!important;
*/
	text-decoration:none;
}

.btnsilver{
	background-color:#f3f3f3;
	border-color: #999;
}

.btnred{
	background-color:#D15C65;
    border-color: #BC1320;
}

.redbutton span:hover{
	background-color:#D15C65;
}

.formrow-first{
	margin-top:0!important;
}

.formrow{
	margin-top:5px;
	position:relative;
}

.formrow label{
    border: medium none;
    color: #333333;
    font-weight: normal;
    line-height: 25px;
    margin: 2px 10px;
    text-align: right;
    width: 300px;
}

.formrow input {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #D9D9D9;
    padding: 5px 5px;
	font-size:14px;
	color: #4c4c4c;
    width: 300px;
}

.formrow textarea {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #D9D9D9;
    padding: 5px 5px;
	font-size:14px;
	color: #4c4c4c;
    width: 300px;
}

.formrow select {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #D9D9D9;
    padding: 3px 5px;
	font-size:14px;
	color: #4c4c4c;
    width: 312px;
}

.formrow input.radiobutton {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #D9D9D9;
    padding: 5px 5px;
	font-size:14px;
	color: #4c4c4c;
    width: 30px!important;
}

.formrow .bgtextbox{
    background: none repeat scroll 0 0 #eaeaea;
    border-radius: 4px 4px 4px 4px;
    padding: 3px;
}

.formrow .label{
	position:absolute;
	top:10px;
	left:10px;
	pointer-events: none;
	opacity: 0.60;
	font-size:14px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-style:italic;
}

.divider-bottom{
    background: url("../images/separador_lineadoble_con_sombra_bottom.png") no-repeat scroll center bottom transparent;
    height: 10px;
}

.divider-top{
    background: url("../images/separador_lineadoble_con_sombra_top.png") no-repeat scroll center bottom transparent;
    height: 10px;
}

.section-box{
	padding:35px 20px;
}

.section-box .title{
	font-size:32px;
	line-height:22px;
	margin-bottom:20px;
}


.bgblack{
	background-color:#000;
}

.bgblue{
	background-color:#7d8a9d;
}
/*
-------------------------------
-------------------------------
-----------------------MESSAGES
-------------------------------
-------------------------------
*/

.errMessages{
	background-image:url(../images/warning.gif);
	background-repeat:no-repeat;
	background-position:10px 50%;
	background-color: #FDE7E1;	
	box-shadow: 0 0 4px 0 #FF978C inset;
    outline: medium none;
    margin-bottom: 10px;	
	padding:20px 20px 20px 40px;
}

/*
-------------------------------
-------------------------------
-------------------------HEADER
-------------------------------
-------------------------------
*/

#header{
	font-size:12px;
}

#isologo{
	position:absolute;
	left:20px;
	top:0;
	z-index:10000;
}

#header .header-isologo{
	width:170px;
	height:110px;
}

#header .header-mnunav{
	text-align:center;
}

#header .info-clima{
	display:inline-table;
	height:40px;
}

#header #clima .weatherItem{
	line-height:40px;
	font-size:12px;
}

#header #clima .weatherCity{
	float:left;
	margin-right:5px;
	margin-left:25px;
}

#header #clima .weatherTemp{
	float:left;
	font-size:18px;
	margin-right:5px;
	color:#000;
}

#header #clima .weatherRange{
	float:left;
	color:#999;
}

#header #clima .weatherImage{
	float:left;
	width:61px;
	height:40px;
}

#header .header-mnunav-account ul{
	margin:0;
	padding:0;
	list-style:none;
}

#header .header-mnunav-account li{
	margin:0;
	display:inline;
}

#header .header-mnunav-account li a{
	font-size:14px;
	color:#666;
}

#header .header-mnunav-account li a:hover{
	text-decoration:underline;
	color:#000;
}

#header .header-mnunav-account .mnuopc{
	padding:0 5px;
}

#header .header-sp{
	text-align:right;
	width:160px;
	padding-right:10px;
}

/*
-------------------------------
-------------------------------
-------------------------MNUNAV
-------------------------------
-------------------------------
*/

#mnunav{
	background: #333;
	font-size:14px;
	color:#fff;
	height:40px;
	line-height:40px;
	padding:0 10px;
	margin:0 15px;
}

#mnunav ul{
	margin:0;
	padding:0;
	list-style:none;
}

#mnunav li{
	display:inline;
	color:#fff;
}

#mnunav li a{
	color:#fff;
	padding:11px 14px;
}

#mnunav li a:hover{
	color:#F6CD01;
	text-decoration:underline;
}

#mnunav .btn_reservasonline span{
	background-image:url(../images/ico_go.png);
	background-repeat:no-repeat;
	background-position:95% 40%;
	background-color:#F6CD01;
	padding:5px 30px 5px 8px;
	margin-right:5px;
	border-radius:8px;
}

#mnunav a.btn_reservasonline{
	color:#000;
}

#mnunav .logged {
    right: 60px !important;
}

#mnunav .opc-myaccount{
	position:absolute;
	right:0;
}

#myaccount-mnunav{	
	position:absolute;
	z-index:9999;
	width:100%;
	top:112px;
	border-top:2px solid #F6CD01;
}

/*
-------------------------------
-------------------------------
-------------------SECTION-MAIN
-------------------------------
-------------------------------
*/

.section-main{
	background-color:#fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	width:990px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

/*
-------------------------------
-------------------------------
---------------------------MAIN
-------------------------------
-------------------------------
*/

#main{
	background-color:#fff;;
}

#main .content{
	padding:2px 15px!important;
}

#main .header{
    margin: 0 0 10px 0;
    padding: 20px 0 10px 0;
    text-align: center;
    display: block;
}

#main .header h1{
	color: #942021;
    font-size: 36px;
    font-weight: normal;
    line-height: 1em;
    margin: 0 0 10px;
    padding: 0;
}

#main .header p{
    color: #4C4C4C;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

#main .box{
    padding: 10px;
	color:#000;
}

#main .box .step-description {
    margin: 10px 0;
}
#main .box .step-description h3 {
    font-size: 14px !important;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
#main .box .step-description .mnu-faq a {
    color: #0088CC;
    font-size: 14px !important;
}
#main .box .step-description .bg_faq {
    background-image: url("../images/ico_faq_small.png");
    background-position: right 3px;
    background-repeat: no-repeat;
    height: 30px;
    line-height: 30px;
    padding-right: 30px;
}

/*
-------------------------------
-------------------------------
-------------------------BOTTOM
-------------------------------
-------------------------------
*/

#bottom{
	color:#666;
	padding:20px 0;
}

#bottom .isologo{
	width:150px;
	text-align:center;
}

#bottom .credits .copyright{
	font-size:12px;
	line-height:25px;
}

#bottom .credits a{
	color:#666;
}

#bottom .credits a:hover{
	text-decoration:underline;
	color:#000;
}

#bottom .mnunav{
	margin-top:20px;
}
#bottom .mnunav ul{
	margin:0;
	padding:0;
	style-list:none;
}

#bottom .mnunav li{
	margin:0;
	padding:4px;
	display:inline;
}

#bottom .mnunav li a{
	color:#666;
}

#bottom .mnunav li a:hover{
	text-decoration:underline;
	color:#000;
}

#bottom .mnunav .mnusep{
	font-size:8px;
}

/*
-------------------------------
-------------------------------
----------------------SP-BOTTOM
-------------------------------
-------------------------------
*/

#sp-bottom{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	margin-top:15px;
}

#sp-bottom .sponsors{
	padding:20px 0;
}

#sp-bottom .sponsors a{
	margin-left:45px;
}

#sp-bottom .sponsors a.first{
	margin-left:0!important;
}

#sp-bottom .sponsors .first-row{
	padding-bottom:10px!important;
}

/*
-------------------------------
-------------------------------
---------------------POWERED-BY
-------------------------------
-------------------------------
*/

#poweredby{
	padding:20px;
	text-align:center;
}

/*
-------------------------------
-------------------------------
--------------------------LOGIN
-------------------------------
-------------------------------
*/

#login .form-login{
	margin-top:40px;
}

#login p{
	text-align:center;
	margin-bottom:20px;
}

#login p a{
	color:#2F78D0;
	text-decoration:underline;
}

#login p.subtitle{
	font-size:14px;
}

#login .links{
	padding:15px 0;
	text-align:center;
}

#login .links span{
	margin:8px;
}

#login a{
	text-decoration:none;
	color:#0072C6;
}

#login a:hover{
	text-decoration:none;
	color:#338ED1;
}

