/* 
	AUTHOR: JP
	o2c
	
	Aknowlegments:
	http://www.xs4all.nl/~peterned/examples/csslayout1.html
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */

* { margin: 0; padding: 0; }

html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

html {
	overflow-y: scroll;
}

body {
	font-size: 62.5%;
	font-family: "Segoe UI", Helvetica, sans-serif; 
	background-color:#eeeeee;
	color:#aaaaaa;
}

ul {
	list-style: none inside;
}

p {
	font-size: 1.2em; 
	margin-bottom: 1.2em;
}

a {
	outline: none;
}

a img {
	border: none;
}
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/*.transpBlack { background: url(transpBlack.png); } */
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#page-wrap {
	position:relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	width: 100%;
	margin: 0 auto;
}
/* END STRUCTURE */


div.clearer {
clear:both;
height:1px;
line-height:1px;
overflow:hidden;
}
div.breaker {
  clear: both;
}


.invisible, .hidden, .oculto {
	display:none;
}





/* LOS PANELES DE CADA COMPONENTE DE LA PÁGINA */

#header {
	padding:58px 40px 78px 300px;
	background: transparent url(../img/logofront_a.png) no-repeat 0px 0px fixed;
	z-index:11;
	min-height: 10px;
}

#header a.overlogo {
	display:block;
	position:fixed;
	top:60px;
	left:0px;
	width: 85px;
	height: 85px;
	text-decoration: none;
}

#content {
	 padding:0 0 210px 0; /* Para hacer hueco al footer */
}

#content .wrapper{
	padding: 0px 40px 0px 100px;
	background: transparent url(../img/logofront_b.png) no-repeat 0px 61px fixed;
	width:auto;
	min-height: 280px;
	overflow:hidden;
}




/*----------------------------*/


#content .panelcentral {
	width: 180px;
	min-height:150px;
	border: 1px solid #7ba0ac;
	margin: 0px 16px 16px 0px;
	padding: 16px;
	float: left;
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px;
}



/*--------------------------*/
.panelmenulateral {
	/*float: left;*/
	position:fixed;
	top:160px;
	left:0px;
	width: 180px;
	padding: 16px 0 16px 0;
	/*margin: 16px 16px 16px -100px;*/
	margin: 0;
	background:#4e7a90; 
	-moz-border-radius-topright: 10px;  
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;  
	-webkit-border-bottom-right-radius: 10px;  
}

.panelmenulateral ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.panelmenulateral li {
	margin:0;
	padding:0;
}

.panelmenulateral li a {
	display:block;
	font-weight:bold;
	font-size:1.2em;
	text-decoration:none;
	color:#dadbde;
	margin:0 8px 0 0;
	padding:6px 6px 6px 20px;
	-moz-border-radius-topright: 5px;  
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;  
	-webkit-border-bottom-right-radius: 5px;  
}

.panelmenulateral li a:hover {
	color:#4e7a90;
	background:#dadbde;
}

.panelmenulateral li.sel a {
	color:#265c76;
	color:#ffffff;
	background:#f3a103;
}







/*-----------------------------------------------------*/
.paneltext {
	position:relative;
	left:50px;
	width:90%;
	text-align:justify;
	color:#275e77;
	/*border:1px solid red;*/
}

.paneltext h1{
	letter-spacing:-1px;
	margin-bottom: 1em;
}

.paneltext h2{
	letter-spacing:-1px;
	margin-bottom: 0.5em;
}

.paneltext h3{
	letter-spacing:-1px;
	margin-bottom: 0.5em;
}
.paneltext h4{
	font-size:1.3em;
	letter-spacing:-1px;
	margin-left:3em;
	margin-bottom: 0.5em;
}

.paneltext dl{
	clear:both;
	font-size: 1.1em;
	margin-left: 10em;
	margin-bottom: 1em;
}
.paneltext dt{
	display:block;
	width:12em;
	margin-bottom:0.5em;
	padding-right: 0.5em;
	text-align:right;
	float:left;
	/*border: 1px solid red;*/
}
.paneltext dd{
	display:block;
	clear:right;
	margin-bottom:0.5em;
	font-weight:bold;
	/*border: 1px solid green;*/
}

