*{
	margin:0;
	padding:0;
}

body{
	font-family:Trebuchet MS, Lucida, Arial, Tahoma, Verdana, Sans-serif;
	font-size:100%;
	text-align:center;
	background:url(bg.jpg) repeat-x;
}
/*
h1 {
	padding:70px;
	color: #9a9280;
	font-size: 350%;
	
}
*/
h1{
	padding:25px;
	font-size: 2em;
	line-height: 1.2em;
	color: #3f403a;
	text-align:center;
}
h2{
	padding:25px;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #3f403a;
	text-align:center;
}

li{
	line-height: 1.2em;
	color:#3f403a;
	text-decoration:none;
}

p{
	padding:5px;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color:#3f403a;
}

a:link, a:visited{
	border:0;
	color:#97B9FA;	
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

#centro li{
	text-align:center;
	list-style:none;
}

/* Estilos de LAYOUT */ 
 	
#contenedor{
	margin:auto;
	border:0;
	width:760px;  /*  Ancho total del layout  */
	text-align:center;
	}

#cuerpo{
	padding:0;
	border:0;
	width:100%;
	text-align:center;
	}

#top{
	padding:0;
	border:0;
	width:100%;
	background:#FFF; /*  Color de la Cabecera  */
	text-align:left;
	}	

#bottom{
	padding:0;
	border:0;
	width:100%;
	text-align:left;
	background:#cac4bc; /*  Color del Pie de pagina */
	clear:both;
	
	}	
#bottom a{
	color:#FFF;
	}
	
#derecha{
	border:0;
	width:200px; /*  Ancho de columna Derecha  */
	min-height:400px;
	text-align:left;
	background:#9a9793; /* Color columna Derecha  */
	float:right;
	}


#centro{
	border:0;
	width:560px; /*  Ancho de columna Central */
	min-height:400px;
	text-align:justify;
	background:#716f6d; /*  Color columna central*/
	float:left;
	}
	