/*
#ffebc6 :amarillo fondo input
#9C3C18 : marrón línea    
#b57258 : marrón menu top           
#bda25a : marrón menu top hover            
#424542 : negro menu top active            
#d6ae5a : marrón menu 
#cccccc : marrón menu hover
#9C3C18 : marrón enlaces
*/
body{ 
    color: #000000;
    background-color: inherit;
    margin: 5px 5px 5px 5px;  
    padding: 0px;
    font-size: 75%;
    line-height: 1.5em; 
    font-family: 'Verdana','Tahoma', 'Century Gothic', 'Times New Roman', 'Arial',sans-serif;
    background: url(../images/contenido_back.png);
}

form{
    margin-top: 0;
    margin-bottom: 0;
}   
                                                                  
a, a:visited, a:link {
    color:#000000;
    background-color: inherit;  
    text-decoration: none;         
}

a:hover{
    color:#9C3C18;
    background-color: inherit;
    text-decoration: underline;
}

input{
    font-family: 'Verdana','Tahoma', 'Century Gothic', 'Arial','Times New Roman',sans-serif; 
}
#divCentrar{
  text-align: center;
}

#divContenedor{
  width: 900px;/*
  border-style: solid;
  border-width: 1px;
  border-color: #000000;*/
  text-align: left;
  color: inherit;
  background-color: #FFFFFF;
  /*background: url(../images/contenido_back.png);*/
  min-height: 400px;
}

#divheader{   
  background: url('../images/header_back.png');
  height: 200px;
  
}

#body{
    /*background: url('../images/body.jpg');  
    background-repeat:repeat;*/
}
 
/*#flash{
   margin-left: 100px;
   float: left; 
} */

/*******************************************/
/* BUSCADOR*********************************/
/******************************************/
#divsearch{            

    width: 435px;
    margin-top: 3px;
    float: left;
    
}

.searchbox{
    text-align: left;
    font-size: 0.8em;
    margin: 10px 0px 0px 5px;
    color: #000000;
    border: 1px solid #c67963;
    background-color: #ffebc6;
    
}
.divtext_moduletable_search{
    border-color: #c67963;
    border-width: 1px;
    border-style: dashed;
    padding: 10px;
    width: 95%;
    line-height: 25px;
}


/****************************************************/
/* TOP MENU                                         */
/****************************************************/
#top{
   background: url('../images/shadow.jpg');
   background-repeat:repeat-x;
   width: auto;
   height: 34px;
   padding-top: 0px;
   padding-left: 0px; 
   padding-bottom: 5px;
   color:#FFFFFF;
   background-color: inherit;
   vertical-align: top;
   margin-bottom: 10px;
  
}

#topnavi{
    width: 100%;    
    margin-top:0px;
    margin-left: 0px; 
    margin-right: 0px; 
    text-align: left; 
    
}
ul#mainlevel-nav{
    list-style: none;
    padding-top: 4px;
    margin: 0;
    padding-left:2px;
    text-align: center;    
    width: auto;   
}

ul#mainlevel-nav li{
    background-image: none;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    margin: 1px;
    line-height: 28px;
    white-space: nowrap;
    list-style: none;
    width:110px; 
}

ul#mainlevel-nav li a{
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    background-color: inherit;
    background: url(../images/button_bg.png);
    background-repeat: repeat-x;
    font-size: 1.0em;
   /* height: 28px;*/
}

ul#mainlevel-nav li a:hover, ul#mainlevel-nav li a:active{
    color: #ffffff;
    background-color: inherit; 
    background: url(../images/button_bg_hover.png);
    font-size: 1.0em;
    font-weight: bold; 
    width: auto;   
   
}

ul#mainlevel-nav li a#active_menu {    
    width: auto;   
    color: #d6d7d6;
    background-color: inherit;
    font-weight: bold;            
    font-size: 1.1em;
    background: url(../images/button_bg_active.png);
    
}
#dividiomas{
    float:right;
    padding-top: 10px;
    width: auto;
    
}

