@charset "utf-8";

body 
{
	margin:0;
    padding:0;
    border:0;
    width:100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#000000;
	text-align: center;
	color: #000000;
}

#container
{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-512px;
	width:1024px;
	background:url(images/container-bckgn.jpg) repeat-y #000000 center;
}

#header
{
	position:relative;
	width:1024px;
	height:320px;
	background:url(images/header-preview.jpg) #000000 no-repeat;
}

#collage
{
	width:205px;
	height:850px;
	position:absolute;
	right:0px;
	top:320px;
	background:url(images/collage.jpg) top left;
}

#menu
{
	float:left;
	width:189px;
	height:840px;
	position:relative;
	background:url(images/menu.jpg) #000000 no-repeat;
	text-align:center;
}

.menuIzq
{
	margin-top:162px;
}

#menu .item
{
	margin-left:-3px;
	width:115px;
	height:55px;
	text-align:center;
	vertical-align:middle;
}

#menu a
{
	font-weight:bolder;
	color:#C10000;
	text-decoration:none;
}

#footer
{
	position:relative;
	clear:both;
	width:1024px;
	height:88px;
	background:#55555D;
	border-top:#4A4850 1px solid;
	color:#FFFFFF;
	font-family:Verdana;
	text-align:center;
	font-size:10px;
}

#footer a
{
	color:#FFFFFF;
	font-family:Verdana;
	text-align:center;
	font-size:10px;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

#mainContent
{
	padding:10px;
	float:left;
	position:relative;
	width:612px;
	background:url(images/content.jpg) top left no-repeat #d9e3e8;
	min-height:606px;
	text-align:left;
}
