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

.cabeceraPagina {
	width: 990px;
	height: 185px;
	background-color: #000;
}

.contTitulosPagina {
	width: 990px;
	height: 3px;
	background-image: url(imagenes/bgtitulo.jpg);
	background-repeat: repeat-x;
}

.contPortadasPagina {
	width: 960px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	background-image: url(imagenes/bgportadas.jpg);
	background-repeat: repeat-x;
	background-color: #7E0A0A;
}

.contenido {
	width: 990px;
	background-color: #330100;
}
.contPagIzq {
	float: left;
	width: 689px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8F2500;
}
.contPagDer {
	float: right;
	width: 250px;
	margin-left: 10px;
}

#mapa {
	background-color: #FFF;
	height: 460px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/***** PRODUCTOS *****/

.productos, .locales{
	width: 689px;
}

.catprod {
	width: 207px;
	float: left;
	margin-right: 22px;
	margin-bottom: 20px;
	}
	
.local {
	width: 320px;
	float: left;
	margin-right: 22px;
	margin-bottom: 20px;
	}	

/******* REDONDEAR BORDES ******/

.redondear {
	/*Para Mozilla*/
	-moz-border-radius:10px;
	/*Para Safari y Chrome*/
	-webkit-border-radius:10px;
	/* Para el estupido IE 8*/
	-ms-border-radius: 10px;
}