/* $Id: style.css,v 1.19 2006/12/27 13:17:15 drumm Exp $ */

/*
** HTML elements
*/
#body_principal {
  margin: 0 auto;
  width:930px;
  background-color:#FFF;  
  /*font: 76% Verdana, Arial, Helvetica, sans-serif;*/
  font:13px Verdana, Arial, Helvetica, clean, sans-serif;
  color:#666666;
}
#body_principal_herramienta {
  margin: 0 auto;
  background-color:#FFF;  
  /*font: 76% Verdana, Arial, Helvetica, sans-serif;*/
  font:13px Verdana, Arial, Helvetica, clean, sans-serif;
  color:#666666;
  width:100%;
}



tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
  color:#FF6600;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.0em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
a {
  text-decoration: none;
  
}

fieldset {
  border: 1px solid #ccc;
}
legend  a{
  color:#5b6f71!important;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}



/*
** Page layout blocks / IDs
*/
#titulos_seccion{
   font-size:13px;
   font-weight:bold;
   color:#FF6600;
   text-transform:uppercase;
   padding-top:10px;
   }
#header, #content {
  width: 100%;
}
#header {
  background-color: #69c;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left;
  padding: 0 1em;
  border: 0;
}
#enlaces_cabecera ul{

    height:39px;
    background:url(images/fondo_menu_superior.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
	float: right;
	list-style-type: none;
	margin: 0!important;
	padding: 0  10px 0 450px;*/
	width:930px;
}


#enlaces_cabecera li{
    color:#666666;
	width:105px;
	float: left;
	padding-left:10px;
	padding-top:10px;
	text-align:center;
}
#enlaces_cabecera a{
     color:#666666;

}
#enlaces_cabecera a:hover{
	text-decoration:underline;
	color:#FF6600;
}

#enlaces_cabecera a.active{
	text-decoration:underline;
	color:#FF6600;
}

#enlaces_cabecera a p{
	display: none;
}

#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0;
  color: #9cf;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0;
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  border-left: 1px solid #9cf;
}
ul.links li{
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 0;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
  color:#e3e4e6;
}
#help p{
  color:#e3e4e6;
}
.breadcrumb {
  margin-bottom: .5em;
}
.breadcrumb a{
  color:#5f6b71!important;
}
.messages {
  background-color: #003d6e;
  border: 1px solid #00FF00;
  padding: 0.3em;
  margin-bottom: 1em;
  color: #00FF00;
}
.error {
  border-color: #FF0000;
  color: #FF0000;
}
#sidebar-left, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#footer {
  background-color: #eee;
  padding: 1em;
  font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  /*border-bottom: 1px solid #bbb;*/
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}


label{
	color:#fff!important;
}
td a{
	color:#666!important;
}

#banner_busining{
	margin:0 0 0 0;
	padding:0;
	background-image: url('images/banner.jpg') ;
	background-repeat:no-repeat;
	background-position:right;
	width:930px;
	height: 146px;	
	float: left;
}
#banner_busining_en{
	margin:0 0 0 0;
	padding:0;
	background-image: url('images/banner_en.jpg') ;
	background-repeat:no-repeat;
	background-position:right;
	width:930px;
	height: 146px;	
	float: left;
}
#banner_busining_herramienta{
	margin:0 0 0 0;
	padding:0;
	background-image: url('images/banner.jpg') ;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height: 146px;	
	float: left;
}


#banner_herramienta{
    background-image: url('images/banner_heos.jpg');
	background-repeat:no-repeat;
    width:900px;
    height:65px;
	/*padding-left:800px;*/

}
#logo_busining a{
	width: 200px;
	height:75px;	
	margin-left:0;
	margin-top:0;
	float:left;
}
#logo_busining p{
	display: none;	
}
#menu_superior{
    background-image:url('images/fondo_menu_superior.jpg');
   width:930px;
   height:39px;
  
}

