@charset "utf-8";
/* CSS Document */

* {
margin:0px;
padding:0px;
z-index: 0;
}

img{
border:0;
}

a:link{
text-decoration:underline;
color:#066c92;
}
a:visited{
text-decoration:none; 
}
a:hover{
text-decoration:underline;
color:#000;
}
a:active{
  text-decoration: underline; 
}

html, body{
height:100%;
}

.clear{
clear:both;
}

/*--ESTRUCTURA--*/
/*----------------------------------------------------*/


body {
background: url(../../i/fondo_r.jpg) repeat-x top left #02b0e6;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#4a4a4a;
}

#global{
background:url(../../i/fondo.jpg) no-repeat center top;
width:100%;
height:auto;
margin:0 auto;
text-align:center;
}

#pie{
background:url(../../i/pie.jpg) no-repeat 50% top;
width:980px; 
margin:0 auto;
text-align:center;
color:#000;
font-size:11px;

height:152px;
padding:100px 0 0 0;
}


/*---------CABECERA---------*/

#cabecera{
position:relative;
width:950px;
height:320px;
margin:0 auto;
}

#cabecera h1{
position:absolute;
left:280px;
top:90px;
font-size:13px;
color:#fff;
font-weight:bold;
}

/*-----Nav_menu-----*/

#menu {
position:absolute;
top:16px;
left:12px;
}

#menu ul {
  float: left;
  margin:16px 16px 0 0;
  padding: 0px;
  list-style: none;
}
#menu ul li {
  float: left;
  margin:0 10px 0 10px!important;
  margin:0 9px 0 9px;
}

#menu ul li a {
  float: left;
  text-decoration: none;
  padding-left:15px;
  
  height:38px;
  line-height:38px;
  display:block;
}

#menu ul li#actif {
  float: left;
  text-decoration: none;
  padding-left: 15px;
  background: url(../../i/coin_gauche.gif) no-repeat 0 0;
  
  height:38px;
  line-height:38px;
  display:block;
}
#menu ul li a span {
  float: left;
  color: #fff;
  padding-right:15px;
  
  height:38px;
  line-height:38px;
  display:block;
}
#menu ul li#actif span {
  float: left;
  padding-right:15px;
  background: url(../../i/coin_droit.gif) no-repeat 100% 0;
  color:#000;
}
#menu ul li a:hover {
background:url(../../i/coin_gauche.gif) no-repeat 0 -36px;
cursor:pointer;
}

#menu ul li a:hover span {
  background:url(../../i/coin_droit.gif) no-repeat 0 -36px;
  background-position: 100% -36px;
  color:#000;
  cursor:pointer;
}





/*-----Nav_idiomas-----*/

#idiomas {
position:absolute;
left:20px;
top:90px;
}

#idiomas ul{
position: relative;
margin:0;
padding:0; 
list-style:none;
left: 0px;
}

#idiomas ul li{
display:inline;
}

#idiomas ul li a img{
float:left; /*Fix ie6*/
display:block;
text-decoration:none;
margin-right:20px;
display:block;
width:15px;
height:10px;
}

/*------*/

#contenido{
width:952px;
/*padding:0 10px 0 10px;*/
margin:0 auto;
text-align:left;
background-color:#fff;
}

#contenido p{
margin-bottom:10px;
}

/*--list3--*/

ul#list{
margin:6px 0 0 0;
padding:0;
}

ul#list li{
list-style-type:none;
background:url(../../i/ico_fleche_orange.gif) no-repeat left 50%;
text-align:left;
margin-bottom:4px;
color:#4a4a4a;
padding:0 0 0 14px;
}

/*--IZQUIERDA--*/
/*----------------------------------------------------*/

#iz{
float:left;
width:250px;
}

#caja_reservas *{
z-index:22;
}

/*
#caja_reservas{
position:relative;
background:url(../../i/caja_reservas.png) no-repeat left top!important;
filter:none!important;
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/caja_reservas.png' , sizingMethod='image');
width:289px;
height:210px;
margin-left:-25px;
}
*/

#caja_reservas{
position:relative;
background:url(../../i/caja_reservas.png) no-repeat left top;
width:289px;
height:210px;
margin-left:-25px;
}

/*
#caja_ruta{
position:relative;
background:url(../../i/caja_ruta.png) no-repeat left top!important;
filter:none!important;
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/caja_ruta.png' , sizingMethod='image');
width:289px;
height:168px;
margin:10px 0 0 -25px;
}
*/

#caja_ruta{
position:relative;
background:url(../../i/caja_ruta.png) no-repeat left top;
width:289px;
height:168px;
margin:10px 0 0 -25px;
}

#caja_reservas h5, #caja_ruta h5{
position:absolute;
top:32px;
left:26px;
font-size:16px;
color:#fff;
font-weight:bold;
}


/*--Form--*/

#form1{
position:relative;
top:70px;
left:26px;
}

input.campo{
background:url(../../i/fondo_input.gif) no-repeat left top #fff;
border:1px solid #b47200;
color:#8c8c8c;
font-size:14px;

height:21px;
width:238px;
padding:5px 5px 0 5px;
margin:0 0 10px 0;

z-index: 20;
}

input.campo:focus{
color:#000;
border:1px solid #533500;
}

input.bt, a.bt{
background:url(../../i/bt.png) no-repeat 0 -31px;
height:31px;
line-height:31px;
text-indent:16px;
width:78px;
cursor:pointer;
display:block;
border:0;

font-size:14px;
color:#343434;
font-weight:bold;
text-decoration:none;
}


input.bt:hover, a.bt:hover{
background-position:0 0;
}

/*--DERECHA--*/
/*----------------------------------------------------*/

#de{
float:right;
width:655px;
}

h2, h3{
border-bottom:1px solid #c0c0c0;
padding:0 0 2px 0;
margin: 0 0 15px 0;
font-size:26px;
color:#0865a4;
font-weight:normal;
background-color:#fff;
}

h4{
background:url(../../i/ico_fleche_bleue.gif) no-repeat left 40%;
padding:0 0 0 20px;
font-size:17px;
font-weight:bold;
}

/*--OTROS--*/
/*----------------------------------------------------*/

.naranja{
color:#ff6c00;
}



/*----Cart_naranjo----*/

.cart_naranj_top{
background:url(../images/interface/cart_naranj_top.jpg) no-repeat center top;
width:817px;
padding-top:12px;
}

.cart_naranj_content{
background:url(../images/interface/cart_naranj_bot.jpg) no-repeat center bottom;
padding-bottom:2px;
}

.cart_naranj_content p{
padding:0 10px 0 10px;
border-left:5px solid #fe9727;
border-right:5px solid #fe9727;
margin:0;
}

/*----Cart_azul----*/

.cart_azul_top{
margin-top:10px;
background:url(../images/interface/cart_azul_top.jpg) no-repeat center top;
width:817px;
padding-top:12px;
z-index: 0;
}

.cart_azul_content{
background:url(../images/interface/cart_azul_bot.jpg) no-repeat center bottom;
padding-bottom:2px;
z-index: 0;
}

.cart_azul_content p{
padding: 0px 10px 0px 10px;
border-left:5px solid #3db8ff;
border-right:5px solid #3db8ff;
margin: 0px;
}

.cart_azul_content_mil{
padding: 5px 10px 5px 10px;
border-left: 5px solid #3db8ff;
border-right: 5px solid #3db8ff;
margin: 0px;
z-index: 10;
}

.separ{
background:url(../images/interface/pointille.jpg) repeat-x left 50%;
height:10px;
margin:10px auto 10px 0px;
width:90%;
}

.negrita
{
	font-weight: bold;
}