@charset "UTF-8";
/*
Body Style
----------------------------------------------------*/
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: url(images/brushed_bck.JPG) repeat;
	
}
h2, h3, h4
{
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0 0 0;
	text-align: center;
}
/*
Header Style
----------------------------------------------------*/
#Header
{
	margin: 0;
	padding: 0 100px 0 100px;
	background:url(images/fondo.jpg) no-repeat center;
	height: 4cm;
}
#Header h1
{
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: center;
	text-transform: none;
	letter-spacing: 0.3em;
	font: normal 1.4em/normal Georgia, "Times New Roman", Times, serif;
	color: #F90;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1cm;
}
/*
mainMenu Style
----------------------------------------------------*/
#mainMenu ul
{
	margin: 0;
	list-style-type: none;
	line-height: normal;
	padding: 0;
	text-align: center;
	margin-bottom: 3px;
	font-size: 0.8em;
	text-transform: uppercase;
}
#mainMenu ul li
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 3px 0 3px 10px;
	background: url(images/mainMenu_Left.jpg) no-repeat top left;
}
#mainMenu ul li a
{
	text-decoration: none;
	padding: 3px 10px 3px 0;
	margin: 0;
	background: url(images/mainMenu_Right.jpg) no-repeat top right;
}
#mainMenu ul li a:link, #mainMenu ul li a:visited
{
	color: #3e3f2f;
}
#mainMenu ul li a:hover, #mainMenu ul li a:active
{
	color: #000000;
}
/*
Content Style
----------------------------------------------------*/
#Content_Top
{
	height: 15px;
	background: url(images/Content_Top.png) no-repeat center;
}
#Content
{
	background: url(images/Content.jpg) repeat-y center;
	min-height: 470px;
}
#Content_Bottom
{
	height: 15px;
	background: url(images/Content_Bottom.png) no-repeat center;
}
#Footer 
{
}
