@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	outline:none
}
#general {
width:100%;
text-align:center;
margin:auto;
}
#contenedor{
background:url("../images/fondo.jpg") no-repeat;
background-position: 0 100px;
text-align:center;
position:relative;
width:924px;
margin:auto;
margin-bottom: 25px;
overflow:hidden;

}
#taco{
width:919px;
height:114px;
}
#izquierda {
z-index:-10;
float:left;
width:349px;
}

#right {
text-align:right;
width: 575px ;
float:right;
overflow:hidden;

}
#right a{
float:right;
} 
.object:hover {border:0px solid;}
