*{
margin:0;
padding:0;
border:0;
}
body{
	color: #333333;
	background-color: #ffffff;
	background-image: url(s../imagenes/page_bg.jpg);
	font:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-align:center;
	
}

#wrapper
{
	width: 966px;
	background-image: url(../imagenes/middle.jpg);
	background-repeat: repeat-y;
	margin: auto  !important;

}
#header
{
	width: 966px;
	height:150px;
	background-image: url(../imagenes/header.jpg);
	background-repeat: no-repeat;
}
#footer
{
	width: 966px;
	height: 75px;
	background-image: url(../imagenes/footer.jpg);
	background-repeat: no-repeat;
}

#content
{
	width: 966px;	
}

#inferior_menu
{
  clear:both;
  text-align:left;
  margin-left:34px;
}

#inferior_titulo {
 font-size: 1.5em;
 color:#0000FF;
 font-weight:bold;
 margin-bottom:30px;
 margin-top:10px;
 clear:both;
 text-align:center;
}

#inferior
{
    clear:both;
    width: 928px;
    text-align:left;
    margin-left:38px;
}
