/* ----------------------------------------------
	Template Name : santos
	Template Code : VooDooChilD
	Version : 1.0   
	Author : Santos Martínez
 ------------------------------------------------ */

* { margin: 0; padding: 0; outline: 0 }

body {
	color: #d2bc82;
	text-align: center;
	background: #d2bc82;
	overflow-x: hidden;
}
#principal {
	background: #d2bc82;
	position:relative;
	width:100%;
	height:100%;
}

#cab {
	width: 1000px;
	height: 100%;
	color: #ccc;
	padding: 0;
	margin: 0 0 0 0;
	left:50%;
	position:absolute; 
	margin:0px 0 0 -500px;
}

