/*
 * Name       	: general
 * Description	: coleccion de estilos aplicados a la web PC
 * Version    	: 1.0
 * Autor		: www.widri.com
 * Date			: 01/10/15
 */


/**************************************
 *
 * GENERAL
 *
 **************************************/

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	color: #5B5B5B;
	height: 100%;
}
#wrapper { min-height: 100%; }
.container {
	border-width: medium;
	margin: 0px auto;
	width: 960px;
}
.content {
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
main {
	border-width: medium;
	margin: 0px auto;
	max-width: 960px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	overflow-y: visible;
	display: block;
	visibility: visible;
}
.line {
	height: 10px;
	width: 100%;
	background-color: #ED9F47;
	float: left;
}
h1, h2, h3, h4 {
	text-transform: uppercase;
	font-weight: normal;
	font-weight: 200;
	color: #222222;
}
h1 { font-size: 2em; }
h2 { font-size: 2.8em; }
h3 { 
	font-family: 'Oswald', sans-serif;
	font-size: 1.6em;
}
p, ul, ol { margin-top: 0; }
a { color: #5E5E5E; }

/**********
 * Sidebar
 **********/
 
.style1 {
	border-right-color: #B4AEAE;
	border-right-style: solid;
	border-right-width: thin;
	text-align: center;
}
.style1 h3 {
	color: #ED9F47;
	font-weight: 400;
	background-color: #F3F2F2;
	padding-top: 5px;
	padding-bottom: 5px;
}
.style1 ul {
	list-style-type: none;
	list-style-image: none;
}
.style1 ul li {
	padding: 10px;
}
.style1 ul li:hover {
	background-color: #F3F2F2;
}
.style1 ul li a {
	text-decoration: none;
	font-size: 20px;
}
.style1 .current_item a {
	margin-left: 20px;
	color: #EB9534;
}

/**********
 * Header
 **********/

header {
	display: block;
	position: relative;
	height: 120px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
header img {
	width: 370px;
	height: 120px;
	float: left;
}
nav ul {
	float: right;
	padding-top: 50px;
	list-style: none;
	line-height: normal;
	position: static;
}
nav li { float: left; }
nav a {
	display: block;
	margin-right: 1px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #12212F;
}
nav a:hover, #menu .current_page_item a {
	text-decoration: underline;
	color: #12212F;
}
nav .current_page_item a {
	background: #132434;
	text-decoration: none;
	color: #ED9F47;
}
nav {
	width: 53%;
	float: right;
}

/**********
 * State
 **********/
 
#state-wrapper {
	background-color: #ED9F47;
	height: 10px;
	font-weight: bold;
}

/**********
 * Footer 
 **********/
 
footer {
	background-color: #ED9F47;
	padding-top: 20px;
	height: 111px;
}
footer p {
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
}
footer #copyright {
	float: left;
	width: 40%;
	position: relative;
	padding-top: 15px;
	padding-left: 60px;
}
	footer #copyright img {
		width: 70px;
		height: 68px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
footer #contact {
	float: left;
	color: #5E5E5E;
	font-style: oblique;
	border-left: thin solid #9E9999;
	width: 40%;
	border-right: thin solid #9E9999;
	padding-left: 6%;
}
	footer #contact h4 {
		font-size: 18px;
		font-style: normal;
		margin-bottom: 5px;
	}
footer #widri {
	float: left;
	color: #5E5E5E;
	font-style: oblique;
	width: 20%;
	padding-left: 20px;
	position: relative;
}
	footer #widri h4 {
		font-size: 18px;
		font-style: normal;
		width: 45%;
		text-align: right;
		margin-top: 10px;
	}
	footer #widri img {
		width: 70px;
		height: 68px;
		position: absolute;
		top: 0px;
		right: 0px;
	}

/*******
 * Structure products, recipe and conocenos
 ***********/
 
aside {
	float: left;
	width: 20%;
	min-width: 160px;
}
section {
	float: right;
	width: 79%;
}

/**************************************
 *
 * CONTENT
 *
 **************************************/
 
/****************
 * Index
 ****************/

#banner {
	margin-top: 10px;
	margin-bottom: 10px;
}
#banner-wrapper {
	overflow: hidden;
	background-repeat: repeat;
	height: auto;
	background-color: #ED9F47;
}
.index_h3 {
	color: #ED9F47;
	font-weight: 400;
	text-align: center;
	background-color: #F3F2F2;
	padding-top: 5px;
	padding-bottom: 5px;
}
#index_column1 {
	background-color: #FFFFFF;
	float: left;
	width: 30%;
	margin-right: 2.5%;
	border: thin solid #B4AEAE;
}
	#index_column1 .novedad {
		min-height: 50px;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		float: left;
	}
	#index_column1 .novedad:hover { color: #EA902B; }
	#index_column1 .novedad a { text-decoration: none; }
	#index_column1 .novedad a:hover { color: #ED9F47; }
	#index_column1 .novedad p {
		width: 90%;
		float: right;
		margin-right: 10px;
	}
