body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}

p {
	padding-bottom:15px;
}

a {
	color: #008e40;

	text-decoration: underline;
}

a:hover {
	color: Green;
}

#contenedor {
	width:770px;
	margin: 0 auto;
	margin-bottom: 15px;
}

#header {
	width: 100%;
	height: 100px;
	background-color: #fff;
	margin-bottom: 10px;
}

#cabecera {
	width:770px;
	height: 100px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	margin: 0 auto;	
}

#nav {
	list-style: none;
	margin-left: 325px;
	padding-top: 75px;
}

#nav li {

	float: left;
	margin-left: 10px;
	font-weight: bold;
	font-family: Georgia;
}


#todo {
	width: 660px;
	float: left;
}

#contenido_top {
	width: 640px;
	height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(../img/contenidotop.png);
	background-repeat: no-repeat;
	
}

#contenido {
	width: 600px;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 15px;
	padding-left:25px;
	background-color: White;
	background-image: url(../img/flor_bg.gif);
	background-repeat: no-repeat;
	background-position: 25px bottom;
	
}

#texto {
	


}

#contenido_bottom {
	width: 640px;
	height: 21px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	background-image: url(../img/contenidobottom.png);
	background-repeat: no-repeat;

}

#contenido_izq {
	width: 200px;
	height: 600px;
	margin-right: 15px;
	float: left;
}

#contenido_izq_lic {
	width: 200px;
	height: 530px;
	margin-right: 15px;
	padding-right:10px;
	float: left;
}

#contenido_izq_ecoi {
	width: 255px;
	height: 1200px;
	margin-right: 15px;
	padding-right:10px;
	float: left;
}

#contenido_izq_text {
	width: 255px;
	height: 900px;
	margin-right: 15px;
	padding-right:10px;
	float: left;
}

#contenido_izq_eco {
	width: 200px;
	height: 290px;
	margin-right: 15px;
	padding-right:10px;
	padding-top: 30px;
	text-align: center;
	float: left;
}

#contenido_izq_eco img {
	display: block;
	margin: auto;
	border: none;
}

#lista {

		margin-left: 265px;	
}

#lista li {
	   background: url('../img/pdf.gif') no-repeat 0 50%;
		padding-left: 20px;
}

#menu {
	width: 100px;
	margin-top: 20px;
	float: right;
	list-style: none;

}

#menu li {
	padding-bottom: 15px;
}

#menu li a span {
	display:none; 
}


a#ecodirectorio {
display:block;
width:96px;
height:125px; 
background:url(../img/ecodirectorio1.png) top left no-repeat;
}

a#ecodirectorio:hover {
background-position:bottom;
}

a#ecoideas {
display:block;
width:96px;
height:125px; 
background:url(../img/ecoideas1.png) top left no-repeat;
}

a#ecoideas:hover {
background-position:bottom;
}

a#textos {
display:block;
width:96px;
height:125px; 
background:url(../img/textosi1.png) top left no-repeat;
}

a#textos:hover {
background-position:bottom;
}

#iconos {
	margin-top: 20px;
	margin-left: 340px;
	margin-bottom: 100px;
}

#iconos li {
	float: left;
	margin-right: 20px;
}

#footer {
	clear:both;
	width:620px;
	padding-left: 130px;
	color:#fff;
	margin: 0 auto;
}

#footer p {
	font-size:12px;
}

#footer a {
	color: #ffd700;
}

#footer a:hover {
	text-decoration: none;
}

.firma {
	margin-left: 300px;
	font-size: 18px;
}

.autora {
	margin-left: 340px;
	font-size: 16px;
	color: green;
}

.bienvenido {
	
	margin-bottom: 15px;
}

.info {
	margin-left: 10px;
	margin-top: 40px;
}

.enlacestop {
	color: grey;
	text-decoration: none;
}

.enlacestop:hover {
	color: green;
	text-decoration: underline;
}

.seleccionado {
	color: green;
	text-decoration: underline;	
}

.creditos {
	
	font-size: 10px;
	line-height: 14px;
	color: gray;
}

.gracias {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.autor {
	color: gray;
	margin-left: 30px;
	display: block;
}

.textito {
	font-size: 10px;

}