#menu_superior ul{
   margin:0px;
   padding:13px 0 0 680px;
   list-style-type:none;
  
   background-repeat:no-repeat;
   width:930px;
  

}

#menu_superior li{
   padding-right:20px;
   float:left;
  
   vertical-align:middle;
   }
#menu_superior li a{
   color:#666666;
   text-decoration:none;
   }

#menu_superior li a:hover{
     color:#FF6600;
	 text-decoration:underline;
}

#menu_superior li a.active{
     color:#FF6600;
	 text-decoration:underline;
}
#menu_principal{
     /*margin: 0 0 0 0;!important;*/
	 margin:0 0 0 0;
	 padding-left:10px;

     background-image: url('images/barra_menu.jpg');
	 background-repeat:no-repeat;
	 width:930px;
	  height:38px;
	  
	 
}
#menu_principal ul{
	 list-style-type: none;
	 margin: 0!important;
	 padding: 0!important; 
	
}

#menu_principal li a{
 margin: 8px!important;
  width: 120px;
  
  float: left;
  text-align: center;
  
  color:#666666;
  text-decoration: none;
}

#menu_principal li a:hover{
   color:#FF6600; 
}
#menu_principal li a.active{
   color:#FF6600; 
}



#menu_secundario{ 
  width: 675px;
   height:20px;
/* background-image: url('images/fondo_secundario.jpg');
 background-repeat:no-repeat;*/
 border-bottom: 1px solid #D4D9DA;
 margin:0;
  
}

#menu_secundario ul {
   list-style-type: none;
   margin: 0 ;
  
}
#menu_secundario li{
    height:10px;
	float:left;
	margin-right: 20px;
	color:#FF6600!important;
	padding-top:0px;

	
}
#menu_secundario li a{
	color:#FF6600!important;
	font-size: 11px;
}
#menu_secundario  li a:hover{
	color:#FF6600!important;
	text-decoration:underline;
}
#menu_secundario li a.active{
	color:#FF6600!important;
	text-decoration:underline;
}
#contenido_busining {
    width:930px;
	padding: 0 ;
	margin:0;
}
#contenido_busining_herramienta{
    width:100%;
	height:100%;
	padding: 0 ;
	margin:0;
}
#contenido_busining a{
	  color:#3399CC!important;	  
}

#contenido_busining label{
	color:#5f6b71!important;	 
}
#content_busining{
	float: left;
    width: 665px;
	padding-left:10px;
	padding-right:25px;
	border-right: 1px solid #D4D9DA;
	min-height:509px;
	text-align:justify;
	
}
#content_busining_herramienta{
	float: left;
    width: 100%;
	height:100%;
	padding-left:10px;
	padding-right:25px;
	border-right: 1px solid #D4D9DA;
	/*min-height:509px;*/
	text-align:justify;
	
}





