@charset "utf-8";
/* CSS Document */


* {
	margin: 0px;
	padding: 0px;}
	
body {
	background: #fcf9f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
	cursor: default;}
	
a, a:visited {
	color: #666;
	background: url(../imagenes/linea_link.gif) bottom repeat-x;
	text-decoration: none;}
	
a:hover, a:active {
	color: #000;}
	
#contenedor {
	width: 800px;
	padding-top: 30px;
	margin: auto;
	height: auto;
}
	
#flash {
	width: 800px;
	height: 500px;
	float: left;

}

#pie {
	margin-top: 20px;
	height: auto;
	width: 800px;
}
