/**************************************/
/*       crecology.com                */
/**************************************/
/*                HTML                */
/**************************************/
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	color: #555555;
	margin-top: 0px;
	background-color: #C1D396;
}
img {
	border: 0px;
}
input {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:2px;
}
p {
	margin: 0px;
	padding:1px;
	padding-left: 8px;
}
form {
	margin: 3px;
	padding: 3px 0px 4px 0px ;
}

/***********************************************/
/*                Layout Divs                  */
/***********************************************/
#contenedor {
	width: 780px;
	text-align: left;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(../img/bg_lat_izq.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#cabecera {
}
#lat_izq {
	float: left;
	width: 184px;
	background-color: #E4E4E4;
	padding-bottom: 8px;
	text-align: center;
}
#lat_izq ul {
	padding: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-right: 2px;
	margin: 0px;
}
#lat_izq li {
	list-style-type: none; 
	background:url(../img/icon_li_latizq.jpg) 4px 4px ;
	padding: 0px 0px 2px 14px;
	background-repeat: no-repeat;
}
#cab_noticias_sup {
	margin: 5px 8px 0px 8px;
	background-image: url(../img/cab_noticias_sup.gif);
	background-position: top;
	height: 15px;
	background-repeat: no-repeat;
}
#cab_noticias_inf{
	margin: 0px 8px 5px 8px;
	background-image: url(../img/cab_noticias_inf.gif);
	height: 15px;
	background-position:top;
	background-repeat: no-repeat;
}
#cont_noticias {
	text-align: left;
	margin: 0px 8px 0px 8px;
	background-color: #FFFFFF;
}
#cont_noticias a {	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
#cont_noticias a:hover {
	color:#CC0000;
}
#tit_noticias {
	color: #666666;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
#principal { 
	float: right;
	width: 565px;
	margin-right: 15px;
	margin-left: 3px;
	margin-top: 0px;
	text-align: left;
	padding-bottom: 8px;
}
#contenido {
	border-left: #006600 1px dashed;
	border-right: #006600 1px dashed;
	padding: 0px 20px 0px 20px;
}
#pie {
	clear: both;
	background-color: #006600;
	color: #FFFFFF;	
	text-align: center;
	padding: 7px;
}
#pie a {
	text-decoration: none;
	color:#FFF;
}
#desarrollado {
	text-align: center;
	margin-top: 5px;
}

/***********************************************/
/*                  Estilos                    */
/***********************************************/
.border_galery {
	border: #006600 1px solid;
	margin-bottom: 0px;
	text-align: center;
}
.titu_proyect {
	color:#006600;
	text-decoration: none;
}
.links {
	color:#CC0000;
}
.input_formulario {
	border: 1px solid #006600;
	width: 180px;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.input_mensaje_for {
	border: 1px solid #006600;
	width: 180px;
	height: 60px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}
.btn_enviar {
	background: #006600;
	color: #FFFFFF;
	border: 0;
	padding: 1px;
	margin-right:1px;
	width: 47px;
}
.email {
	text-decoration: none;
	color: #006600;
}
.full_development {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #535353;
}

