body{
	background-color:#000000;
	color:#ffffff;		
	font-family: Arial;
	font-size:12px;
	margin: 0px;	
	text-align:center;
	width:100%;	
}
.con{
	margin-left:auto;
	margin-right:auto;	
	position:relative;	
	text-align:left;	
	width:961px;	
}
.top{
	background:url(../images/bgTop.jpg) repeat-x;
	height:46px;
	width:100%;
	position:absolute;
	z-index:2;
}

.banner{
	background:url(../images/bgBanner.gif) repeat-x;
	height:480px;
	padding-top:50px;	
}

.brillo{
	background:url(../images/bgBanner.gif) no-repeat;
	height:73px;
}

.mid{
	background-color:#25292e;
	border-top:1px solid #FFF;
}

.footer{
	background:url(../images/bgFooter.gif) repeat-x;
	color:#999999;
	font-size:11px;
	height:50px;	
}

.logo{
	float:left;
	margin-left:-15px;	
}

/*MENU*/
.menu{
	font-family: Arial;
	font-size:14px;
	font-weight:bold;
	color:#777777;
	letter-spacing:-1px;	
	line-height:13px;
	margin:0 0 0 20px;
	text-align:center;
	font-weight:lighter;
	letter-spacing:1px;
}

.menu ul{
	list-style:none;
	margin:0;
	padding:0;
}

.menu ul li{
	display:inline;
	float:left;
	margin-top:10px;		
	width:132px;
}

.menu ul li a{
	color:#fff;
}

.menu ul li a:hover{
	color:#777777;
}

.menu .sep{
	margin:0;
	width:3px;
}

.menu .inicio{
	width:110px;
}

.menu .grande{
	margin-top:7px;
}


/*MENU FOOTER*/

.menuFooter ul{
	color:#4e4e4e;
	font-size:11px;
	font-weight:bold;
	list-style:none;
	margin:0 0 0 -20px;
	padding:10px 0 5px 0;
	font-weight:lighter;
}

.menuFooter ul li{
	display:inline;
	margin-left:5px;
}

.menuFooter ul li .log {
	margin-bottom: -10px;
}

.menuFooter ul li a{
	color:#fff;	
}

.menuFooter ul li a:hover{
	color:#4e4e4e;	
}


/*VARIOS*/
img {
	border:0;
}
a{
	text-decoration:none;
}

.clear{
	clear:both;
}
