@charset "utf-8";
/* CSS Document */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-image:url(index_bg.jpg);
	background-repeat:repeat-x;
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link 
	{
	color: #000000;
	text-decoration: none;
	}
a:visited 
	{
	text-decoration: none;
	color: #000000;
	}
a:hover 
	{
	text-decoration: underline;
	color: #000000;
	}
a:active 
	{
	text-decoration: none;
	color: #000000;
	}
	
#contenedor 
	{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: auto;
	}



