
/*----------------------------------------
Name: global.css
Developed by:
Date Created:
Last Updated:
Copyright:
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("css/reset.css");


/* Elements
----------------------------------------*/
body
{
	background-color:#000000;
	background: url(../images/fondo.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}

body, p, td, th, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.875em;
	line-height:1.5em;
	color:#000000;
}

#mainContainer
{
	width:950px;
	margin: 15px auto;
}

p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a{color:#0f436e;cursor:pointer;text-decoration:none;}
	a:link{color:#FFF; text-shadow:1px 1px #113c67;}
	a:visited{color:#0e8bff;}
	a:hover{border-color:#FFF;color:#113c67; text-shadow:1px 1px #FFF;}
	a:active{border-color:#444;color:#444;}

h1
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:2.125em;
}

h2
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.75em;
}


ul
{
	margin-left:25px;
	list-style-type:none;
}

ol
{
	margin-left:25px;	
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}



/* Header
----------------------------------------*/
#header
{
	width:950px;
	height:50px;
	text-align:center;
}

		
/* Main Content
----------------------------------------*/
#mainContent
{
	width:950px;
	text-align:center;
}

/* Footer
----------------------------------------*/
#footer
{
	width:950px;
	height:30px;
	text-align:center;
	text-shadow:1px 1px #000;
	color:#FFF;
	font-size:1.25em;
	margin-top:20px;
}

#footer p 
{
	font-size:.825em;
	color:#FFF;
}


