/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);
@import url(menus.css);
@import url(cajas.css);


/* #######################  GENERAL SETTINGS ############################ */
/*html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #CCCCFF;
}*/

body {
	font: 10pt Verdana, Geneva, sans-serif;	
	color: #111;
	margin-top: 0px;
	background-color: #990000;
	}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {
	font: 18px Verdana, Geneva, sans-serif;
	color: #900;
}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}
a:link {color: #900;}
a:hover {
	color: #900;
	text-decoration:underline;
	}
a:visited {color: #900;}
img {border: 0 none;}

p { margin-top: 0; margin-bottom: 5px; }

ul {list-style: none;}

/*p {
	line-height:130%;
	margin-bottom:-9px;
	
}*/

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
a.readon {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight: bold;	
}