.paneltext p{
	margin-left: 4em;
}
.paneltext p br{
	margin-bottom: 1em;
}

.paneltext ul{
	font-size: 1.2em;
	margin-left: 2em;
	margin-bottom: 1em;
	/*border: 1px solid red;*/
}
.paneltext li{
	list-style: outside;
	margin-left: 7em;
	margin-bottom: 0.5em;
	/*border: 1px solid green;*/
}
.paneltext a{
	color:#183a4b;
	text-decoration:none;
	border-bottom:1px dotted #f3a103;
}
.paneltext a:hover{
	color:#f3a103;
}

.paneltext code {
	display:block;
	text-align:left;
	padding:8px;
	margin:8px 24px 10px 64px;
	background:#fee9c2;
	border: 1px dotted #8f7045;
	font-size:11px;
	line-height:12px;
	color:#000000;
}


.paneltext div.codeexample {
	margin-left:4cm;
	width:500px;
}
.paneltext div.codeexample h6 {
	font-size:100%;
	color:#000000;
}
.paneltext div.codeexample code {
	white-space:pre;
	background-color:#e0eefe;
	margin:0;
}



/*--------------------------------------------------------------*/

/* Modificaciones para los avisos legales */
.paneltextleg {
	left:110px;
	width: 600px;
	padding:2em;
	color:#111;
	background: #ffffff;
	border:1px solid #e5e5e5;
	-moz-border-radius: 8px;  
	-webkit-border-radius: 8px;
}
.paneltextleg ul{
	font-size: 1.2em;
	margin-left: 2em;
}
.paneltextleg li{
	list-style: none inside;
	text-indent:-1.8em;
	margin-bottom: 1em;
}









/* Modificaciones para los tipo FAQ */
.paneltextfaq h3 {
	background: url(../img/arrow_faqmenus_logo_sq.png) no-repeat 0 -1px;
	padding:0px 0px 0px 20px;
	font-size:140%;
}
.paneltextfaq p {
	margin-bottom:1em !important; 
}
.paneltextfaq a[href="#top"] {
	display:block;
	width:80px;
	font-size:80%;
	border:0;
	color:#fff;
	background: #87a5b2 url(../img/arrow_top.gif) no-repeat 4px -13px;
	padding:0px 5px 0px 15px;
	margin-top:8px;
	margin-bottom:40px;
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}
.paneltextfaq a[href="#top"]:hover {
	color:#222;
	background-color: #f3a103;
	background-position:  4px 3px;
}



	/* Los menús que se muestran en las FAQs */
	.paneltextfaq div.faqmenu {
		margin:0px 0px 16px 128px;
		padding:16px 16px 8px 16px;
		width:400px;
		background: #e0e0e0;
		-moz-border-radius: 8px;  
		-webkit-border-radius: 8px;
	}
		.paneltextfaq div.faqmenu ul {
			margin:0px;
			/*border:1px solid green;*/
		}
		.paneltextfaq div.faqmenu ul li {
			margin:0px 0px 4px 0px;
			list-style: none;
			/*border:1px solid red;*/
		}
			.paneltextfaq div.faqmenu ul li a {
				display:block;
				padding:2px 8px 2px 28px;
				color:#4e7a90;
				border:0px none;
				background: url(../img/arrow_faqmenus_logo_sq.png) no-repeat 0 -19px;
				/*border:1px solid yellow;*/
			}
			.paneltextfaq div.faqmenu ul li a:hover {
				color:#255c76;
				background-position: 0 0px;
			}

	.paneltextfaq div.utilidad {
		margin:10px 0px 16px 128px;
		padding:16px 16px 16px 16px;
		width:600px;
		background: #e0e0e0;
		-moz-border-radius: 4px;  
		-webkit-border-radius: 4px;
	}
	
	.paneltextfaq div.ejemploscodigo {
		width:auto;
	}
	.paneltextfaq div.ejemploscodigo>div {
		padding:4px 8px 4px 8px;
		margin:0px 0px 8px 0px;
		-moz-border-radius: 4px;  
		-webkit-border-radius: 4px;
		background-color:#f0f0f0;
	}
	.paneltextfaq div.ejemploscodigo>div h5{
		font-size:11px;
		margin-bottom:4px;
		color:#000000;
	}
















