* {
	margin: 0 auto;
	padding: 0;
}
a{
     text-decoration:none;
}
body  {
	text-align:center;
	font:11px Arial, Helvetica, sans-serif;
	background-image:url(../images/background.gif);
	background-repeat:repeat;
      }	
#wrap{
     width:950px;
	 height:1410px;
     border-color:red;
	 border-style:solid;
	 border-width:2px;
	 background-color:#FFFFFF;
      }
#menu{
     width:950px;
     height:200px;
     }
#bannerseminuevos{
     width:950px;
     height:300px;
     }
#contenido{
     width:950px;
	 height:800px;
}
#contenidoizquierda{
     float:left;
     width:620px;
	 border-color:#999999;
	 border-style:solid;
	 border-width:1px;
     margin:10px;
     }
#contenedorauto{
     margin:5px;
     float:left;
     width:190px;
	 border-color:#999999;
	 border-style:solid;
	 border-width:1px;
	 text-align:center;
}
#contenidoderecha{
     float:right;
     width:280px;
	 border-color:#999999;
	 border-style:solid;
	 border-width:1px;
     margin-top:10px;
	 margin-left:5px;
	 margin-right:5px;
	 background-color:#FFFFFF;
	 color:#999999;
     }
#piepagina{
             margin-top:10px;
			 height:100px;
			 width:950px;
			 clear:left;
             background-image:url(../images/piepagina.jpg);
			 color:black;
			 text-align:center;
          }
