/* CSS Aspecto */

*{margin:0px; padding: 0px;}

BODY {
	background-color: #700;
margin:0px;
padding:0px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#999999;
/*background-image:url(../imagenes/patron.gif);
background-repeat:repeat;*/
font-size:11px;
border-top:5px solid #110402;
}

/* Tipografias por defecto */

H1 {
font-size:20px;
color:#000;
font-weight:normal;
margin:2px 0px 2px 0px;
padding:0px;
}

H2 {
font-size:18px;
color:#000;
font-weight:normal;
margin:2px 0px 2px 0px;
padding:0px;
}

H3 {
font-size:16px;
color:#000;
font-weight:normal;
margin:2px 0px 2px 0px;
padding:0px;
}

H4 {
font-size:12px;
color:#333;
font-weight:bold;
margin:0px 0px 0px 10px;
padding:4px 0px 4px 0px;

}

H5 {
font-size:12x;
color:#333;
font-weight:normal;
margin:2px 0px 2px 0px;
padding:0px;
}

H6 {
font-size:9px;
color:#666;	
margin:2px 0px 2px 0px;
font-weight:normal;
padding:0px;
}

A:link    { color: #555;  font-weight: normal; text-decoration:underline;}
A:visited { color: #555;  font-weight: normal; text-decoration:underline;}
A:hover   { color: #000;  font-weight: normal; text-decoration:underline;}
A:active  { color: #555;  font-weight: normal; text-decoration:underline;}

select{
	font-size:10px;
}