#home_busining{
	margin: -10px 0 0 -10px;
	font-size: 11px;
}
#home_busining a{
	font-size: 21px;
	color: #FFF;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;	
}
#home_busining a .cabecera_home{
	width: 654px!important;
	height: 131px!important;
	background-image: url('images/titulo_home.jpg');
	margin-left: 5px;
}
#home_busining .cabecera_home p{
	font-size: 21px;
	color: #FFF;
	width: 350px;
	padding:15px 0 0 20px;
}
#home_busining .columnas_home{
	margin: 30px 0 18px 0;
	padding:0;
	float: left;
	width: 670px;	
}
#home_busining .columnas_home .color_rojo{
	color: red;
}	
#home_busining a h3{
	font-weight: normal;
	font-size: 18px;
	font-family: verdana;
	color:red!important;		
	margin-top: 0px!important;
	padding-top: 0px!important;	
	margin-bottom: 15px!important;
}
#home_busining a p{
	font-weight: normal;
	font-size: 11px;
	font-family: verdana;
}
#home_busining .columna1_home{
	float: left;
	width: 365px;
	padding: 0 10px 0 0;
	margin:0!important;
	border-right: 1px solid red;
}
#home_busining .imagen_edicficio_home{
	width:360px;
	height:172px;
	background-image: url('images/edificio_home.jpg');
}
#home_busining .columna2_home{
	float: left;
	width: 280px;
	margin:0!important;
	padding:0 0 0 14px;
}
#home_busining .columna2_home p{
	margin-bottom: 17px;
}
#novedades_home{
	background: #fcfcfc;
	clear:both;
	display: block;
	padding:5px 5px;
	margin: 0 10px 0 0;
}
#novedades_home .columna_novedades1{
	float: left;
	width: 100px;
}
#novedades_home .columna_novedades2{
	float: left;
	width: 270px;
	color: red;
}
#novedades_home .columna_novedades3{
	float: left;
	width: 270px;
	color: red;
	padding-left: 20px;	
}
#novedades_home p{
	margin: 0;
	padding: 0;
}
#novedades_home a{
	color:red!important;
	font-size: 11px;
	text-decoration: none; 
}
#lateral_busining{
   float:right;
    padding:0 0 0 0;
	margin-top:10px;
}

#lateral_busining_herramienta{

    float:left;
    padding:0 0 0 0;
	margin-top:0;
	
	
}
#lateral_busining p{
	padding: 0;
	margin: 0;
}
#welcome_pack a{
	width:195px;
	height:121px;
	background-image: url('images/welcomepak.jpg');
	display:block;
	clear:both;	
}
#welcome_pack p{
	display: none;
}
#informacion_reserva a{
	width:195px;
	height:82px;
	background-image: url('images/informacion_reserva.jpg');
	display:block;
	clear:both;	
}
#informacion_reserva p{
	display: none;
}
#reserva_espacios a{
	width:195px;
	height:55px;
	background-image: url('images/reserva_espacio.jpg');
	display:block;
	clear:both;	
}
#reserva_espacios p{
	display: none;
}

#cabecera_login{

    width: 224px;
	height: 25px;
	background-image: url('images/barra_sup_login.jpg') ;
	background-repeat:no-repeat;
	background_position: left;
    color: #FFF;
	font-size: 12px;
	font-famly: verdana;
	padding: 0 0 0 0;
	margin:0  0 0;   
	
}
#caja_login-es{

	background-image:url('images/caja_login_naranja_entera.jpg');
	background-repeat:no-repeat;
	background-position:left;
	margin:15px 0 0 0  ; 
	padding: 0 ;
	height: 126px;
	width:224px;
}

#caja_login-en{

	background-image:url('images/caja_login_naranja_entera_i.jpg');
	background-repeat:no-repeat;
	background-position:left;
	margin:15px 0 0 0  ; 
	padding: 0 ;
	height: 126px;
	width:224px;
}


#desconectar{
    background-image: url('images/caja_login_out.jpg');
	height:115px;
	width:225px;
	}

#caja_login div{
	margin: 0px;
}
#caja_login label{
	color: #666666!important;
	float: left;
	width: 75px;	
	font-size: 11px;
	font-weight:bold;
	font-family: verdana;
	text-align: left;
	text-transform:uppercase;
	margin-left:8px;
	margin-top:7px;
	
}
#caja_login input{
	border: 1px solid #666666!important;
	width: 80px;
	height: 12px;
	font-size: 10px;
	font-family: verdana;	
	margin-left:8px;
	margin-top:7px;
	
}
#caja_login a{
	color:#3DA3DB;
	float: left;
	font-size: 9px;
	font-family: verdana;
	width: 70px;
	margin: 0;
	padding-left: 7px;
	margin-top:8px;
	text-align: left;
}
#caja_login .boton_login{
	border: 1px solid #5f6b71!important;
	background-color:#9ca6a9!important;
	color:#FFF;
	float: left;
	width: 55px;
	height: 20px;
	margin-left: 30px;
	padding-bottom: 2px;
	font-size: 12px;
	font-family: verdana;	
}
.bloque_derecha .titulo_derecha{
	background-image: url('images/titulo_block.jpg');
	width: 168px;
	height: 20px;
	color: #FFF;
	font-size: 12px;
	font-family: verdana;
	padding:2px 0 0 25px;
}