/****************************************************/
/* Menu izqiuierda                                  */
/****************************************************/
/*color fondo boton: #a54d31
/*color fondo boton hover: #e7be63;
/****************************************************/
#div_menu_left{
    width: 170px;       
    float:left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    
}
#div_menu_right{
    width: 170px;       
    float:right;
    padding-left: 10px;
    padding-right: 10px;

}
.divcabecera_MenuLeft{
    color:#000000; 
    background-color: inherit;   
    border-bottom-color: #9C3C18;
    border-bottom-style: solid;
    border-bottom-width :1px ;    
    /*background-color: #3e3f3c;*/
    text-align: left;
    padding-left: 5px;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.2em;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    
}
.divcuerpo_MenuLeft{
    color:#000000;
    background-color: inherit;
    line-height: 20px;
    margin-left: 10px; 
    
}

.divcuerpo_MenuLeft a#active_menu{
    color: #000000;
    background: url('../images/icono_hover.png');
    background-repeat: no-repeat;
    background-position: left;
    background-color: #ffffff;
    padding-left: 16px; 
    
}

   

.divcuerpo_MenuLeft a.enlace_level_1, .divcuerpo_MenuLeft a.enlace_level_1:visited,  .divcuerpo_MenuLeft a.enlace_level_1:link{
    
    display: block; 
    color:#d6ae5a;
    background: url('../images/icono_link3.png');
    background-repeat: no-repeat;
    background-position: left;    
    padding-top: 8px;
    padding-left: 16px;
    height: 25px; 
    text-decoration: none;
    background-color: #ffffff;
    /*border-width : 1px;
    border-style: solid;
    border-color: #c67963; 
    border-top: 0px;*/
    outline: none;
    font-size : 1em ;
    border-bottom-color: #9C3C18;
    border-bottom-style: dotted;
    border-bottom-width :1px ;
}

.divcuerpo_MenuLeft a.enlace_level_1:hover{
      
    color: #c67963;
    padding-left: 16px; 
    background: url('../images/icono_hover.png');
    background-repeat: no-repeat;
    background-position: left;
    background-color: #ffffff;      
}

.divcuerpo_MenuLeft a.enlace_level_2, .divcuerpo_MenuLeft a.enlace_level_2:visited,  .divcuerpo_MenuLeft a.enlace_level_2:link{
    color:#999999;
    background-color: inherit;
    background-image: url('../images/submenu1_2.png');
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 12px;
    padding-left: 14px;
    text-decoration: none; 
}                       

.divcuerpo_MenuLeft a.enlace_level_2:hover{
    color:#c67963;
    background-color: inherit;
    text-decoration: underline;
} 

.divcuerpo_MenuLeft a.enlace_level_3, .divcuerpo_MenuLeft a.enlace_level_3:visited,  .divcuerpo_MenuLeft a.enlace_level_3:link{
    color:#666666;
    background-color: inherit;
    background-image: url('../images/submenu2.png');
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 20px;
    padding-left: 10px;
    text-decoration: none;
}


.divcuerpo_MenuLeft a.enlace_level_3:hover{
    color:#000000;
    background-color: inherit;
    text-decoration: underline;
} 

#enlace_level_1{
    padding-top: 1px;
    margin-bottom: 1px;
    
    
}

#enlace_level_2{    
    padding-top: 1px;
    margin-bottom: 1px;    
}

#enlace_level_3{    
    padding-top: 1px;
    margin-bottom: 1px;    
}

#enlace_level_4{
   padding-top: 1px;
   margin-bottom: 1px;
}

/****************************************************/
/* CUERPO                                           */
/****************************************************/
#divcuerpo{
    margin: 0;
    padding-left: 190px;
    /*
    border-style: dashed;
    border-width: 1px;
    border-color: #c67963; 
    */
}

#footer{
    width: 100%;
    height: 31px;
    padding-top: 25px;
    background-color: #313031;
    margin-top: 150px;
    text-align: center;
    color: #ffffff;
    font-size: 1.0em;
    font-weight: bold;
}
#footer a {
    color: #ffffff;
    background-color: inherit;
}
#footer a:hover {
    color: #9C3C18;
    background-color: inherit;
}

#pie{
    font-size: 0.8em;
    color: #ffffff;
    background-color: inherit;
    text-align: center;
    padding-bottom: 10px;
}