#index_column2 {
	float: left;
	width: 35%;
	border: thin solid #B4AEAE;
}
	#index_column2 h4 {
		margin-top: 5px;
		margin-bottom: 5px;
		text-align: center;
		background-color: #DADADA;
	}
	#index_column2 .new {
		position: relative;
		margin-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		height: 60px;
	}
	#index_column2 .new p {
		float: left;
		text-align: left;
		width: 70%;
		font-size: 20px;
		left: 2%;
	}
	#index_column2 .new .button {
		display: block;
		width: 30%;
		background: #132434;
		border-radius: 5px;
		color: #FFFFFF;
		text-align: center;
		padding: 10px;
		text-decoration: none;
		float: right;
		margin-top: 5px;
	}
	#index_column2 .new .button:hover { color: #ED9F47; }
#index_column3 {
	float: right;
	width: 30%;
	border-left: thin solid #B4AEAE;
	border-right: thin solid #B4AEAE;
	border-bottom: thin solid #B4AEAE;
	border-top: thin solid #B4AEAE;
}

/****************
 * Products
 ****************/

/* General */

#products_list_preview h3 {
	color: #ED9F47;
	font-weight: 300;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
.p_preview {
	float: left;
	width: 160px;
	height: 160px;
	overflow-x: hidden;
	margin-right: 1.9%;
	margin-bottom: 20px;
	-webkit-box-shadow: 2px 2px #B2B2B2;
	box-shadow: 2px 2px #B2B2B2;
	margin-left: 1.9%;
}
.p_preview .p_preview_text {
	color: #000000;
	font-size: x-large;
	width: 100%;
	background-color: #FDFDFD;
	padding-left: 10px;
	opacity: 0.6;
}
#arroces_c { background-image: url(../images/products_type/preview/p_arroz.jpg); }
#carnes_c { background-image: url(../images/products_type/preview/p_carnes.jpg); }
#cefalopodos_c { background-image: url(../images/products_type/preview/p_cefalopodos.jpg); }
#ensaladas_c { background-image: url(../images/products_type/preview/p_ensaladas.jpg); }
#helados_c { background-image: url(../images/products_type/preview/p_helados.jpg); }
#mariscos_c { background-image: url(../images/products_type/preview/p_mariscos.jpg); }
#pasteleria_c { background-image: url(../images/products_type/preview/p_pasteleria.jpg); }
#patatas_c { background-image: url(../images/products_type/preview/p_patatas.jpg); }
#pescado_c { background-image: url(../images/products_type/preview/p_pescado.jpg); }
#pasta_f_c { background-image: url(../images/products_type/preview/p_pasta_fresca.jpg); }
#platos_p_c { background-image: url(../images/products_type/preview/p_platospreparados.jpg); }
#precocinados_c { background-image: url(../images/products_type/preview/p_precocinados.jpg); }
#verduras_c { background-image: url(../images/products_type/preview/p_verduras.jpg); }

/* Pages !! compartido con Recipes */

.products img {
	width: 100%;
	border: 2px solid #A4A2A2;
	height: 200px;
	background-color: #ED9F47;
}
.products ul {
	list-style-type: none;
	width: 100%;
	padding-left: 0px;
}
	.products ul {
		text-decoration: none;
		width: 100%;
	}
	.products ul li {
		border: 2px solid #AAA7AE;
		margin-top: 10px;
		height: 40px;
		text-align: left;
		line-height: 40px;
		width: 96%;
		margin-left: 2%;
		padding-left: 1%;
		padding-right: 1%;
	}
	.products ul li a { float: right; }
	.products ul li:hover, .recipe_selection {
		border-color: #ED9F47 !important;
		background-color: #ECECEC;
	}
	
.recipes a {
	float: left !important;
	width: 100%;
	text-decoration: none;
}

/****************
 * Recipes
 ****************/

/* General */

.recipe_preview {
	width: 100%;
	height: 200px;
	overflow: hidden;
	background-color: #E6E6E6;
	float: left;
	margin-bottom: 5px;
	border: thin solid #D6D5D5;
}
.recipe_preview:hover { color: #FC9007; }
.recipe_preview img {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.recipe_preview p {
	font-size: 20px;
	text-align: center;
}

/* Recipe */

#recipe { width: 100%; }

	#recipe embed {
		width: 60%;
		height: 900px;
		margin-left: 20%;
	}



/****************
 * Contact 
 ****************/
 
/*
 * Somos
 */

#p_somos {
	width: 100%;
	top: auto;
	position: relative;
}
	#p_somos #cursilada {
		margin-bottom: 20px;
		height: 250px;
		width: 90%;
		float: right;
	}
		#p_somos #cursilada p {
			width: 70%;
			text-align: justify;
			margin-top: 30px;
			float: left;
		}
		#p_somos #cursilada #fondo {
			width: 100px;
			height: 100px;
			float: right;
			margin-top: 70px;
			margin-right: 9%;
		}

