@charset "utf-8";
/* CSS Document */

h1,h2,h3 {
	background:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	color: #4c4c4c;
	margin: 0 auto;
}

body {
	background:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #6c6c6c;
}

a {
	color: #f8911f;
}

#cabecera {
	width: 800px;
	height: 300px;
	margin: 0 auto;
}

#cuerpo {
	width: 800px;
	height: 300px;
	margin: 0 auto;
}

/*
#footer {
	width: 800px;
	height: 2px;
	margin: 0 auto;
	background: f2ca78;
}

#divicion {
	background: f2ca78;
	height: 1px;
}
*/



#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	border-top: 1px #f2ca78 solid;
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #666666;

