body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:50px 0 0 0;
	background:#F8A206 url(../images/common/mainbg.jpg) top left repeat-x;
}
#maincontainer{
	width: 800px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
#topnav {
	width:800px;
	text-align:right;
	font-size:11px;
	color:#FFCC33;
}
#topnav a:link {
	color: #FFDF00;
	text-decoration:none;
}
#topnav a:visited {
	color:#FFDF00;
	text-decoration:none;
}
#topnav a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#topnav a:active {
	color:#FFDF00;
	text-decoration:none;
}

#contentwrapper {
	float: left;
	width: 100%;
	background:#FFB202 url(../images/common/ctr-bg.jpg) top right no-repeat;
}
#leftcolumn {
	float: left;
	width: 120px; /*Width of left column*/
	margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
	background-color:#F17E14;
	text-align:left;
}
#contentcolumn{
	margin-left: 120px; /*Set left margin to LeftColumnWidth*/
}


#contentcolumn .contenido{
	padding:30px 45px 15px 45px;
}
#botm {
	clear: left;
	width: 100%;
	height:12px;
	background:transparent url(../images/common/botm-img.jpg) top left no-repeat;
}
#footer  {
	clear: left;
	width: 100%;
	text-align:center;
	font-size:11px;
	padding:10px;
}
#mainnav-cont {
	width:618px;
	height:71px;
	background:transparent url(../images/common/menu-bg.jpg) bottom left no-repeat;
	margin:0;
	padding:0 0 97px 61px;
}
.mainnav {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.mainnav a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.mainnav a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.mainnav a:hover {
	color:#000000;
	text-decoration:none;
}
.mainnav  a:active {
	color:#000000;
	text-decoration:none;
}
.mainnav a.selected {
	color:#FFFFFF;
	text-decoration:none;
	background:transparent url(../images/mainnav/links-selected.jpg) top left no-repeat;
}
#link1 a{
	width:81px;
	height:45px;
	padding:22px 8px 12px 17px;
	background:transparent url(../images/mainnav/link1-bg.jpg) top left no-repeat;
	display:block;
	margin-right:18px;
	float:left;
}
#link1 a:hover{
	background:transparent url(../images/mainnav/link1-hover.jpg) top left no-repeat;
}
#link1 a.selected{
	background:transparent url(../images/mainnav/links-selected.jpg) top left no-repeat;
}
#link2 a{
	width:76px;
	height:34px;
	padding:33px 8px 12px 22px;
	background:transparent url(../images/mainnav/link2-bg.jpg) top left no-repeat;
	display:block;
	margin-right:18px;
	float:left;
}
#link2 a:hover{
	background:transparent url(../images/mainnav/link2-hover.jpg) top left no-repeat;
}
#link2 a.selected{
	background:transparent url(../images/mainnav/link2-selected.jpg) top left no-repeat;
}
#link3 a{
	width:80px;
	height:34px;
	padding:33px 10px 12px 16px;
	background:transparent url(../images/mainnav/link3-bg.jpg) top left no-repeat;
	display:block;
	margin-right:13px;
	float:left;
}
#link3 a:hover{
	background:transparent url(../images/mainnav/link3-hover.jpg) top left no-repeat;
}
#link3 a.selected{
	background:transparent url(../images/mainnav/link3-selected.jpg) top left no-repeat;
}
#link4 a{
	width:85px;
	height:34px;
	padding:33px 6px 12px 15px;
	background:transparent url(../images/mainnav/link4-bg.jpg) top left no-repeat;
	display:block;
	margin-right:23px;
	float:left;
}
#link4 a.selected{
	background:transparent url(../images/mainnav/link3-selected.jpg) top left no-repeat;
}
#link4 a:hover{
	background:transparent url(../images/mainnav/link4-hover.jpg) top left no-repeat;
}
#link5 a{
	width:65px;
	height:34px;
	padding:33px 7px 12px 34px;
	background:transparent url(../images/mainnav/link5-bg.jpg) top left no-repeat;
	display:block;
	float:left;
}
#link5 a:hover{
	background:transparent url(../images/mainnav/link5-hover.jpg) top left no-repeat;
}
#link5 a.selected{
	background:transparent url(../images/mainnav/link3-selected.jpg) top left no-repeat;
}


form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
	text-decoration: none;
	color:#FFFF33;
}

a:active {
	color: #000000;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.li li{
	padding:3px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.smll-w {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top: 15px;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.title1 {
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.title2 {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.img-rght-pad15 {
	float:right;
	margin:15px 0 0 15px;
}
.hr1 {
	border-bottom:#FFFFFF 1px solid;
	padding: 8px 0 0 8px;
	margin-bottom:10px;
}
.div-455w-rght {
	width:455px;
	float:left;
}
.div-130w-rght {
	width:113px;
	float:left;
	padding:0 0 0 20px;
	text-align:center;
}
.smalllink a:link{
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.smalllink a:visited{
	text-decoration:none;
	color:#000000;
}
.smalllink a:hover{
	text-decoration:none;
	color:#FFFFFF;
}
.smalllink a:active{
	text-decoration:none;
	color:#000000;
}
/* Box Starts */
 #sponsorAdDiv {
 	position:absolute; 
	width:410px; 
	height:150px;
	/*padding:15px;*/
	top:0; 
	left:0;
	/*background:transparent url(/images/divs/mensajebg.png) top left no-repeat;*/
	background-color:#FDC60F;
}

 /* Box Ends */