/*
 * Marcas
 */
 
#p_marcas {
	width: 85%;
	float: left;
	margin-left: 10%;
	margin-top: 30px;
}

/*
 * Servicios
 */

#p_servicios {
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 90%;
	margin-left: 5%;
	margin-top: 30px;
	text-align: justify;
}
	#p_servicios h3 {
		margin-top: 30px;
		margin-bottom: 15px;
		padding: 0 10px;
	}
	#p_servicios img {
		margin-left: 40px;
		margin-top: 80px;
	}

	/* formato Directo */
	#p_servicios #directo {
		width: 70%;
		float: right;
	}
		#p_servicios #directo h3 {
			background-image: -webkit-repeating-linear-gradient(181deg,rgba(255,255,255,1.00) 0%,rgba(237,159,71,1.00) 100%);
			background-image: -moz-repeating-linear-gradient(181deg,rgba(255,255,255,1.00) 0%,rgba(237,159,71,1.00) 100%);
			background-image: -o-repeating-linear-gradient(181deg,rgba(255,255,255,1.00) 0%,rgba(237,159,71,1.00) 100%);
			background-image: repeating-linear-gradient(269deg,rgba(255,255,255,1.00) 0%,rgba(237,159,71,1.00) 100%);
		}
		#p_servicios #directo p {
			width: 70%;
			margin-left: 10%;
			font-size: x-large;
		}
		
	/* formato Domicilio */
	#p_servicios #domicilio {
		width: 60%;
		float: left;
	}
		#p_servicios #domicilio h3 {
			background-image: -webkit-repeating-linear-gradient(1deg,rgba(255,255,255,1.00) 0%,rgba(237,159,71,1.00) 100%);
			background-image: -moz-repeating-linear-gradient(1deg,rgba(255,255,255,1.00) 0%,rgba(237,159,71,1.00) 100%);
			background-image: -o-repeating-linear-gradient(1deg,rgba(255,255,255,1.00) 0%,rgba(237,159,71,1.00) 100%);
			background-image: repeating-linear-gradient(89deg,rgba(255,255,255,1.00) 0%,rgba(237,159,71,1.00) 100%);
			text-align: right;
		}
		#p_servicios #domicilio p {
			width: 70%;
			margin-right: 10%;
			float: right;
			font-size: x-large;
			text-align: right;
		}

/*
 * Beneficios
 */

#p_beneficios {
	text-align: justify;
	width: 90%;
	margin-left: 5%;
}
	#p_beneficios #beneficios_sidebar li { width: 50%; }
	#p_beneficios ul.list li {
		margin-left: 40px;
		margin-top: 10px;
	}
	
/****************
 * Stores
 ****************/
 
/* General */
 
.stores_sidebar {
	background-color: #F3BF84;
	width: 100%;
	float: left;
}
.stores_sidebar ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	float: left;
}
.stores_sidebar li {
	text-align: center;
	width: 33.33%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.stores_sidebar li:hover {
	background-color: #ED9F47;
	color: #000000;
}
.stores_sidebar li a { text-decoration: none; }
.stores_sidebar .current_store {
	text-align: center;
	width: 33.33%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ED9F47;
	color: #000000;
}
.store {
	float: left;
	padding-left: 0px;
	margin-top: 20px;
	width: 100%;
	display: block;
	overflow-y: auto;
	margin-bottom: 20px;
	max-width: 960px;
}
/* Page */

#store_data #infor {
	width: 39%;
	height: 415px;
	float: left;
}
#map-wrapper {
	height: 400px;
	width: 60%;
	border-color: #BBB6B6;
	border-style: solid;
	float: right;
}

#store_data #infor table {
	margin-left: 30px;
	width: 80%;
}
#store_data #infor tbody tr td { border-style: none; }
#store_data #infor h3 { border-bottom: 2px solid #EEB8B9; }
#store_data #infor .dat { margin: 5px 20px; }
#store_data #infor p {
	line-height: normal;
	margin-top: 0px;
	font-size: 16px;
}
#map { height: 100%; }
#store_galery {
	float: left;
	width: 100%;
}
	#store_galery img {
		float: left;
		width: 150px;
		height: 150px;
		margin-top: 10px;
		margin-right: 2%;
		margin-left: 2%;
		margin-bottom: 0px;
	}

/* --- */
