
body {
	/*  text-align: center; */
	background-color: #F5FFFA;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #771E1E;
}

h1{
	color: #D00; 
}


/*
div{
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
}
*/

a:link {
	color: #A52A2A;
}    
a:visited {
	color: #A52A2A;
}  
a:hover {
	color: Red;
} 
a:active {color: #A52A2A;
}  

#cuerpo{
   position: relative;
	top: 5px;
	left: 50%;
	width: 800px;
/*	height: 98%; */
	margin-left:-400px;
	
	/*background: #0c0;*/
}
.sombra{
   position: relative;
	top: 4px;
	left: 4px;
	background: #ccc;
}
.caja{
   position: relative;
	top: -4px;
	left: -4px;
	background: #fff;
	border: 1px solid #888 ;
}

.cabeza{
   position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	margin-left: auto;
	width: 100%;
	/*background: #00c;*/
}

#indice{
	position: absolute;
	bottom: 0px;
	right: 10px;
}

#descarga{
	position: absolute;
	bottom: 0px;
	left: 10px;
}

#centro{
   position: relative;
   margin: auto;
/*	top: 0px;
	left: 0px; */
	text-align: center;
	width: 100%;
	height: 600px;
	margin-top: auto;
	/*background: #c00;*/
	
}

#principal{
  position: relative;
  top: 0px;
  left: 0px;
  margin: 10px;
}

.pie{
	position: relative;
	left: 0px;
	top: 8px;
	text-align: center;
	color: #aaa;
	width: 100%;
/*	
	margin-left: auto;
*/	
/*	background: #00c; */
}

.parrafo{
	position: relative;
	left: 0px;
	top: 0px;
	
}
.texto{
	position: relative;
	left: 0px;
	top: 0px;
	
}
/*
div img{
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 88;
}
*/
