
body {
	/*  text-align: center; */
	background-color: #F5FFFA;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #771E1E;
}

a:link {
	color: #A52A2A;
}    
a:visited {
	color: #A52A2A;
}  
a:hover {
	color: Red;
} 
a:active {color: #A52A2A;
}  

#cuerpo{
   position: absolute;
	top: 5px;
	left: 50%;
	width: 800px;
/*	height: 98%; */
	margin-left:-400px;
	
	/*background: #0c0;*/
}

#topmenu{
	position: absolute;
	top: 0px;
	left: 0px;
	font-style: italic;
	font-size: 80%;
	width: 100%;
}
#rtopmenu{
	position: absolute;
	top: 5px;
	right: 10px;
	width: 40%;
	text-align: right;
}

#ltopmenu{
	position: absolute;
	top: 5px;
	left: 10px;
	width: 40%;
	text-align: left;
}

.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;*/
}
#centro{
   position: relative;
   margin: auto;
/*	top: 0px;
	left: 0px; */
	text-align: center;
	width: 100%;
	height: 600px;
	margin-top: auto;
	/*background: #c00;*/
	
}
.pie{
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	color: #aaa;
	margin-left: auto;
	width: 100%;
	/*background: #00c;*/
}

#fristo{
	position: absolute;
	top: -100px;
	left:0;
}
#fcmd{
	position: absolute;
	top: -100px;
	left:0;
}



#local{
	position: absolute;
	top: 0;
	right: 10px;
}







