/* Structure Module (Módulos de estructura) */


BODY {
	margin				: 0;
	padding				: 5px 0;
	border				: 0;
	text-align			: center;
	background-color	: #FFF;
	background-image	: url(../images/bg_document.png);
}

HTML {}


	
/* Text Module (Módulos de texto) */

ABBR {}

ACRONYM {}

ADDRESS {}

BLOCKQUOTE {}

BR {}

CITE {}

CODE {}

DFN {}

DIV {
	font		: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color		: #000;
}

EM {}

H1 {
	font		: bold 24px/28px Georgia, "Times New Roman", Times, serif;
	color		: #345;
}

H2 {
	font		: bold 18px/20px Georgia, "Times New Roman", Times, serif;
	color		: #345;
}

H3 {
	font		: bold 16px/18px Georgia, "Times New Roman", Times, serif;
	color		: #345;
}

H4 {
	font		: bold 14px/16px Georgia, "Times New Roman", Times, serif;
	color		: #345;
}

H5 {
	font		: bold 12px/14px Georgia, "Times New Roman", Times, serif;
	color		: #345;
}

H6 {
	font		: bold 11px/12px Georgia, "Times New Roman", Times, serif;
	color		: #345;
}

KBD {}

P {
	font			: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color			: #000;
}

PRE {}

Q {}

SAMP {}

SPAN {}

STRONG {}

VAR {}




/*  Hypertext Module  (Módulos de Hipertexto Pseudoclasses)  */

A:link     {
  color            : #345;
  text-decoration  : none;
}
A:visited	{
  color            : #345;
  text-decoration  : none;
}

A:hover {
  color            : #567;
  text-decoration  : underline;
}

A:active  {
  color            : #567;
  text-decoration  : underline;
}



/* List Module (Módulos de Listados) */

DL {}

DD {}

DT {}

LI {}

OL {}

UL {
	list-style-image	: url(../images/indent.png);
}



/* Edit Module (Módulos de Edición) */

DEL {}
    
INS {}





/* Forms Module (Módulos de Formularios) */

BUTTON {}

FIELDSET {}

FORM  {
	margin			: 0;
	padding			: 0;
	border			: 0;
}

INPUT {}

LABEL {}

LEGEND {}

SELECT {}

OPTGROUP {}

OPTION {}

TEXTAREA {}



/* Table Module (Módulos de Tablas) */

CAPTION {}

COL {}

COLGROUP {}

TABLE {}

TBODY {}

TD {
	font			: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color			: #000;
}

TFOOT {}

TH {}

THEAD {}

TR {}



/* Image Module (Módulos de Imagenes) */

IMG {}

/* Horizontal Rule Module (Módulos de Línea Horizontal) */

HR {
	color			: #ddd;
	height			: 1px;
	width			: 100%;
}