/*
  graninsignia.com
  
  (c) 2005 Arcovía Digital
*/
/*
  Notas
  
  Burdeos: #7e2829;
  Ambar intenso: #e0cb60;
  Fondo general: #faf9e7;
  Fondo oscuro: #e6e1c3;
  Verde oliva oscuro: #585700;
*/
/*
  Común al documento en todas las secciones
  ------------------------------------------------------------------------------
*/
body {
  margin: 0px;
  border: 0px;
  padding: 0px;
}

/* 
  Estilos para párrafos y listas
*/
p, li {
	font-family : Garamond, serif, "Times new roman";
	font-size : 14px;
	color : #4b4b4b;
}

/*
  General enlaces
*/
a {
  color: #7e2829;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*
  Tabla principal con los contenidos.
*/
table.general {
  background-color: #faf9e7;
}

/*
  Pie siempre en blanco.
*/
table.general tfoot {
  background-color: white;
}

/*
  Menú y área superior
  ------------------------------------------------------------------------------
*/
td.idiomasportada {
  text-align: right;
  height: 80px;
  vertical-align: top;
  padding-right: 13px;
  background-image: url(/img/fondo.superior.gif);
  background-repeat: no-repeat;
  background-position: top right;
}

td.idiomasseccion {
  text-align: right;
  height: 80px;
  vertical-align: top;
  padding-right: 13px;
  background-image: url(/img/fondo.superior.gif);
  background-repeat: no-repeat;
  background-position: top right;
  background-color: white;
}

/* Logo */
td.logoportada {
  height: 100px;
  margin: 0px;
  vertical-align: bottom;
}

td.logosecciones {
  height: 100px;
  margin: 0px;
  vertical-align: center;
  text-align: center;
  background-color: white;
  border-bottom: 20px solid #7e2829;
}

/* Área de menú */
div.menu {
  padding-top: 1px;
  position: absolute;
  width: 573px;
  left: 200px;
  top: 82px;
  z-index: 50;
}

/* Estilos para opciones del menú principal */
div.menu td {
  font-family : Arial, Verdana, Serif;
  font-size : 12px;
  vertical-align: top;
  padding-left: 5px;
  width: 115px;
  z-index: 99;
  color : white;
  text-decoration: none;
}

/* Estilos para opción del menú principal actual */
div.menu td.ac {
  font-weight: bold;
  text-shadow: black 2px 2px;
  text-decoration: underline;
  font-weight: bold;
  color: white;
}
/* Estilos para opción del menú principal actual activa */
div.menu td.acactiva {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}

/* Grupo de opciones */
div.menu td div {
  background-color: #7e2829;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #a36761;
  padding: 3px;
  position: absolute;
  top: 18px;
  width: 160px;
  z-index: 99;
}

/* Separador de opciones */ 
div.menu p {
  margin: 5px 0px 0px 0px;
}

/* Estilos para opción de menú estado normal */
div.menu .op a {
  color: white;
  text-decoration: none;
  font-family: Arial, Verdana, Serif;
  font-size: 12px;
}

/* Opción de menú estado normal sobrevolada */
div.menu .op a:hover {
  font-weight: bold;
}

/* Opción de menú estado activa */
div.menu .opactiva a {
  color: white;
  text-decoration: none;
  font-family: Arial, Verdana, Serif;
  font-size: 12px;
  font-weight: bold;
}

/*
  Contenidos
  ------------------------------------------------------------------------------
*/
/*
  Leyenda o columna central.
*/
td.leyenda {
  background-color: #e6e1c3;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: bottom left;
}

td.leyenda p {
  text-align: center;
  font-style: italic;
  margin: 10px 5px 5px 5px;
  color: black;
}

/*
  Específicos portada
  ------------------------------------------------------------------------------
*/
/*
  Ilustración de portada que va cambiando.
*/
td.ilportada {
  background-repeat: no-repeat;
  background-position: bottom right;
}

table.general tfoot td.separador {
  background-color: #e0cb60;
  padding-top: 5px;
  height: 5px;
}

table.general tfoot td.subenlaces {
  height: 30px;
  text-align: left;
  padding-left: 5px;
  background-color: white;
}

td.subenlaces a {
	font-size : 14px;
  font-family : Arial, Verdana, Serif;
}

/*
  Relación de noticias
*/
td.noticias {
  background:url(/img/selloscalidad.gif) no-repeat bottom right;
  text-align: right;
  vertical-align: top;
  padding-right: 13px;
}

/*
  Fecha
*/
td.noticias p {
  font-size: 10px;
  font-weight: bold;
  margin: 10px 0px 0px 0px;
}

/*
  Título
*/
td.noticias h1 {
  margin: 0px;
}

td.noticias h1 a {
  font-style: italic;
  font-size: 13px;
  color: black;
}

/*
  Subtítulo
*/
td.noticias h2 {
  margin: 0px;
}

td.noticias h2 a {
  font-size: 12px;
  color: #7e2829;
}

/*
  Secciones
  ------------------------------------------------------------------------------
*/
/*
  Columna de opciones
*/
/* Área de opciones */
td.opciones {
  background-color: #e6e1c3;
  vertical-align: top;
  padding-top: 5px;
  width: 200px;
}

/*
  Título grupo de opciones
*/
td.opciones h1 {
  padding: 3px 2px 5px 5px;
  margin: 0px;
  font-size: 18px;
  color: #585700;
	font-family : Arial, Verdana, Serif;
  font-style: italic;
  font-weight: bold;
}

/*
  Opciones
*/
td.opciones p {
  padding: 3px 2px 3px 5px;
  margin: 0px;
  color: black;
  font-size: 14px;
  font-family : Arial, Verdana, Serif;
}

/*
  Título opción activa
*/
td.opciones p.activa {
  font-weight: bold;
}

/*
  Título opción inactiva
*/
td.opciones p.inactiva {
}

td.opciones p.inactiva:hover {
  text-decoration: underline;
}

/*
  Alberga los contenidos en texto de secciones y contacto
*/
td.textos {
  padding: 5px;
  vertical-align: top;
  width: 415px;
}

td.textos p {
  text-align: justify;
  text-indent: 1em;
}

td.textos p:first-letter {
  font-size: 16px;
  font-weight: bold;
}

td.textos h1 {
  font-family : Arial, Verdana, Serif;
  font-size: 14px;
}

td.textos h2 {
  font-family : Arial, Verdana, Serif;
  font-size: 12px;
  font-style: italic;
}

/*
  Titulo y composición general
*/
td.titulosec {
  height: 124px;
  vertical-align: bottom;
  width: 150px;
}

td.titulosec p {
  color: #585700;
  font-size: 18px;
  font-family: Arial, Verdana, Serif;
  text-align: center;
  padding-bottom: 5px;
}

td#iluizqsec {
  background-color: #e6e1c3;
  background-repeat: no-repeat;
  background-position: top right;
}

