body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/tapiz.jpg);
	background-repeat: repeat;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #8cf3be;
	font-size: 18px;
}
hr {
	border:1px dotted #FFF;
}
/*Capas*/
.centrado { /*Capa Principal */
	position: absolute; /*Posicionamiento absoluto*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	width: 1000px; /*Le ponemos el valor del ancho*/
	min-height: 1500px;
	margin-left: -490px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
	top: 6px;
	background-color: #4e9354;
	background-image:url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.contenido { /*Capa del Contenido */
	postion: absolute;
	left:0px;
	top: 370px;
	width: 780px;
	padding:0 10 60 10px;
}
.ilike {
	position: absolute;
	left: 780px;
	top: 370px;
	width: 220px;
	padding:0 10 10 10px;
}
.apoyo
{
	position: absolute;
	left:780px;
	top:470px;
	width: 220px;
}
.facebook{
	position: absolute;
	left: 780px;
	top: 800px;
}

/*Textos*/
.TXT1 {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
}
.texto2{
	color:#FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
/*formas*/
.input { 
	background-color:#96d096; 
	border: 1px solid #7ac37b; 
	font-size:8pt; color: #000099;
}
