﻿/*Resetear el css*/
*
{
	 margin:0;
	 padding:0;
	text-align: left;
}

body
{
 background-image: url('../images/bodybg.png');	
}

#page
{
	 min-width: 1024px;	
	 margin-top:20px;
}

#header
{
	 width: 1000px;
	 height: 432px;	
	 margin-left:auto;
	 margin-right:auto;
	 overflow:hidden;

}

#menuTop
{
	position:relative;
	left:370px;
	top:20px;
	clear:both;
	width:500px;

}
#menuTop ul
{
	width:500px;

}

#menuTop li
{
	float: left;
	font-family: Myriad Pro;
	display: block;
	width: 110px;
	text-align:center;
	height: 25px;
	line-height:25px;
	list-style-type:none;
	background-image: url('../images/tabMenuLeft.png');
	background-repeat:no-repeat;
	margin-left:2px;
}

#menuTop img
{
	margin-top: -3px;
	border:0;	
	position: static;
	line-height:25px;
	vertical-align:middle;
}

#menuTop li a
{

	color: Red;	
	font-weight:bold;
	text-decoration:none;	
	background-image: url('../images/tabMenuRight.png');
	background-repeat:no-repeat;
	background-position:right ;
	width: 100%;
	font-size:9pt;
	padding-right:2px;
	display:block;
	vertical-align:middle;
	text-align:center;
	padding-right:5px;

}

#subMenu
{
	clear:both;
	height: 49px;
	width:674px;
	background-image: url('../images/bgSubMenu.png');	
	position:relative;
	top: 11px;
	left:300px;
}


#subMenu ul
{
	 height: 25px;
	 width:600px;
	 margin-right:0px;
	 position:relative;
	 top:15px;
	 left:30px;
}

#subMenu li
{
	 float: left;
	 list-style-type:none;
	 margin-left:20px;
}

#subMenu a
{
	display:block;	
	text-decoration:none;
	color:#57585B;
	font-family: Myriad Pro;
	font-size:11pt;
	font-weight:bold;
}

#signup
{
	 font-family: Myriad Pro;
	 display:block;
	 color: White !important;
	 font-weight: bold;
	 font-size:1.0em !important;	
	 width:100px;
	 position:relative;
	 left:570px;
	 top:-13px;
}

/*Navigation */
#lftArrow
{
	 position:relative;
	 top:-300px;	
	 left:10px;
}
#lftArrow img
{
	border:0;
}

#rgtArrow
{
	 position:relative;
	 top:-300px;	
	 left:905px;
}

#rgtArrow img
{
 border:0;	
}

#content 
{
 width:1000px; 
 margin-left:auto;
 margin-right: auto;	
}
