/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #FDD977;
	color: #E57F34;
	text-align: center;
	font: 70%/1.5em Verdana;
	font-weight: bold;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #E57F34;
	background: inherit;
}
a:hover {
	color: #843C08;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Verdana;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #E57F34;
}
h3 {
	font-size: 110%;
	color: #666666; 
}
.Estilo7 {
	font-size: 8pt;
	font-weight: bold;
	font: verdana;
}
.Estilo8 {
	font-size: 10pt;
	font: verdana;
}
/* images */
img {
	border: none;
}
img.no-border {
	border: none;
}

img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: none;
}
a:hover img {  
  border: none;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #843C08;
}
ul span, ol span {
	color: #666666;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0;
	margin-left: 25px;
}
#header {
	width: 820px;
	position: relative;
	height: 106px;
	background: #CCC url(header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}

#publicidad {
	width: 820px;
	position: relative;
	height: 100px;
	background: url(publicidad.gif) repeat-y center;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
}
#publicidadbajo {
	width: 820px;
	height: 100px;
	background: url(publicidad.gif) repeat-y center;
	padding: 0;
	clear: both;
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
}
/* Menu */
#menu {
	clear: both;
	margin: 0;
	padding: 0 40px 0 0;
	background: url(menu.jpg) repeat-y center top;
	font: bold 12px/26px Verdana;
	height: 26px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #FDD977;
	color: #843C08;
}

/* Main Column */
#main {
	float: right;
	width: 515px;
	padding: 0;
	margin-left: 15px;
	margin-top: 10px;
}
#main h1 {
	padding: 0px 0px 0px 10px;
	font: bold 1.4em Verdana;
	color: #843C08;
	background: #FEECCB url(headerbg.gif);
	vertical-align: middle;
	text-align: left;
	height: 30px;
}
#main .left-box {
	border: 1px solid #FEECCB;
	margin: 0 0 5px 0;
	text-align: justify;
}
/* Sidebar */	
#sidebar {
	float: left;
	width: 225px;
	padding: 0;
	margin-left: 0px;
	margin-top: 10px;
}	
#sidebar h1 {
	padding: 0px 0px 0px 5px;
	font: bold 1.4em Verdana;
	color: #843C08;
	background: url(headerbg.gif);
	height: 30px;
	margin-left: 5px;
}
#c_914f7fcfecc5b425a870e54c24588242  {
	padding: 0px 0px 0px 5px;
	margin-left: 5px;
}
#sidebarbox  {
	padding: 0px 0px 0px 5px;
	font: 1em Verdana;
	color: #E57F34;
	background: #FEECCB;
	margin-left: 5px;
	border: 1px solid #E57F34;
	font-weight: bold;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:0px 0px 0px 5px;
	padding:0;
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #FEECCB;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #E57F34;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #FEECCB;
	border-left:4px solid #E57F34;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #FEECCB;
	color: #843C08;
	border-left:4px solid #843C08;
}

/* Footer */	
#footer {
	color: #843C08;
	background: #CCC url(footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px;
	text-align: center;
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

.Estilo1 {
	font-size: 0.9em
}
