.barra_gris{
	background: #CCC;
	height: 10px;
	float: left;
}

.barra_verde{
	background: #8CC63F;
	height: 10px;
	float: left;
}

.texto{
	float: left;
	width: 500px;
	font-family: Verdana;
	font-size: 12px;
	color: #666;
}

.imagen_lateral{
	float: left;
	margin-left: 20px;
	margin-top: -67px;
	width: 390px;
	/*border-left: 1px solid #CCC;*/
	padding: 5px 5px 5px 5px;
}

.separador_imagen{
	clear: both;
	float: left;
	width: 925px;
	background: #8CC63F;
	/*background: #231F20;*/
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	text-align: right;
}

.separador_imagen a{
	color: #fff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.separador_imagen a:hover{
	color: #ccc;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}



.titulo_seccion{
	float: left;
	width: 490px;
	height: 25px;
	/*border: 1px solid #CCC;*/
	padding: 15px 15px 5px 5px;
	margin-bottom: 20px;
}

h1{
	color: #8CC63F;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
}