#salto{
    clear: both;
}

/***********************************************/
/*DIV MODULOS GENERICA*/
/***********************************************/
h3{    
    margin-top: 3px;    
    background-image: url('../images/content.png');
    background-repeat: no-repeat;
    background-position: left;
    border-bottom-color: #9C3C18;
    border-bottom-style: solid;
    border-bottom-width :1px ;    
    line-height: 29px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 6px;
    width: 95%;
    font-style: normal;
    font-weight: bold;        
    font-size: 1.2em;                 
    text-align: left;
    text-transform: uppercase;
}
.divtext_moduletable{
   text-align:left;
   font-style: normal;
   padding-left: 5px;
   padding-right: 15px;
}
.divFondo{
    padding-left: 0px;
    margin-right: 15px;
   /* filter: alpha(opacity=20);*/
   /* opacity: .2;*/
    position: absolute;
}
/**************************************/
/*LOGIN*/
/**************************************/ 
#divlogin{
    border-bottom-color: #9C3C18;
    border-bottom-style: dotted;
    border-bottom-width :1px ;
    margin-top: 20px;
}

.input_login{
    margin-left:5px;
    width: 100px;
    font-size: 0.9em;
    
}               
.login{
   color:#000000;
   font-size: 0.9em;
   background-color: #ffebc6;
   margin-bottom: 5px;    
}
.login_label{
    float:left;
    width: auto;
    text-align: right;
    padding-top: 4px;
    padding-bottom : 4px;
    height:20px;
    /*border:1px solid #FF0000;*/
}
.login_input{
    padding: 4px; 
    height:20px;
    /*border:1px solid #FF0000; */
}              
.textlogin{
    text-align: center;
    padding-top: 5px;
    line-height: 30px;
    padding-bottom: 5px;
}
.btnlogin{
    padding-top: 5px;
    text-align: center;
    padding-bottom: 5px;
}

/*****************************************************************/
/*viejo*/
/****************************************************************/
.moduletable{
    /*padding-right: 20px;*/
    text-align: left;
    width:99%;
}

.moduletable th{
    font-size: 1.2em;
    font-style: normal;
    font-weight: bold;                         
    text-align: left;
    border-bottom-color: #c67963;
    border-bottom-style: solid;
    border-bottom-width :1px ;                                
    background-position: left center;
    padding-left: 5px;
    height: 20px;
    color:#c67963;
    background-color: inherit;
     
}
.moduletable td{     
    font-style: normal;
    /*background-color: #f9edf6;*/
    padding-left: 5px;
    height: 20px;
    text-align:justify;
     
}

.moduletable td a , .moduletable td a:link, .moduletable td a:visited,  .moduletable td a:active {
    color:#c67963;
    background-color: inherit;
    text-decoration: none; 
}
.moduletable td a:hover{
    color:#000000;
    background-color: inherit;
    text-decoration: underline; 
}  
 /****************************************************/
/* NEWS                                             */
/****************************************************/
.td_news_iz{
  background-image: url('../images/news_left.jpg');
  background-repeat: no-repeat;
  width: 8px;
}
.td_news_ri{
  background-image: url('../images/news_right.jpg');
  background-repeat: no-repeat;
  width: 8px; 
}
.td_news_ce{ 
  background-image: url('../images/news_center.jpg');
  background-repeat: repeat-x;
}
/********************************************************/
/*TABLA MODULO DE NOTICIAS*/
/*********************************************************/
.moduletable_noticias{
    padding-right: 20px;
    text-align: left;
           
}
.moduletable_noticias th{
    
    font-size: 1.1em;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
    padding-left: 5px;
    text-transform: uppercase;
    height: 30px;
    color:#c67963;
    background-color: inherit;
    text-align: left;
    }
.moduletable_noticias td{
    
     
}
.autor{
    font-size: 0.8em;     
    color: #CCCCCC;
    background-color: inherit;
}

a.ultimas_noticias, a.ultimas_noticias:visited , a.ultimas_noticias:link a.ultimas_noticias:focus{
    color:#FFFFFF;
    background-color: inherit;     
}

