﻿/****************************/
/* Estilos para la galeria */
/****************************/

/* Contenedores  */

.ContenidoGaleria
{
  padding: 0px 0px 20px 0px;
}

.ContenedorSeries
{
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 0px 0px;
  width: 100%;
}

.ContenedorSerie
{
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  width: 100%; 
}

.ContenedorEnlaceVolver
{
  height: 50px;
  width: 100px;
  padding: 0px 0px 0px 5px;
  border-bottom: solid 1px #AAAAAA;
  text-decoration: none;
  text-align: left;
  font-size: 9pt;
  font-family: Lucida Sans Unicode;
}

.ContenedorGrabadoTexto
{
  border: solid 1px #000000;
  margin: 40px 0px 0px 10px;
  width: 600px;
}

.ContenedorSerieGrabadoTexto
{
  border: solid 1px #000000;
  margin: 40px 0px 0px 10px;
  width: 500px;
}

.ContenedorGrabado
{
  padding: 15px 10px 15px 15px;
  width: 300px; 
}

.ContenedorSerieGrabado
{
  padding: 15px 10px 15px 15px;
  width: 250px; 
}

.EspacioVerticalTextoGrabado
{
  height: 100%;
  padding: 15px 15px 15px 10px;
}

.ContenedorImagenesConMenu
{  
  padding: 0px 0px 0px 0px;
  margin: 100px 0px 20px 0px;
  width: 100%;
}

.ContenedorImagenConMenu
{
  border: solid 1px #000000;
  width: 500px;
  margin: 0px 0px 30px 0px;
}

.ImagenConMenu
{  
  padding: 20px 20px 15px 20px;
  text-align: center;
}

.TextoImagenConMenu
{
  padding: 0px 20px 15px 20px;
  text-align: center;
  font-family: Lucida Sans Unicode;
  font-size: 10pt;
  font-style: italic;
}


/* Textos */

.TituloGrabado
{
  font-family: Lucida Sans Unicode;
  padding: 0px 5px 5px 5px;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  width: 100%;
}

.DescripcionGrabado
{
  font-family: Lucida Sans Unicode;
  padding: 5px 5px 0px 5px;
  text-align: left;
  font-size: 10px;
  line-height: 15px;
}



/* Enlaces */

EnlaceSerie
{
  color: #353535;
  text-decoration: none;
  font-size: 10pt;
}

a.EnlaceSerie
{  
  font-weight: bold;  
  color: #353535;
  text-decoration: none;
  font-size: 10pt;
}

a.EnlaceSerie:link
{  
  font-weight: bold;  
  color: #353535;
  text-decoration: none;
  font-size: 10pt;
}

a.EnlaceSerie:visited
{
  font-weight: bold;  
  color: #353535;
  text-decoration: none;
  font-size: 10pt;
}

a.EnlaceSerie:hover
{
  font-weight: bold;  
  color: #AAAAAA;
  text-decoration: none;
  font-size: 10pt;
}

a.EnlaceSerie:active
{
  font-weight: bold;  
  color: #AAAAAA;
  text-decoration: none;
  font-size: 10pt; 
}

EnlaceVolver
{
  color: #AAAAAA;
  text-align: left;
  padding-right: 5px;
  text-decoration: none;
  font-size: 10pt;
}

a.EnlaceVolver
{  
  color: #AAAAAA;
  font-weight: bold;  
  text-decoration: none;  
  padding-right: 5px;
  font-size: 10pt;
}

a.EnlaceVolver:link
{  
  color: #AAAAAA;
  font-weight: bold;  
  text-decoration: none;  
  padding-right: 5px;
  font-size: 10pt;
}

a.EnlaceVolver:visited
{
  color: #AAAAAA;
  font-weight: bold;  
  text-decoration: none;
  padding-right: 5px;
  font-size: 10pt;
}

a.EnlaceVolver:hover
{
  color: #353535;
  font-weight: bold;  
  text-decoration: none;
  padding-right: 5px;
  font-size: 10pt;
}

a.EnlaceVolver:active
{
  color: #353535;
  font-weight: bold;  
  text-decoration: none;
  padding-right: 5px;
  font-size: 10pt;
}

