/**********
*  Basico  *
***********/

body {
	margin: 0px;
	padding: 0;
	background: #48B2FF;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	color: #1068a1;
	text-align: center;
}

img {
border: 0px;
}

p {
	line-height: 1.5em;
	margin: 1.2em 0;
}

ol, ul {
    line-height: 1.3em;
	margin: 1.0em 0 1.2em 2em;
	padding: 0;
	font-size: 12px;
    background-color: #e6e6fa;
}

li {
list-style-image:url(bull30.gif);
background-color: #e6e6fa;
}

strong{
color: #8B6914;
border-bottom: 2px dashed #A5CC4D;
cursor: e-resize
}

b{
font-weight:bold;
color: #8B6914;
}

h1{
color : #8B6914;
font-size: 12px;
font-weight: bold;
text-align: center;
}

h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	color: #cbad57;
}

h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }

hr {/* to be styled */}

a:link,
a:visited {
	color: #cd406f;
	text-decoration: none;
}

a:hover,
a:active {
	color: #cb6e8d;
	text-decoration: underline;
}

/***********
*  Layout  *
************/

#wrapper {
	width: 671px;
	margin: -9px auto;
	padding: 0;
	background: #FBD101;
	text-align: left;
/*	font-size: 1.2em !important; */
	font-size: 12px;
	overflow: hidden;
}

#content {
	float: right;
	margin-right: 20px;
	width: 400px;
	display: inline;
 	background: #f9e57c;
	overflow: hidden;
}

#sidebar {
	float: left;
	margin: 0 0 0 15px;
	padding: 2px 0 20px 0;
	width: 200px;
 	background: #F9D100;
	display: inline;
	overflow: hidden;
}


/***********
*  Header  *
************/

#header {
	height: 500px;
	margin: 0 0 10px 0;
	padding: 0;
	background: no-repeat top center;
}

/************
*  Sidebar  *
*************/
#sidebar h1 {
  text-align: center;
    padding-left: 1px;
	border-bottom: 2px solid #FFFFFF;
  	font-size: 14px;
	font-weight: bold;
 	color: #8B6914;
    width: 100%;
}

.main{
font-size: 12px;
text-align: center;
background-color: #f9e57c;
margin :1px 0px 8px;
padding : 7px 6px 9px;
}


/***********
*  Post  *
************/

h2 {
    text-align: center;
    padding-left: 1px;
	border-bottom: 2px solid #FFFFFF;
  	font-size: 14px;
	font-weight: bold;
 	color: #8B6914;
    width: 100%;

}

#menubv {
width: 200px;
padding: 0;
margin: 0;
font: 14px Verdana, sans-serif;
}
#menubv ul {
list-style: none;
margin: 0;
padding: 0;
}
#menubv li {
border-bottom: 1px solid #b39501;
margin: 0;
}
#menubv li a {
display: block;
padding: 5px 5px 5px 0.5em;
font-weight:bold;
border-left: 10px solid #fba801;
border-right: 10px solid #f9eeb5;
background-color: #f9e57c;
color: #1183CC;
text-decoration: none;
}
#menubv li a:hover {
border-left: 10px solid #fbbd40;
border-right: 10px solid #fff;
background-color: #f9eca6;
color: #48B2FF;
}
/* Fix IE. Hide from IE Mac \*/
* html #menubv ul li { float: left; height: 1%; }
* html #menubv ul li a { height: 1%; }
/* End */