a.ultimas_noticias:hover{
    color:#CCCCCC;
    background-color: inherit;
}
/********************************************************/
/*TABLA MODULO DE CONTACTOS*/
/*********************************************************/
.divcontenedor_contacto{
    width:95%;
    padding-right: 20px;
    margin-top: 10px;
    min-height: 200px;
}
.divcabecera_contacto{
    text-align: left;
    color:#000000;
    background-color: inherit;
    padding-left: 5px;
    margin-bottom: 10px;
    font-weight: bold; 
}
.divtext_contacto{
    text-align: left;
    padding-left: 10px;
    padding-right: 0px;
    float: left;
    width: 250px;
    min-height: 150px;
    padding-top: 5px;
}
.divlinea_contacto{
    width:1px;
    min-height:160px;
    color: inherit;
    background-color:#c67963;
    float:left;
}

.legend{
    color:#c67963;
    background-color: inherit;
    padding-left: 5px;
    padding-right: 5px;
}  
.fieldset_contacto{
    padding-top:30px;
    padding-left:30px;
    width:90%;
    border-style: solid;
    border-width: 1px;
    border-color: #c67963;
   
}
.input_contacto{
   
   
   width: 300px;
}

.textarea_contacto{
   height: 100px;
}

.submit{
    
    /*border-color: #c67963;*/
    border-style: solid;
    border-width: 1px;
    background-color:#c67963 ;
    cursor: pointer;
    color: #FFFFFF;
    
}
#diverror{
   color: #FF0000;
    background-color: inherit;
}
#divformcontacto{
    
}
/*********************************************/
/* GALERIA DE IMAGENES*/
/**********************************************/
.moduletable_fotos{
    
    
}

.moduletable_fotos th{
    font-size: 1.1em;
    font-style: normal;
    font-weight: bold;
    padding-left: 5px;
    text-transform: uppercase;
    height: 30px;
    color:#c67963;
    background-color: inherit;
    text-align: left;               
    background: url('../images/module_table_th.jpg');
    background-repeat: repeat-x;                                 
    background-position: left center;    
}
#divalbum{
    
    margin-left:120px;
    margin-top:5px;
    padding:5px;
    font-size: 1.1em;
    font-style: normal;
    font-weight: bold;                    
    background: url('../images/module_table_th.jpg');
    background-repeat: repeat-x;                                 
    background-position: left center; 
    /*background-color:#efcdef;*/
}
#divalbum_texto{
    margin-left:120px;
    padding:5px;
    /*background-color:#f9edf6;*/
}

.album{   
    font-size: 1.1em;
    color:#FF0000;
    background-color: inherit;
}

#divimagenes{   
    margin: 10px;
    padding: 10px;
    float:left;
    width: 100px;
    border-style: solid;
    border-color: #c67963;
    border-width: 1px;    
}
div.titulo{
    font-size:1.2em;
    font-weight:bold;
    color:#9C3C18;
    background-color: inherit;
}
div.texto{
    padding-top:5px;
    font-size:10px;
    font-weight:bold;
    color:#666666;
    background-color: inherit;
}
div#toolTipLayer {
  position:absolute; 
  visibility:hidden;
  left:0;
  top:0; 
  color: inherit;
  background-color:#fbdbdb;
  border-width :1px;
  border-style:solid;
  border-color: #c67963; 
  width:auto;
  padding:4px;
  font-size:11px;
  line-height:1.2em;
}
/*********************************************/
/* Encuestas*/
/**********************************************/
.moduletable_encuesta{
    
    border-style: dotted;
    border-width: 1px;
    border-color: #c67963;
}

.moduletable_encuesta th{
    font-size: 0.8em;
    font-style: normal;
    font-weight: bold;
    padding-left: 5px;
    text-transform: uppercase;
    color:#FFFFFF;
    height: 30px;
    text-align: left;
    background-color: #c67963;    
}
.moduletable_encuesta td{    
    font-size: 1.0em;
    padding-left: 5px;
    text-align: left;
    /*background-color: #fbebf7;     */
}

