body {
margin: 0;
padding : 0;
background:   #FFF;
color: #555;
}
			
#contenedor {
width: 936px; 
margin-left: auto;
margin-right: auto;
padding: 0;
font: 76% "Trebuchet MS","lucida sans", tahoma, sans-serif;
line-height: 1.8em;
color: #666;
}
		
#header {
	padding: 0;
	margin-bottom: 0;
	height: auto;
	width:936px;
	color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}

			
#contenido {
	width:936px;
	height: auto;
	margin-top:0px;
	padding-top:0px;
	padding:0px;
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	color: #000;
	text-align: center;

}
			/*SIDEBAR*/
#sidebar {
float: left;
width: 160px;
margin: 0;
padding: 0 1em 0 1em;
}
			/*SIDE MENU*/
#sidebar ul {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
#sidebar ul li { 
display: inline;
padding: 0;
margin: 0;
}
#sidebar ul li a {
display: block;
color: #385900;
background: inherit;
text-decoration: none;
margin: 0;
padding: 5px 0 5px 0;
border-bottom: 1px solid #C0C0C0;
}
#sidebar ul li a:hover {
text-decoration: none;
background: #E6E7E9;
color: #DA7910;
}
			/*FOOTER*/

#rectangulo{
	clear: both;
	width:936px;
	height:36px;
	padding: 0px;
	margin-top:0px;
	color: #000;
	background-color: #88C706;
	background-image: url(images/fooder.jpg);
}
#footer {
	clear: both;
	width:936px;
	height:36px;
	padding: 0px;
	margin: 0;
	font-size: 9pt;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	color: #000;
	font-weight: bold;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #000; 
}
#footer a:hover {
text-decoration : underline;
background : inherit;
color :  #fff;
}
			/*LINKS*/
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #DA7910;
}
a:hover {
text-decoration : underline;
background : inherit;
color :  #385900; 
}
			/*TYPOGRAPHY*/
h1 {
margin: 0;
padding: 30px 0 0 20px;
font-size: 175%;
letter-spacing: 3px;
}
h2 {
margin-top: 10px;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : transparent;
color :   #385900;
}
h3 {
margin: 0;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : inherit;
color :  #385900;
}
blockquote {
	font-style : italic;
	color : #000;
	text-align: right;
}
			/*CLASS*/
.clear {
clear: both;
overflow: hidden;
width: 0;
height: 0;
}
#contenedor #contenido table tr td blockquote p strong {
	color: #000;
}
#contenedor #contenido table tr td blockquote .style3 {
	text-align: justify;
}
#contenedor #contenido table tr td p {
	text-align: center;
}

