body {
	color: #1e394e;
	margin: auto;
	text-align: left;
	background-image: url(imagenes/bg.jpg);
	background-color: #f1efee;
	background-repeat: repeat-x;
	border-style:inherit;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*Estructura de pagina*/
#contenedor {
	border-style:inherit;
	height: auto;
	width: 1280px;
	margin: auto;
	margin-top: 50px;

}
#contenido {
	border-style:inherit;
	height: 1024px;
	width: 1280px;
	margin: auto;
	margin-top: 50px;

}

.texto {
	font-color:#333;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style:normal;
	font-weight: lighter;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #999;
}

a:hover {
	text-decoration: none;
	color: #333;
}

a:active {
	text-decoration: none;
	color: #999;
	
/* outline: none;*/
/*outline: none sirve para quitar el recuadro que te genera swf en firefox*/