.moduletable_encuesta a,  .moduletable_encuesta a:link, .moduletable_encuesta a:visited, .moduletable_encuesta a:active,  .moduletable_encuesta a:focus{
    text-decoration: none;
    color: #c67963;
    background-color: inherit;
    font-size: 0.9em;     
}

.moduletable_encuesta a:hover{
    color:#000000;
    background-color: inherit;
}

.submit_encuesta{
    margin: 5px;     
    border-style: solid;
    border-width: 1px;
    border-color: #c67963;
    font-size: 0.9em;
    color:#c67963; 
    background-color: inherit;    
}

/***************************************************/
/* TABLA carrito*/
/***************************************************/
.table_carrito{
    color:inherit;
    background-color:#F1F3F5;
    text-align:left;
    /*width: 600px;*/
}

.table_carrito th{
    background-image: url(../images/images/top_nav_hover_bg.png); 
    background-repeat: repeat-x;
     
}

.table_carrito td{
    color:#666666;
    background-color: inherit;
}
.table_carrito tr.odd{
    color:inherit;
    background-color:#e6e1e4;
} 
.table_carrito tr.even{
    color: inherit;
    background-color:#fbdbdb;
}
.table_carrito td a, .table_carrito td a:link, .table_carrito td a:visited, .table_carrito td a:active {
    color : #000000;
    background-color: inherit;
    text-decoration:none;
}
.table_carrito td a:hover{
    color:#1E90FF;
    background-color: inherit;
    text-decoration:underline;
}

a.carrito:link, a.carrito:visited {
    color: #666666; 
    background-color: inherit;
    font-weight:normal;
    text-decoration:none;
}

a.carrito:hover {
    text-decoration: underline;
    color: #1E90FF;
    background-color: inherit;
}
.cell{
    padding-left: 10px;
    padding-right: 10px;
}
.total{
   padding-left: 10px;
   padding-right: 10px;
   line-height: 100px;
   font-size:1.1em;
}
/*********************************************
Catálogo de productos
*********************************************/ 
#divcatalogo{
    text-align: justify;
    padding-top:0px ;
    padding-bottom: 0px;
    height:180px;
}
  
#divcomprar{
    text-align: justify;
    padding-top:10px ;
    padding-bottom: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
}
#divcantidad{
    color: inherit;
    background-color:#f1eeee;
    padding: 5px;
    font-size: 1.2em;
}
.precio{
    color:#c67963;
    background-color: inherit;
    font-size: 1.2em;
    float:left;
    padding-right: 5px;
    font-weight: bold;
    width: inherit;
}
.tachar{
    color:#000000;
    text-decoration: line-through;
    padding-right: 5px;
    background-color: inherit;
}
.azul{
    color: #6385E6 ;
    background-color: inherit;
    height: 1px;
}
.color_borde{
    border: 1px solid #a90b2e;
    background-color: #FFFFFF;
    color: #000000; 
}
/**********************************************
CESTA
***********************************************/
#cesta{
    border-width:1px;
    border-style:solid;
    border-color:#c67963;
    margin-bottom: 10px;
        
}
/*************************************
LEER MÁS
*************************************/
a.readon_bloque:link, a.readon_bloque:visited {
/* c67963 */
  color            : #c67963;
  background-color: inherit;
  font-size        : 1.0em;
  background       : url(../images/Documents_Forward.gif) no-repeat;
  white-space      : normal;
  font-weight      : bold;
  padding          : 1px 0 3px 18px;
  float            : right;
  width: auto;
  line-height      : 10px;
  text-decoration  : underline;
}
a.readon_bloque:hover {
  color            : #9C3C18;
  background-color: inherit;
  font-size        : 1.0em;
  background       : url(../images/Documents_Forward.gif) no-repeat;
  white-space      : normal;
  font-weight      : bold;
  padding          : 1px 0 3px 18px;
  line-height      : 10px;
  text-decoration  : underline;
}

/*********************************************/
/* SISTEMA DE TICKETS*/
/**********************************************/
#divcabecera_user{
    border-style: solid;  
    border-width: 1px;
    border-color: #c67963;
    padding: 5px;  
}
#divcabecera_categoria{
    border-style: solid;  
    border-width: 1px;
    border-color: #c67963;
    background-color: #FAFAFA;
    color:#000000;
    padding: 5px;
    font-size: 1.2em;  
}