#top_busining{
	color:#666666;
	margin:0;
	}


.bloque_derecha .titulo_derecha{
	background-image: url('images/titulo_block.jpg');
	background-repeat:no-repeat;
	width: 168px;
	height: 20px;
	color: #000;
	font-size: 12px;
	font-family: verdana;
	padding:2px 0 0 25px;
	margin-top:2px;
}
.bloque_derecha ul{
	 list-style-type: none!important;
	 margin: 0 0 0px 0;
	 padding: 0 0 0 5px;
}
.bloque_derecha li{
	list-style-type: none!important;
	list-style-image: none!important;
}
.bloque_derecha .expanded {
	list-style-type: none!important;	
	list-style-image: none!important;
}
.bloque_derecha .collapsed {
	list-style-type: none!important;	
	list-style-image: none!important;
}
.bloque_derecha .leaf {
	list-style-type: none!important;	
	list-style-image: none!important;
}
.bloque_derecha li a{	
  color:#5f6b71!important;
  text-decoration: none;
  font-size: 11px;
  font-family: verdana; 
  font-weight: bold;
  padding-right:15px;
  float:left;
  height:15px;
 
}

.bloque_derecha li a.active{	
  color:#5f6b71!important;
  text-decoration: none;
  font-size: 11px;
  font-family: verdana; 
  font-weight: bold;
  padding-right:15px;
  float:left;
  height:15px;
  text-decoration:underline;
 
}
#pie_busining{
	width:675px;
	font-size: 13px;
	color:#666666;
	text-align:center;
	padding-bottom:10px;
}


.clear{
	display:block;
	clear:both;
}
td{
	color: #003d6e;
}
table label{
	color: #003d6e!important;
}
#content_busining .tabs{
	width: 680px;
	border-color: #f52a06!important;
	color: #fff!important;
}
#content_busining .tabs a{
	background-color: #5f6b71!important;
	color: #FFF!important;
	border-color: #f52a06!important;
}
#content_busining .tabs a:hover{
	background-color: #f52a06!important;	
	color: #fff!important;
	
}
#content_busining .tabs .active a{
	background-color: #f52a06!important;
	color: fff!important;
}
.admin a{
	color:#5f6b71!important;
}
dt a{
	color:#5f6b71!important;
}
.help a{
	color:#5f6b71!important;
}
.breadcrumb{
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}


.etiqueta_contacto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF6600;
	font-size:12px;
	}

#menu_pagina{
    margin:0;
	padding:0 ;
	width:650px;
	}


#menu_pagina ul{
	list-style-type:none;
	
	}
#menu_pagina li{
    float:left;
	padding-right:14px;
	padding-bottom:25px;
	font-size:11px;
   }
#menu_pagina a{
   text-decoration:none;
   color:#FF6600;
   }
#menu_pagina a:hover{
   text-decoration: underline;
   color:#FF6600;
}
#menu_pagina a.active{
   text-decoration: underline;
   color:#FF6600;
}


.acceso{
   /*float:left;*/
   width:115px;
   height:33px;
   padding-left:15px;
   padding-bottom:20px;
   padding-top:0;
   margin:0;
	}
	
#acceso_recargas{
   background:url(fondo_acceso_recargas.png); 
   background-repeat:no-repeat;
   background-position:left;
   margin-bottom:10px;
   padding-top:135px;
   margin-left:-5px;
}

#acceso_recargas_ingles{
   background:url(fondo_recargas_ingles.jpg); 
   background-repeat:no-repeat;
   background-position:left;
   margin-bottom:10px;
   padding-top:135px;
   margin-left:-5px;
}