/** BASIC */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	background-image: url(textura_amp_v.jpg);
	font-size: 12px;
	text-align: justify;
	color:#fff;
	
}

#centrado
{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -480px;
  margin-top: -244px;
}

#centrado_horiz
{
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -480px;
  z-index:0;
}


#contenido
{
	
  position: absolute;
  left: 50%;
  width:860px;
  margin-left: -480px;
  margin-top: 250px;
  padding:0px 50px 0px 50px;
  font-size: 12px;
  text-align: justify;
  z-index:1;
	
}

#columna1
{
	
  position: absolute;
  left: 50%;
  width:430px;
  margin-left: -480px;
  margin-top: 250px;
  padding:0px 50px 0px 50px;
  font-size: 12px;
  text-align: justify;
  z-index:1;
	
}

#columna2
{
	
  position: absolute;
  left: 50%;
  width:430px;
  margin-left: 0px;
  margin-top: 250px;
  padding:0px 50px 0px 50px;
  font-size: 12px;
  text-align: justify;
  z-index:1;
	
}


#letras1
{
	
  position: absolute;
  left: 50%;
  width:280px;
  margin-left: -500px;
  margin-top: 250px;
  padding:0px 50px 0px 50px;
  font-size: 10px;
  text-align: justify;
  z-index:1;
	
}

#letras2
{
	
  position: absolute;
  left: 50%;
  width:280px;
  margin-left: -200px;
  margin-top: 250px;
  padding:0px 50px 0px 50px;
  font-size: 10px;
  text-align: justify;
  z-index:1;
	
}

#letras3
{
	
  position: absolute;
  left: 50%;
  width:280px;
  margin-left: 100px;
  margin-top: 250px;
  padding:0px 50px 0px 50px;
  font-size: 10px;
  text-align: justify;
  z-index:1;
	
}