<style>
*{
    margin: 0px !important;
    padding: 0px !important;
}

body {  
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat;
	font-family:"Arial Black", Gadget, sans-serif;
} 

#contenedor{
width:100% ;
float:left;
}

#centro{
margin: 0px auto !important;
width:1024px;
font-family:verdana !important;
}

#header{
	width:1024px;
	float:left;
}

#izq{
	width:50%;
	float:right;
	margin-top:95px;
	text-align:right;
}
#der{
	width:70%;
	float:left;
}

#footer{
	width:100%;
	float:left;
	color:#000;
}

.titulo{
	color:#000;
	font-weight:bold;
	text-transform:capitalize;
	float:left;
	width:100%;
}

#box{
	width:100%;
	float:left;
}
#texto{
	width:80%;
	float:left;
	color:#fff;
	background:url(../imagenes/fondo_texto.png);
	margin-bottom:20px;
}
#texto span{
	padding:5px;
	float:left;
}
#fotos{
	width:80%;
	float:left;
	border-top:solid 1px #fff;
	margin-right:20%;
}

#izq a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	margin-left:10px;
}

#izq a:hover{
	color:#000;
	text-decoration:blink;
}

.rotadores{
	margin-top:40px;
}

#izq2{
	width:50%;
	float:right;
	text-align:right;
}
#izq2 a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
	margin-left:10px;
}

#izq2 a:hover{
	color:#fff;
	text-decoration:blink;
}
#productos{
	width:80%;
	float:left;
}
#buscador{
	width:20%;
	float:left;
	text-align:right;
	margin-top:50px;
}
.box_buscar{
	background-color:#999;
	border:none;
}
.msj_error{
	font-size:18px;
	color:#900;
}
.arriba{
	width:32%;
	float:left;
	/*margin-left:20px;*/
}
.msj{
	width:99%;
	height:150px;
}

.centroinput{
	margin-left:0.5%;
	margin-right:0.5%;
}
</style>