/* Modificaciones para el panel de operaciones */
.panelop {
	overflow:auto;
	margin-left:110px;
	left: 0;
	/* width: 780px; */
	padding:1em;
	background: #f3f3f3;
	border:1px solid #e5e5e5;
	-moz-border-radius: 8px;  
	-webkit-border-radius: 8px;
}

	.panelop p {
		font-size: 1.2em;
		line-height: 1.2em; 
		margin-bottom: 0.5em;
	}
	
	.panelop pre {
		overflow:scroll;
		padding:12px;
		font-size: 11px;
		line-height: 14px; 
		margin-left:60px;
		background:#fff;
		border:1px solid #87a5b2;
	}





/* Modificaciones para los tipo lista de descargas */
.paneltextdownloadlist h2 {
	margin-top:24px;
}
/*-------------------------------*/









/* Donde se visualizan los textos legales y los botones */
div#acceptterms {
	overflow:auto;
	margin: 0px 0px 0px 80px;
	/*border:1px solid red;*/
}

/* El visor de textos en sí. */
div.termscontainer {
	margin-bottom:1.2em;
	padding: 1em;
	overflow:scroll;
	height:200px;
	background: #ffffca;
	color:#000;
	font-family: "Courier New", Courier, monospace;
	font-size:10px;
	border:1px solid #255c76;
}

div.termscontainer p {
	margin:0 0 1em 0;
	padding:0;
	font-size:1.2em;
}











/*-----------------------------------------*/

div#debug {
	position:absolute;
	right:8px;
	top:8px;
	border:1px solid black;
	background:#d5d5d5 url(../img/debugledred.gif) 2px 2px no-repeat;
	padding:8px;
	color:#000;
	font-size:11px;
	
	filter:alpha(opacity=70);  
	-khtml-opacity: 0.7;  
	opacity: 0.7;  
	
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px;
}

/*-----------------------------------------*/







/*---------------------------------------------------*/

#footer {
position:absolute;
bottom:0; /* stick to bottom */
width:100%;
background:#828282 none repeat scroll 0 0;
border-top:6px solid #3b6d84;
color:#333333;
margin-top:40px;
}

#footer .wrapper {
padding-left:160px;
width:830px;
min-height:0px;
}

#footer #footer-tier1 {
	background:#7ba0ac none repeat scroll 0 0;
	padding:10px 0;
}


#footer #footer-tier2 {
	overflow:auto;
	background:#3b6d84 none repeat scroll 0 0;
	border-top:1px solid #FFFFFF;
	/*font-size:85%;*/
	padding:10px 0;
	color: #bbb;
}



#footer h3 {
border-bottom:1px solid #3b6d84;
font-size:93%;
font-weight:bold;
line-height:1;
margin:0 10px 5px 0;
padding-bottom:5px;
text-transform:uppercase;
}
#footer li {
/*font-size:85%;*/
line-height:1;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 5px;
padding-left:0;
}
#footer #you, #footer #aboutus, #footer #help, #footer #topic_list, #footer #topic_list_b, #footer #sector_list, #footer #language{
float:left;
}
#footer #you {
	width:100px;
}
#footer #language {
	width:100px;
}
#footer #aboutus {
	width:120px;
}
#footer #topic_list {
	width:120px;
}
#footer #topic_list_b {
	width:160px;
}
#footer #topic_list ul {
	float:left;
	margin:1px 9px 0 0;
	width:175px;
}
#footer #topic_list_b ul {
	float:left;
	margin:1px 9px 0 0;
	width:175px;
}
#footer #sector_list {
	width:174px;
}
#footer #footer-tier1 hr {
	margin:6px 80px 6px 0;
	padding:0;
	height:1px;
	color:#3b6d84;
	background:#3b6d84;
	border:0;
}

#footer #footer-tier1 a {
	color:#333333;
	text-decoration:none;
	padding: 0 4px 0 4px;
	margin-left:-4px;
	border-radius: 4px;
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px;
}
#footer #footer-tier1 a:hover {
	color:#f3a103;
	background-color:#3b6d84;
	text-decoration:none;
}
/* Selección realizada en el footer */
#footer #footer-tier1 .sel a {
	background-color:#f3a103;
	color:#333333;
}



