body
{		
   background-color: black;	
}


div
{
	display: block;
}

.curva
{
	-moz-border-radius: 8px;
   -webkit-border-radius: 8px;   
}

#c_contenido
{		
	background-color: #000000;
	width: 1000px;
	height: 1000px;
	margin: 0px auto;
}

#c_cabecera
{
	background-color: #000000;
	width: 1000px;
	height: 20px;
	margin: 10px auto;
	color: white;
   font-size: 12px;
   font-family: Verdana;
}

#c_menu
{	
	background-color: #FFFFFF;
	width: 1000px;
	height: 37px;
	margin: 10px auto;
	
}

#c_pie
{
	background-color: #000000;
	width: 1000px;
	height: 20px;
	margin: 10px auto;
	font-size: 12px;
	color: white;
   font-family: Verdana;
   text-align: center;
}

#c_pral {
	background-color: #000000;
	position: absolute;
	width: 100%;
	height: 100%;
}



#c_centro 
{	
	
	background-color: #000000;
	width: 1024px;
	height: 100%;
	margin: 0px auto;
}

#c_titulo
{	
	position: static;
	
	background-color: #FFFFFF;
	width: 1000px;
	height: 160px;
	margin: 10px auto;
	top: 0px;
}
	
