/* Genéricos comunes a web capas */

.texto
{
   font-family: tahoma;
   font-size: 12px;
   font-weight: normal;
   color: #FCECC6;
}

.texto_creditos
{
   font-family: verdana;
   font-size: 10px;
   font-weight: lighter;
   color: #666666;
}

.capa_left
{
    float:left; 
  	display:inline;
    clear:none;
    margin-left:10px; 
}

.capa_right
{
    float:right; 
  	display:inline;
    clear:none;
    margin-right:10px;
}

.title_left
{
    float:left;
  	display:inline;  
    clear:none;
    margin-bottom: 10px;
}

.title_right
{
    float:left;
  	display:inline;  
    clear:none;
    margin-bottom: 10px;
    margin-left: 10px;
}

.aviso_legal
{
   font-family: arial;
   font-size: 9px;
   font-weight: normal;
   color: #C07F50;
}

/*
body
{

   scrollbar-base-color:#090000;
   scrollbar-arrow-color:#FFFF99;
   scrollbar-3dlight-color:#FCDF7C;
   scrollbar-darkshadow-color:#000000;
   scrollbar-highlight-color:#000000; 
   /*scrollbar-track-color:##21140E; 
   scrollbar-shadow-color:#FCDF7C;
}
*/

a:link
{
   font-style: italic;   
   color: #AF9059;
}

a:visited
{
   font-style: italic;   
   color: #80683E;
}

u
{
   font-family: arial;
   font-size: 11px;
   font-weight: light;
   color: #CCCCCC;
}

/* Noticias */

.noticia_completa
{
   _width:100%;    

   padding-left: 5px;
   padding-right: 5px;
   padding-top: 5px;      
   padding-bottom: 10px;
   margin-bottom: 15px;  
   margin-right: 15px;

   background-color: #000000;
   opacity:0.7;
   filter:alpha(opacity=70);

   border-left-width:1px;
   border-left-color:#FFFFFF;
   
   border-top-width:1px;
   border-top-color:#FFFFFF;
   
   border-right-width:1px;
   border-right-color:#333333;
   
   border-bottom-width:1px;
   border-bottom-color:#333333;
   
   border-style: solid;

}

.fecha_noticia
{
   font-family: tahoma;
   font-size: 12px;
   font-weight: lighter;
   color: #E2B55A;

   text-transform: lowercase;

}

.titulo_noticia
{
   font-family: verdana;
   font-size: 10px;
   font-weight: lighter;
   color: #C4C0A6;
   
   text-transform: uppercase;

}

.texto_noticia
{
   font-family: tahoma;
   font-size: 11px;
   font-weight: light;
   color: #FFFFFF;
   
   text-align: justify;
   
  /* padding-left: 10px;
   padding-right: 10px;
  */ 
   text-transform: none;
}


/* Conciertos */

.concierto_completo
{

   _width:100%;    

   padding-left: 5px;
   padding-right: 5px;
   padding-top: 5px;      
   padding-bottom: 10px;
   margin-bottom: 15px;  
   margin-right: 10px;
   
   background-color: #000000;
   opacity:0.6;
   filter:alpha(opacity=60);

   border-left-width:1px;
   border-left-color:#FFFFFF;
   
   border-top-width:1px;
   border-top-color:#FFFFFF;
   
   border-right-width:1px;
   border-right-color:#333333;
   
   border-bottom-width:1px;
   border-bottom-color:#333333;
   
   border-style: solid;
}

.item_conciertos
{ 
   font-family: verdana;
   font-size: 12px;
   font-weight: normal;
   color: #FFFFFF;
   
   text-transform: uppercase;
}

.texto_fecha_old
{ 
   font-family: verdana;
   font-size: 12px;
   font-weight: normal;
   color: #9A4242;
   
   text-transform: uppercase;
}

.texto_fecha_new
{ 
   font-family: verdana;
   font-size: 12px;
   font-weight: bold;
   color: #2C5A2A;
   
   text-transform: uppercase;
}

.titulo_info_concierto
{ 
   font-family: tahoma;
   font-size: 13px;
   font-weight: bold;
   color: #FFAA55;
   
   text-transform: uppercase;
}
.fecha_info_concierto
{ 
   font-family: tahoma;
   font-size: 14px;
   font-weight: bold;
   color: #DE9518;
   
   //text-transform: uppercase;
}

a.cronica
{ 
   font-family: arial;
   font-size: 13px;
   font-weight: normal;
   text-decoration:underline;
   color: #9CED51;
   
   //text-transform: uppercase;
}




/* Libro de visitas */

.texto_libro_read
{
   font-family: tahoma;
   font-size: 12px;
   color: #C4C0A6;
}

.texto_libro_read_titles
{
   font-family: tahoma;
   font-size: 12px;
   font-weight: heavy;
   color: #FFFFFF;
}

hr
{
  border-width: 0.1px;
  border-style: solid;
  border-color: #000000;
}



/* Discografia */

.disco_creditos
  {
    float:left;
    width: 300px;
    height: 145px;    
    padding-left: 5px;
    padding-top: 7px;
    border: 1px solid #FFFFFF;
    background-color: #000000;
    opacity:0.4;
    filter:alpha(opacity=40);
  }

.disco_links
  {
    float:right;
    width: 280px;
    height: 150px;
    padding-left: 5px;
    overflow:auto;
  }

.texto_creditos_disco
{
   font-family: courier new;
   font-size: 10px;
   color: #FFFFFF;
}


/* Biografia */

.texto_banda
{
     padding-right: 10px;
     text-align: left;
     font-family: verdana;
     font-size: 12px;
     font-weight: lighter;
     color: #C4C0A6;
}





/* Galería */

div.img_galeria
  {
  margin-left:15px;
  margin-top:20px;
  border:1px solid #000000;
  background-color: #C3BFA5;
  height:220;
  width:300;
  float:left;
  text-align:center;
  }
  
div.img_galeria img
  {
  display:inline;
  margin:4px;
  border:2px solid #A19A75;
  }
  
div.img_galeria a:hover img
  {
  border:2px solid #E1DFD3;
  }
  
div.desc
  {
  text-align:center;
  font-weight:normal;
  font-family: tahoma;
  font-size: 10px;
  font-weight: heavy;
  color: #000000;
  margin-left:15px;
  margin-right:15px;
  }
 
 
/* Formularios */

.textbox
{
   font-family: verdana;
   font-size: 12px;
   font-weight: lighter;
   color: #C4C0A6;
}

.multi_text
{
   font-family: verdana;
   font-size: 12px;
   font-weight: lighter;
   color: #000000;
}

.boton
{
   font-family: verdana;
   font-size: 12px;
   font-weight: lighter;
   color: #000000;
}