#footer #footer-tier2 a {
color:#fff;
text-decoration:none;
}
#footer #footer-tier2 a:hover {
color:#f3a103;
text-decoration:underline;
}


#footer #footer-tier2 div.textos {
	float:left;
	margin-bottom:10px;
}

#footer #footer-tier2 div.footlogos {
	float:right;
}

		div.footlogos a.logo {
			display:block;
			float:left;
			width:32px;
			height:32px;
			margin: 0 0 0 8px;
			background-position:0px -32px;
			background-repeat:no-repeat;
		}
		div.footlogos a.logo:hover {
			background-position:0px 0px;
		}
		
		div.footlogos a#logo-facebook {
			background-image:url(../img/facebook-logo-32.png);
		}
		div.footlogos a#logo-twitter {
			background-image:url(../img/twitter-logo-32.png);
		}
		div.footlogos a#logo-hosteltur {
			width:64px;
			background-image:url(../img/hosteltur-logo-v2-32px.png);
		}
		div.footlogos a#logo-verisign {
			width:62px;
			background-image:url(../img/verisign_secured_32px.png);
		}

		
		div.footlogos div.logo-cont {
			display:inline-block;
			margin-left:8px;
			height:32px;
		}
			div.footlogos div.logo-cont img {
				height:32px;
			}
		
		div.footlogos div.logo-texto {
			display:inline-block;
			width:80px;
			line-height:9px;
		}
			div.footlogos div.logo-texto a {
				text-decoration:none !important;
				color:#000000 !important;
				letter-spacing:-0.1px;
			}




#footersearch {
float:left;
/*clear:left;*/
width:280px;
/*margin-top:-20px;*/
}
#footersearch label, #footersearch input {
font-size:93%;
vertical-align:middle;
}
#footersearch label {
color:#004E70;
font-weight:bold;
text-transform:uppercase;
}
#footersearch .textfield {
width:212px;
}

#footer #language img.flag {
	margin-right: 2px;
}

#footer select {
	font-size:93%;
	vertical-align:top;
}



/* El panel de usuario en el que se muestran todas las opciones */

#userpanel {
	position:absolute;
	top:65px;
	/*left:600px;*/
	right:0px;
	width:200px;
	height:50px;
	background:#255c76;
	border:0px solid black;
	border-radius: 4px;
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px;
}

	#userpanel ul {
		margin-left:10px;
		/*border:1px dotted yellow;*/
	}
	
	#userpanel ul li {
		margin-left:40px;
	}
	
		#userpanel ul li a {
			color:#a0afc0;
			text-decoration:none;
		}
		#userpanel ul li a:hover {
			color:#f3a103;
		}
		
	#userpanel ul li.login {
		margin-top:10px;
		margin-left:0px;
	}
		#userpanel ul li.login a {
			padding:0 1em 0 1em;
			font-size:1.3em;
			color:#f0f0f0;
			font-weight:normal;
			background-color:#4e7a8f;
			border:1px solid #255c76;
			border-radius: 4px;
			-moz-border-radius: 4px;  
			-webkit-border-radius: 4px;
		}
		#userpanel ul li.login a:hover {
			color:#255c76;
			background-color:#f3a103;
		}
		
	#userpanel ul li.signup {
		margin-top:5px;
		margin-left:0px;
	}
		#userpanel ul li.signup a {
		}
		#userpanel ul li.signup a:hover {
		}
		
		#userpanel ul li.sel a {
			filter:alpha(opacity=30);  
			-khtml-opacity: 0.3;  
			opacity: 0.3;
			/*visibility:hidden;*/
			/* color:#255c76;*/
			/*background-color:#f3a103;*/
		}


	#userpanel ul li.username {
		overflow:hidden;
		height:20px;
		margin-top:3px;
		margin-left:0px;
	}
		#userpanel ul li.username a {
			font-size:1.5em;
			color:#eaeaea;
		}
		#userpanel ul li.username a:hover {
			color:#ffffff;
		}
		
		#userpanel ul li.controlpanel a {
			font-size:1.05em;
			color:#bcc7d3;
		}