#divbuscador{                 /*
    border-style: dotted;  
    border-width: 1px;
    border-color: #6385E6;*/
    padding:2px 5px 0px 0px;    
    text-align: right;
}
.moduletable_tickets_cabecera th{

    font-size: 1.1em;
    font-style: normal;
    font-weight: bold;
    padding-left: 5px;
    text-transform: uppercase;
    color:#c67963;
    text-align: left;
    background-color: #FAFAFA; 
}
.moduletable_tickets{
    
    border-style: solid;
    border-width: 1px;
    border-color: #c67963;
}

.moduletable_tickets th{
    font-size: 1.1em;
    font-style: normal;
    font-weight: bold;
    padding-left: 5px;
    text-transform: uppercase;
    color:#FFFFFF;
    text-align: left;
    background-color: #b57258; 
}
.moduletable_tickets tr.even{
    color: inherit;
    background-color: #fbeeee;
}                       

.moduletable_tickets tr.odd{
    color: inherit;
    background-color: #FAFAFA;
}
.moduletable_tickets td{    
    font-size: 1.0em;
    padding-left: 5px;
   /* text-align: left;    */
}
.moduletable_tickets td.cabecera{    
    font-size: 1.0em;
    padding-left: 5px;
    color:#000000;
    background-color: #FAFAFA;
    border-top-color:#000000;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color:#000000;
    border-bottom-style: solid;
    border-bottom-width: 1px;         
}

.moduletable_tickets td.cuerpo{    
    font-size: 1.0em;
    padding-left: 5px;
    color:#000000;
    /*background-color: #eaeaea;*/
    background-color: #FFFFFF; 
    height: 50px;         
}

.moduletable_tickets a,  .moduletable_tickets a:link, .moduletable_tickets a:visited, .moduletable_tickets a:active,  .moduletable_tickets a:focus{
    text-decoration: none;
    color: #c67963;
    background-color: inherit;
    font-size: 0.9em;
    
}

.moduletable_tickets a:hover{
    color:#000000;
    background-color: inherit;
}
.input_tickets{
  width: 300px;  
}
.submit_tickets{
    margin: 5px;     
    border-style: solid;
    border-width: 1px;
    border-color: #c67963;
    font-size: 0.9em;
    color:#c67963;
    background-color: inherit;     
}
.color_gris{
    color:#666666;
    background-color: inherit;
}
/****************************************************/
.alcenter{
    text-align: center;
 }
.alderecha{
    text-align:right;
}
.alizda{
    text-align:left;
}

div#divvolver{
    color:#c67963;
    background-color: inherit;
    font-size: 0.8em;
}
.peque{
    font-size: 0.8em;
}
/*ESTILOS AJAX*/
.error{
    border-color: #CC0000;
    border-style:solid;
    border-width:1px;
    color: inherit;
    background-color: #fab5d1;
 }
 .normal{  
    border-color: #000000;
    border-style:solid;
    border-width:1px;
    color: inherit;
    background-color:#f6f7e7;  
 }
 .correcto{  
    border-color: green;
    border-style:solid;
    border-width:1px;
    color: inherit;
    background-color:#dbef92; 
     
 }
 .error_textarea{
    border-color: #CC0000;
    border-style:solid;
    border-width:1px;
    color: inherit;
    background-color: #fab5d1;
    height: 100px;
 }
 
 .correcto_textarea{
    border-color: green;
    border-style:solid;
    border-width:1px;
    color: inherit;
    background-color:#dbef92;
    height: 100px;
 }
 .error_rojo{
    margin-left: 310px;
    padding-left: 12px;
    background: url('../images/bocadillo.png');
    background-repeat: no-repeat;
    color:#FFFFFF;
    background-color: inherit;
    padding-top: 5px;
    font-size: 0.8em;
    height: 50px;
    font-weight: bolder;
 }
 .correcto_verde{
    color:#7bac2f;
    background-color: inherit;
 }
 
 #mensajeCorreo{
    border-color: #c67963;
    border-style:solid;
    border-width:1px;
    background-color:#fafafa;
    height : 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 26px;
    font-size: 1.5em;
    color:#cc0000;
    width:98%;
    
 } 
 #divtexto{
    float:left;
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: auto;
 }
 
 #divBordeCatalogo{
    border-width: 1px;
    border-style: solid;
    border-color: #c67963;
    width: 44%;
    margin: 2px;
    height: 300px;
    float:left;
    padding: 18px;
    
 }
 
 .divGastos{
    margin : 20px;
    color: inherit;
    background-color:#F1F3F5;
    text-align:right;
    padding: 15px;
    border-bottom-color:#c67963 ;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-color:#c67963 ;
    border-top-width: 1px;
    border-top-style: solid;
 }
 /***************************
 Galeria Fotos
 *****************************/
