* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-image: url("images/bg01.jpg");
	background-repeat: repeat-x;
	background-color: #E5E3E4;
	background-position:center top;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #131313;
}

form {
}

fieldset {
}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #D6E48E;
	border-bottom: 1px solid #D6E48E;
}

input.button {
	background: #006600;
	border-top: 1px solid #D6E48E;
	border-left: 1px solid #D6E48E;
	border-right: 1px solid #4D5719;
	border-bottom: 1px solid #4D5719;
	color: #fff;
}

h1 {
	letter-spacing: -.075em;
	font-size: 2em;
	color: #FF6600;
	font-weight: normal;
}

h2 {
	letter-spacing: -.05em;
	font-size: 1.8em;
	font-weight: normal;
	color: #8D8E85;
	border-bottom: #8D8E85 solid 1px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	color: #000;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	color: #000;
}

h6 {
	letter-spacing: -.02em;
	font-size: 1.5em;
	color: #000;
	font-weight: normal;
}

h7 {
	letter-spacing: -.080em;
	font-size: 1.5em;
	color:#006600;
	font-weight:normal;;
	}

h8 {
	letter-spacing: -.080em;
	font-size: 1.4em;
	color: #CC0000;
	font-weight:normal;;
	}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.5em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #3C7BCF;
}

a:hover {
	text-decoration:underline;
	color: #257900;
}

a.blanco {
	text-decoration: none;
	color: #fff;
}

a.blanco:hover {
	border: none;
	background: #000;
	color: #fff;
	text-decoration: underline;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #000;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	border-bottom: 1px dotted #006600;
	color: #006600;
}

hr {
	display: none;
}

/* Wrapper */


/* Header */

#header {
	width: 750px;
	height: 221px;
	margin: 0 auto;
	background-color: #006600;
}

#sombra1{
	background-image: url("images/bg02.gif");
	background-repeat: repeat-x;
	background-position: top;
	height: 8px;
}

/* Logo */

#logo {
	width: 750px;
	height: 200px;
	padding: 0;
	background-image: url("images/logo.JPG");
	display:table;
}

/* Page */

#page {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	background-image: url("images/bg03.gif");
}


/* Sidebars */

.sidebar {
	float: left;
	
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

.sidebar ul li {
	margin-bottom: 10px;
	padding: 0 0 10px 10px;
	border-bottom: 	#ffff66  solid 1px;

}

.sidebar ul li img {
	margin: 5px 0 5px 0;
}

.sidebar ul li ul {
	
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0;
}

#centro {
	width: 360px;
	padding: 0;
	margin: 0x;
}

#sidebar {
	width: 200px;
	padding: 0;
	margin: 0;
	float: right;
}

.banner{
	margin-bottom: 10px;
}

.titulo_sidebar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: #669933;
	padding: 3px 3px 3px 8px;
	margin-right: 14px;
}

.recuadro{
	background-color:#fff;
	padding: 5px;
	margin: 10px 3px 10px 1px;
}

/* Footer */

#footer {
	width: 750px;
	text-align: center;
	background-color: #006600;
	font-size: 12px;
	color: #fff;
	height: 45px;
	padding: 5px 0 5px 0;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv {
margin: 0 10px 0 0;
padding: 0;
width: 175px; /* Width of Menu Items */
float: left;
}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 175px; /* Width of Menu Items */
border-bottom: 1px solid #fff;
float: left;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.titulo_li{
text-transform: uppercase;
font-size: 10px;
font-weight: bold;
letter-spacing: 1px;
line-height: 12px;
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: url(images/arrow-list2.gif) no-repeat center right #006600;
padding: 5px;
border: 1px solid #fff;
border-bottom: 0;
color:#fff;
}

/* Sub level menu links style */
.suckerdiv ul li a{
text-transform: uppercase;
font-size: 10px;
letter-spacing: 1px;
line-height: 12px;
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #ccc;
padding: 5px;
border: 1px solid #fff;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: yellow;
}

.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right #ccc;
}

.suckerdiv ul li ul li a{
font-size: 10px;
line-height: 15px;
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #EDE6E7;
padding: 1px 5px;
border: 1px solid #fff;
border-bottom: 0;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */