@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-x;
}
#contenedor {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;   
	
}

#contenedor #izquierda{
	width: 122px;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #e0e0e0;
	position:relative;
	display:inline;

}

#contenedor #derecha{
	width: 129px;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	position:relative;
	display:inline;

}
#contenedor #centro{
	
	margin-right: 10px;
	margin-left: 10px;
	border-right-width: 129px;
	border-left-width: 122px;
	border-right-color: #e0e0e0;
	border-left-color: #e0e0e0;
	border-right-style: solid;
	border-left-style: solid;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	z-index: -10;
}
#contenedor #pie {
	clear: both;
    color: #FFFFFF;
	background-color: #000000;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	height: 30px;
	width: 800px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	text-decoration: none;
	color: #000000;
}
#contenedor #telefono{
	width: 122px;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: -49px;
	position:relative;
	display:inline;
}

#contenedor #ir{
	width: 129px;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: -22px;
	position:relative;
	display:inline;
}
.titulo {
	font-size: 14px;
	color: #f24c09;
	font-style: normal;
	font-weight: bold;
}
.link {
	color: #FFFFFF;
	text-decoration: none;
}
#contenedor #centrotienda {
	float: right;
}