#dhtmlgoodies_slideshow{
    width:99%;    /* Total width of slideshow */ 
}

#previewPane{
    border:1px dotted #9C3C18;
    margin-bottom:10px;    
    text-align:center;
    vertical-align:middle;
    padding-top:10px;
    padding-bottom: 10px;
    position:relative;
    
    /* CSS HACK */
    height: 432px;    /* IE 5.x */
    height/* */:/**/420px;    /* Other browsers */
    height: /**/420px;
    height: auto;
            
}
#previewPane img{
    line-height:400px;
    border:1px solid #000000;
    padding: 10px;
    background-color: #eaeaea;
}
#previewPane #largeImageCaption{    /* CSS styling of image caption below large image */
    font-style:italic;
    text-align:center;
    font-size:0.9em;
}
#galleryContainer{
   
    height:108px;    /* Height of the images + 2 */
    border:1px dotted #9C3C18;
    position:relative;
    overflow:hidden;
    padding:1px;
    padding-top: 20px;  
    
    /* CSS HACK */
    height: 108px;    /* IE 5.x - Added 2 pixels for border left and right */
    height/* */:/**/106px;    /* Other browsers */
    height: /**/106px;
            
}
#arrow_left{
    position:absolute;
    left:0px;
    top:0px;
    z-index:10;
    background-color: #FFF;
    padding:1px;
}
#arrow_right{
    position:absolute;
    right:0px;
    top:0px;
    z-index:10;
    background-color: #FFF;
    padding:1px;        
}
#theImages{
    position:absolute;
    height:100px;
    left:40px;
    width:100000px;
}

#theImages #slideEnd{
    float:left;
}
#theImages img{
    float:left;
    margin: 2px;
    padding:1px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor:pointer;
    border:1px solid #9C3C18;
}

#waitMessage{
    display:none;
    position:absolute;
    left:280px;
    top:150px;
    background-color:#FFF;
    border:3px double #000;
    padding:4px;
    color:#555;
    font-size:0.9em;
    font-family:arial;    
}

#theImages .imageCaption{
    display:none;
}

/***********************
Enlaces de interes
************************/
.img_e_interes{
    border:1px solid #f47017; 
    width:100px;
    float:left; 
    padding:5px; 
    margin-right:10px;
}

/***************************
 Menu Restaurante
*****************************/
.divMenuRestaurante{
    
    /*background: url('../images/menuRestaurante.jpg');*/
    background-color: #ffebc6; 
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 15px;
    padding-top: 25px;
    width:650px;  
}
.nombreMenuRestaurante{
    font-size: 2.5em;
    font-family: Times New roman;
    font-style: oblique;
    font-weight: bold;
    text-align: left;
    color: #9C3C18;
     padding: 5px;
    border-bottom: 1px solid #9C3C18;
}
.menuRestaurante{
    margin-left: 15px;
    font-size: 1.8em;
    font-family: Times New roman;
    font-style: oblique;
    font-weight: bold;

}

.platos{
    margin-left: 50px;
    font-style: oblique;
}
/**********************************************************/
/*TABLA MODULO DE para  HOME            */
/**********************************************************/
.moduletable_destacados{
    margin-top: 0px;
    text-align: left;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/**************************************
Redes Sociales

***************************************/
.redes{
    color:#B2B2B2;
    font-size: 1.0em;
    
    float:left;
}
