/* CSS Document */

body
{
	background: url(../img/bg.gif);
}

#div_contenedor
{
	width: 771px;
	margin: 0 auto;
	position: relative;
	background-color: #CCCCCC;
	background: url(../img/bg_left.gif);
	/*border: 1px #F30 solid;*/
}

#div_header
{
	width: 578px;
	height: 178px;
	overflow: hidden;
	position: relative;
}

#div_header img
{
	position: absolute;
}

#div_header #header_flash
{
	position: absolute;
}

#div_left
{
	width: 25%;
	background-color: #759d09;
	background: url(../img/bg_left.gif);
	float: left;

}

#div_left #div_logo
{
	width: 100%;
	text-align: center;
	padding-top: 0.7em;
}

#div_left #div_menu
{
	margin-top: 5em;
}

#div_menu ul
{
	list-style: none;
	padding: 0 1em;
	margin: 0;
}

#div_menu ul li
{
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 11pt;
	margin: 0.5em auto;
	padding-bottom: 0.5em;
	border-bottom: #FFFFFF solid 1px;
	/*background-color:#990;*/
}

#div_menu ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#div_menu ul li a:hover
{
	color: #CCCCCC;
}

#div_left #contacto_rapido
{
	width: 85%;
	margin: 1em auto;
	text-align: center;

}

#contacto_rapido p
{
	font-family: sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: left;
}

#div_right
{	
	width: 75%;
	height: 100%;
	float: right;
	background: url(../img/bg_right.gif);
}

#div_right #div_contenido
{
	width: 100%;
	margin-top: 2em;
	/*border: #999999 solid 1px;*/
}

#div_contenido .titulo_seccion
{	
	width: 87.5%;
	height: auto;
	background-color: #759d09;
	margin: 1em auto;
	border: #759d09 solid 1px;
}

.titulo_seccion h5
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1em;
}

#div_contenido h6
{
	color: #333333;
	font-family: sans-serif;
	font-size: 10pt;
	/*border: #CC9966 solid 1px;*/
	margin: 1em auto;
}

#div_contenido #div_info
{
	width: 84%;
	/*border: #33CCCC solid 1px;*/
	margin-left: 3em;
	margin-top: 1em;
}



#div_info img
{
	border: #3C2819 solid 2px;
	float: left;
	margin-right: 10px; 
}

#div_info p
{
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	/*border: #FF6600 solid 1px;*/
	margin: 0px;
	text-align:justify;
}

#div_contenido #div_header_seccion
{
	margin: 1em auto;
	width: 508px;
}

#div_contenido .texto
{
	width: 500px;
	color: #333333;
	font-family: sans-serif;
	font-size: 9pt;
	margin: 1em auto;
	text-align:justify;
	line-height:140%;

}

#div_contenido .texto_destacado
{
	width: 500px;
	color: #333;
	font-family: sans-serif;
	font-size: 10pt;
	margin: 1em auto;
	text-align:justify;
}


#div_contenido ul
{
	width: 80%;
	color: #333333;
	font-family: sans-serif;
	font-size: 9pt;
	margin: 2em;
	list-style: none;
}

#div_contenido ul li
{
	margin: 1em 0px;
	padding-left: 2em;
	background: url(../img/tilde.png) left center no-repeat;
}

#div_footer
{
	width: 771px;
	height: 57px;
	clear: both;
	background: url(../img/footer.jpg) ;
	/*border-top: #663300 solid 4px; */
}

	#div_footer p {
		color:#fff;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 8pt;
		margin: 5px 10px;
	}
		
		#div_footer p a {
			color:#fff;
			font-family: Verdana, Geneva, sans-serif;
			font-size: 8pt;
			border-bottom:1px #fff dashed;
			text-decoration:none;
		}
		
		#div_footer p a:hover {
			border-bottom:none;
		}

#div_parche
{
	clear: both;
}

#div_contenido a {
	color:#759D09;
	border-bottom:1px #759D09 dashed;
	text-decoration:none;
}

#div_contenido a:hover {
	color:#759D09;
	text-decoration:none;
	border:0px;
}
	
#infinito
{
	width: 771px;
	margin:auto !important;
	*margin: 8px auto !important;
}
