/* 
    Document   : index
    Created on : 10-feb-2011, 11:01:42
    Author     : Equipo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
html{
    
}
root { 
    display: block;
}
body{
    text-align: center;
    font-family: Helvetica ;
    background-color: #c6e7fa;
    font-weight: bold;
/*background-color: #ffffff;*/
    
}
#divContenedor{
    width:1000px;
    margin: 30px auto;
background-color: #ffffff;
/*   background-color: #f6f0c4;*/
}
#divCabecera{
    width: 100%;
    height: 150px;
    background-image: url('../imagenes/cabeceraGrande.png');
}
#divMenuArriba{
    width: 1000px;
    height: 30px;
    line-height: 30px;
/* background-color: grey;*/
    text-align: center;
/*  margin-bottom: 20px;*/
    text-decoration: none;
   

}
#divContieneMenu{
    float:left;
    width: 200px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
    
/*    margin-top: 20px;*/
}
.divMenuIzquierdaEtiqueta
{
    /*float:left;*/
    width: 90%;
  margin: 0 auto;
   background-image: url('../imagenes/etiqueta.png');
   background-repeat: no-repeat;
   height: 40px;
   line-height: 40px;
   font-weight: bold;
   color:#ffffff;
}
.divMenuIzquierda{
    
   margin: 0 auto;
    width: 90%;
   /* color:#d3cb6a;*/
   color: #e1d229;
    /*border: solid 1px;*/
   /* float: left;
    clear: both;*/
  
 background-color:#0060ae;
}
#contieneCuerpo{
/*    width: 100%;*/
   margin-top: 6px;
}
#divContenido{
    
    width: 800px;
 background-color: white;
 float:right;
 
 
    
}

.divContenidoPages{
       width:100%;
 background-color: white;
/*float: right;*/
/*float:inherit;*/
/* margin-bottom: 50px;*/
  background-image: url('../imagenes/fondo.png');
  float: inherit;
/* margin-top: 10px;*/
 /* color:#d3cb6a;*/
/*  margin: 0 auto;*/
   color:#e1d229;
  
 

  text-align: left;
  }
  .contienePages{
      width: 800px;
      float: right;
      margin: 10px 0;
      text-align: center;
      
}
  .EtiquetaContiene
  {
      margin: 0 auto;
      width:97%;
     
       background-color:#ec2d24;
       text-align: center;
     
}
.etiquetaGrande{
    height: 40px;
    line-height: 40px;
    color:#ffffff;
    font-weight: bold;
    background-image: url('../imagenes/etiquetaGrande.png');
      background-repeat: no-repeat;
}
  

#divPie{
   
    width: 100%;
    clear: both;
    background-color:#ec2d24;
    text-align: center;
    font-size: small;
    color:#ffffff;
    

   

}
#contMoving{
    width: 800px;
    text-align: center;
    margin-bottom: 2px;
    
}


.slideshow { height: 232px; width: 232px; margin: auto }
.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #0060ae; }





.menu1 {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(../imagenes/button1.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;outline: 0;list-style:none;outline-style:none;}
.menu1 li {float:left;}
.menu1 li a {list-style:none;outline-style:none;text-decoration: none;display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu1 li a b {list-style:none;outline-style:none;text-decoration: none;float:left; display:block; padding:0 16px 0 8px;}
.menu1 li.current a {list-style:none;outline-style:none;text-decoration: none;color:#fff; background:url(../imagenes/button3.gif);}
.menu1 li.current a b {list-style:none;outline-style:none;text-decoration: none;background:url(../imagenes/button3.gif) no-repeat right top;}
.menu1 li a:hover {list-style:none;outline-style:none;text-decoration: none;color:#fff; background:#000 url(../imagenes/button2.gif);}
.menu1 li a:hover b {list-style:none;outline-style:none;text-decoration: none;background:url(../imagenes/button2.gif) no-repeat right top;}
.menu1 li.current a:hover {list-style:none;outline-style:none;text-decoration: none;color:#fff; background:#000 url(../imagenes/button3.gif);}
.menu1 li.current a:hover b {list-style:none;outline-style:none;text-decoration: none;background:url(../imagenes/button3.gif) no-repeat right top;}


a{
outline:0;
outline-style:none;
text-decoration: none;
}

a img {border:0;}
a {border:0;}

.enlaceMenu{
    outline: 0;
    border: 0;
    text-decoration: none;
    color:green;
    /*color:#d3cb6a;*/
    color : #e1d229;
   font-size: 12pt;
   height: 50px;
   
 
}
.enlaceMenu a:hover{
    text-decoration: none;
    outline:0;
}