td#iludersec {
  background-repeat: no-repeat;
  background-position: top left;
}

/*
  Catálogo de productos.
  ------------------------------------------------------------------------------
*/
/*
  Tabla con la ficha de un producto.
*/
table.producto {
  width: 575px;
}

table.producto td.fotos {
  width: 150px;
  text-align: center;
  vertical-align: top;
}

table.producto td.fotos img {
  cursor: pointer;
}

/*
  Alberga los datos de un producto
*/
table.producto td.datos {
  padding: 5px;
  vertical-align: top;
  width: 425px;
}

table.producto td.datos h1 {
  font-size: 16px;
  margin: 0px;
}

table.producto td.datos h2 {
  font-size: 14px;
  color: #7e2829;
}

table.producto td.datos p.eslogan {
  font-style: italic;
  margin: 0px;
}

/*
  Específico lista de enlaces
*/
td.enlaces {
  padding: 5px;
  vertical-align: top;
}

td.enlaces h1 {
  margin: 0px;
  font-weight: normal;
}

td.enlaces h1 a {
  color: blue;
  font-size: 14px;
}

td.enlaces h2 {
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
}

td.enlaces p {
  color: green;
  margin: 0px 0px 10px 0px;
}

/*
  Formularios
*/
input, textarea {
  font-family : Arial, Verdana, Serif;
  border: 1px solid black;
  font-size: 12px;
  width: 400px;
}

input:focus, textarea:focus {
  background-color: #7e2829;
  color: white;
}

td.textos form p {
  font-family: Arial, Verdana, Serif;
  font-size: 8pt;
  color: black;
  margin: 10px 0px 0px 0px;
  text-indent: 0px;
}

td.textos form p:first-letter {
  font-size: 8pt;
  font-weight: normal;
}
