/*
 * RSGAL.CSS
 * 14.11.2003
 * HOJA DE ESTILOS DE LA GALERIA ROSALIA SENDER
 *
 */

/* Ppal
 */
.ppal {
  background-image : url(/img/fondo.jpg);
  font-family: Verdana,Arial,Helvetica;
  font-weight: normal;
  font-size: 9pt;
  color: #825252;
}

A{color:#fd261b}
A:visited{color:#A82F22}
A:link{color:#ca1300}
A:active{color:#825252}
A:hover{color:#825252}


/* Defecto
 */
.normal {
  font-family: Verdana,Arial,Helvetica;
  font-weight: normal;
  font-size: 9pt;
  color: #825252;
}

/* Titulo de listado
 */
.tit_l {
  text-align: center;
  font-family: Verdana,Arial,Helvetica;
  font-weight: bold;
  font-size: 11pt;
  color: #414141;
}

/* Autores (generico)
 */
.autor {
  line-height: 150%;
  font-weight: bold;
  font-size: 10pt;
  color: #FD261B;
  text-decoration: underline;
}

/* Autores (Fondo)
 */
.autorfondo {
  line-height: 150%;
  font-weight: normal;
  font-size: 10pt;
  color: #825252;
}

/* Area de autor
 */
.aautor {
  font-weight: normal;
  font-size: 9pt;
  color: #825252;
}

/* Obras (autor)
 */
.obra {
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}

/* Desc obra
 */
.dobra {
  font-size: 9pt;
  font-weight: normal;
  text-align: center;
}

/* Ficha Autor (Cabecera)
 */
.f_autor_cab {
  font-size: 14pt;
  font-weight: bold;
}
/* Ficha Autor (Titular)
 */
.f_autor_tit {
  font-size: 12pt;
  font-weight: bold;
}
/* Ficha Autor (Contenido del titular)
 */
.f_autor_con {
  font-size: 10pt;
  font-weight: normal;
  text-align: justify;
}

/* Ficha Obra (Titulo)
 */
.f_obra_tit {
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 0px;
  text-align: right;
}
/* Ficha Obra (Contenido)
 */
.f_obra_con {
  margin-top: 0px;
  font-size: 8pt;
  font-weight: normal;
  text-align: right;
}

/* Titulo de página
 */
.tit_pagina {
  text-align: center;
  font-family: Verdana,Arial,Helvetica;
  font-weight: bold;
  font-size: 12pt;
  color: #414141;
}

/* Ficha Exposicion (Titulo)
 */
.f_expo_tit {
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 0px;
}
/* Ficha Exposicion (Contenido)
 */
.f_expo_con {
  margin-top: 0px;
  font-size: 9pt;
  font-weight: normal;
}
