body {
	background: url(imgs/fondo.jpg) center repeat-x;
}

#principal {
	border: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

#subtabla {
	background: #FFF;
	height: 380px;
	width: 756px;
}

#pie {
	margin-top: 25px;
	font-family: Tahoma, Tunga;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

/* Estilo Lista Botones */
#lista {
	list-style: none;
}

/*Email*/

/*Enlace en el pie de página*/
#enlace {
	font-family: Tahoma, Tunga;
	font-size: 11px;
	color: #333333;
}

#enlace a:link, 
#enlace a:visited {
    color: #8e312c;
}
    
#enlace a:hover {
	color: #333333; 
}