/** Numbered sections */

div.numbered-section {
	position: relative;
	padding-top: 0px;
	padding-left: 10em;
}

div.numbered-section h2 {
	margin-top: 0px;
}

div.numbered-section p {
	margin-left: 0px;
}

div.numbered-section div.step {
	position: absolute;
	top: -6px;
	left: 6.5em;
	height: 27px;
	width: 27px;
	background: url(../img/order-steps.png);
}
div.numbered-section div.step.one { background-position: 0px 0px; }
div.numbered-section div.step.one_dis { background-position: -27px 0px; }
div.numbered-section div.step.two { background-position: 0px -27px; }
div.numbered-section div.step.two_dis { background-position: -27px -27px; }
div.numbered-section div.step.three { background-position: 0px -54px; }
div.numbered-section div.step.three_dis { background-position: -27px -54px; }
div.numbered-section div.step.four { background-position: 0px -81px; }
div.numbered-section div.step.four_dis { background-position: -27px -81px; }

















/** Button-links */

.button {
  display: block;
  float: left;
  height: 35px;
  background: transparent !important;
  text-decoration: none !important;
  text-align: center;
  border:none !important;
}

.button span {
  display: block;
}
.button .start,
.button .end,
.button .content {
  background-image: url(../img/buttons-gray.png);
}
.button .green .start,
.button .green .end,
.button .green .content {
  background-image: url(../img/buttons-green.png);
}
.button .blue .start,
.button .blue .end,
.button .blue .content {
  background-image: url(../img/buttons-blueo2c.png);
}
.button .gray-disabled .start,
.button .gray-disabled .end,
.button .gray-disabled .content {
  background-image: url(../img/buttons-gray-disabled.png);
}
.button .green-disabled .start,
.button .green-disabled .end,
.button .green-disabled .content {
  background-image: url(../img/buttons-green-disabled.png);
}
.button .blue-disabled .start,
.button .blue-disabled .end,
.button .blue-disabled .content {
  background-image: url(../img/buttons-blueo2c-disabled.png);
}
.button .green .content {
  color: #004505 !important;
}
.button .blue .content {
  color: #aac0cc !important;
}
.button .green-disabled .content {
  color: #80a282 !important;
}
.button .blue-disabled .content {
  color: #25667c !important;
}
.button .gray-disabled .content {
  color: #919191 !important;
}
.button .start {
  background-repeat: no-repeat;
  padding-left: 20px;
}
.button .content {
  font: bold 16px/33px arial, helvetica, sans-serif;
  color: #222 !important;
  background-position: 0px -35px;
  background-repeat: repeat-x;
  padding-bottom: 2px;
}
.button .end {
  background-repeat: no-repeat;
  padding-right: 20px;
  background-position: right -70px;
}
.button .continue .end {
  padding-right: 35px;
  background-position: right -105px;
}
.button .download .end {
  padding-right: 35px;
  background-position: right -140px;
}







/* Comunes a varios sistemas */
/* La marca de cerrar divs */
div.closemark {
	position:absolute;
	right:0px;
	top:0px;
	width:16px;
	height:16px;
	background-color:#4e7a90;
	cursor:pointer;
	text-align:center;
	font-size:15px;
	line-height:14px;
	font-weight:bold;
	color:#ffffff;
}

div.closemark:after {
	content:"X";
}

div.closemark:hover {
	background-color:#75a0b5;
}

/* La marca para cargar */
div.loadingmark {
	width:38px;
	height:38px;
	background: transparent url(../img/waiting_anim_o2c-b.gif) no-repeat;
}




/* Especiales */
div#bbva {
	position:absolute;
	right:8px;
	top:130px;
	width:202px;
	height:270px;
	padding:0 0 0 0;
	background-color:#097eb4;
	border:1px solid #000000;
	
	box-shadow: 2px 2px 20px #000;
	-moz-box-shadow: 2px 2px 20px #000;
	
	filter:alpha(opacity=60);  
	-khtml-opacity: 0.6;  
	opacity: 0.6;
	
}
div#bbva iframe {
	margin:-8px 0 0 -8px;
	outline:0;
}
