#fondo {
	position: absolute;
	width: 100%;
	/*z-index: 1;
	overflow: hidden;*/
	margin-left: auto;
    margin-right: auto;
    height: 650px;

}

#cuerpo {
	margin-left: auto;
    margin-right: auto;	
	width:1000px;	
	z-index:0;  

}

#cuerpo2 {
	margin-left: auto;
    margin-right: auto;	
	width:100%;	
	z-index:0;
    height: 650px;  
    
}
#links{
    width:1000px;	
 
    margin-top:36px;
}
#botonera {
	position: absolute;
	margin: 0 auto 0 auto;
	z-index: 2;
	width: 1000px;
	height: 100%;
	background-image: url(images/encabezado.png);
	background-repeat: no-repeat;
	background-position: center top;
    top:0px;
}

#home {
	
	margin: 0 auto 0 auto;
    position: relative;

}
#contacto {
	position: relative;
	left:800px;
	top:0px;
	width:179px;
	height:134px;
	z-index:500;
}
#contenido {
	position: relative;
	left:0px;
	top:-90px;
	width:820px;
	height:230px;
	z-index:100;
	background-image: url(images/txt_nosotros.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#contenido02 {
	position: relative;
	left:0px;
	top:-40px;
	width:820px;
	height:400px;
	z-index:100;
}
#contenido03 {
	position: relative;
	left:0px;
	top:-90px;
	width:820px;
	height:430px;
	z-index:100;
}
#como {
	position: relative;
	left:800px;
	top:40px;
	width:207px;
	height:200px;
	z-index:4;
}
#pie {
	position: relative;
	width:1000px;
	height:210px;
	z-index:100;
	bottom: -15px;
	left: 0px;
}
#copyright {
	position: absolute;
	width:100%;
	z-index:1000;	
	background-color: #000;
    top: 650px;
}
.btn_blanco {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.btn_blanco:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #FC2776;
	text-decoration: underline;
}
.btn_activado {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #FC2776;
	text-decoration: underline;
}
.terminos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
.contacto {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FF2566;
	text-decoration: underline;
}

.right {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}
.fondo_pie {
	background-image: url(images/fondo_pie.jpg);
}
.txt_blanco {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}
.txt_violeta {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #BD5ED1;
}
.fondo_formulario {
	background-image: url(images/fondo_formulario.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.fondo_news {
	background-image: url(images/newsletter.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 127px;
	width: 228px;
}

