/* Design by Angel Julian of Desarrollo de soluciones abiertas @ http://www.solucionesabiertas.es  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);

/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px auto;
	text-align:center;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px auto;
	text-align:center;
	background-color: #000;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;

	}

/*  Global Formatting */
h1, h2, h3 {
	font-weight: normal;
	color:#c64934;
}

h1 {font-size:28px;line-height: 1em;}
h2 {font-size:20px;line-height: 1em;}
h3 {font-size:16px;line-height: 1em;}
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 {color: #CC6600;}
a:hover {color: #659FDE;}
a:visited {color: #CC6600;}
a.image, a.image:hover  {border:0;}
li{ list-style: square;}
ul { 
	list-style: square;
	margin:0px;
	padding:0px;
	margin-left:6px;
}

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

/* #######################  END GENERAL SETTINGS ############################ */


