/* FORM */

.button {
	font			: normal 10px Arial, Helvetica, sans-serif;
	border          : 1px solid #aaa;
	background		: #fff;
	margin          : 2px;
}

.inputbox {
	font			: normal 10px Arial, Helvetica, sans-serif;
	border			: 1px solid #aaa;
	background		: #ffe;
	color			: #664;
	margin			: 2px;
}



/* LINK CATEGORY */

a.category:link, a.category:visited {
  font-weight      : bold;
}
.back_button a:hover {
	color			: #000000;
	background-image: url(/templates/_css/images/back.png);
	background-repeat: no-repeat;
	background-position: -2px -24px;
}

/* Structure Module (Módulos de estructura) */


BODY {
	margin			: 0;
	padding			: 0;
	border			: 0;
	color			: #CCCCCC;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(/2009/images/bk_fondo01.jpg);
}

	
/* Text Module (Módulos de texto) */


DIV {
	color			: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	background-color: #000000;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF99;
	font-weight: bold;
	background-image: url(/templates/_css/images/negro_al50.png);
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}


P {
	color			: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


/*  Hypertext Module  (Módulos de Hipertexto Pseudoclasses)  */

A:link     {
	color            : #FF9900;
	text-decoration  : none;
	font-weight: bold;
}
A:visited	{
	color            : #9D4B1A;
	text-decoration  : none;
	font-weight: bold;
}

A:hover {
	color            : #FFFF99;
	text-decoration  : underline;
	font-weight: bold;
}

A:active  {
	color            : #999999;
	text-decoration  : underline;
}


/* List Module (Módulos de Listados) */


UL {
	list-style-image: url(/templates/_css/images/indent.png);
}


/* Forms Module (Módulos de Formularios) */


FORM  {
	margin			: 0;
	padding			: 0;
	border			: 0;
}


/* Table Module (Módulos de Tablas) */


TD {
	color			: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


/* Image Module (Módulos de Imagenes) */

IMG {}

/* Horizontal Rule Module (Módulos de Línea Horizontal) */

HR {
	color			: #333333;
	height			: 1px;
	width			: 100%;
}
.titulo_catalogo {
	font-size: 18px;
	font-weight: normal;
	color: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pie_pagina, a.link_pie_pagina {
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
