@charset "ISO-8859-1";

/* General Reset
--------------------------------------------------*/
* {
margin: 0;
padding: 0;
outline: 0;
}


/* General Styles
--------------------------------------------------*/

body {
	font-size: 62.5%;
	font-family: 'Georgia', 'Times New Roman', serif; 
	color: #FFF;
    } 
	
body.productos, body.ofertas {
	background: url(../images/gray_bar.png) repeat-y top right;
}	
	

p, a {
	font-size: 1.4em;
	line-height: 1.6em;
}

p {
	margin-bottom: 0.5em;
	color: #444;
}

p.error {
	font-weight: bold;
	color: red;
}

a {
	font-family: Arial, helvetica, sans-serif;
	color: #b10101;
	font-size: 1em;
}	

a:hover {
	color: orange;
}

a:visited {
	color: purple;
	}
		
li {
	margin-bottom: 0.5em;
	color: #444;
}	

h1 {
	font-size: 2.5em;
	font-family: Arial, helvetica, sans-serif;
	color: #000;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 2.4em;
	font-family: Arial, helvetica, sans-serif;
	color: #000;
	margin-bottom: 0.7em;
}

h3 {
	font-size: 1.75em;
	font-family: Arial, helvetica, sans-serif;
	color: #000;
	margin-bottom: 0.4em;
}

h4 {
	font-size: 1.6em;
	font-family: Arial, helvetica, sans-serif;
	color: #000;
	margin-bottom: 0.4em;
}

/* Layout
--------------------------------------------------*/

body {
	font-size: 62.5%;
	font-family: Arial, helvetica, sans-serif;
	color:#000;
	border: 0px solid blue;
}


/* Header
--------------------------------------------------*/

div#header {
	width: 100%;
	height: 100px;
	overflow: hidden;
	background: #A00700 url(../images/header_bg.png) repeat-y top left;
   	border: 0px solid #DDD;
}

div#header div.logo h1 {
	float: left;
	text-indent: -9999px;
	width: 300px;
	height: 100px;
	background: transparent url(../images/logo.png) no-repeat top left;
	border: 0px solid #DDD;
}

div#header div.telefonos p {
	float: right;
	text-indent: -9999px;
	width: 200px;
	height: 100px;
	background: transparent url(../images/telefonos.png) no-repeat top right;
	border: 0px solid #DDD;
}



/* Navigation Bar
--------------------------------------------------*/

div#header div.nav ul {
	position: absolute;
	top: 40px;
	left: 28%;
	padding: 0; 
	width: 55%;
	border: 0px solid #DDD;
}

div#header div.nav ul  li {
	float: left;
	text-indent: -1000px;
	list-style: none;
	width: 132px;
	height: 30px;
	border: 0px solid #DDD;
}

div#header div.nav ul  li a {
	display: block;
	width: 135px;
	height: 30px;
	background: transparent url(../images/nav_bar.png) no-repeat top left;
}

/* Navigation Bar - Enlaces normales
--------------------------------------------------*/

div#header div.nav ul  li.inicio a {
	background-position: 0px 0px;
}

div#header div.nav ul  li.productos a {
	background-position: -150px 0px;
}

div#header div.nav ul  li.ofertas a {
	background-position: -300px 0px;
}

div#header div.nav ul  li.contacto a {
	background-position: -450px 0px;
}


/* Navigation Bar - Enlaces en hover
--------------------------------------------------*/	

div#header div.nav ul  li.inicio a:hover {
	background-position: 0px -30px;
}

div#header div.nav ul  li.productos a:hover {
	background-position: -150px -30px;
}

div#header div.nav ul  li.ofertas a:hover {
	background-position: -300px -30px;
}

div#header div.nav ul  li.contacto a:hover {
	background-position: -450px -30px;
}


/* Navigation Bar - Enlaces activos
--------------------------------------------------*/	

div#header div.nav ul  li.inicio a.selected {
	background-position: 0px -60px;
}

div#header div.nav ul  li.productos a.selected {
	background-position: -150px -60px;
}

div#header div.nav ul  li.ofertas a.selected {
	background-position: -300px -60px;
}

div#header div.nav ul  li.contacto a.selected {
	background-position: -450px -60px;
}	

/* Content - Inicio
--------------------------------------------------*/

body.inicio div#content {
	width: 100%;
	background: url(../images/main_bg.png) bottom left no-repeat;
	overflow: hidden;
   	border: 0px solid #444;
}

body.inicio div#content div.intro {
	float: left;
	padding: 50px 0px 25px 375px;
	width: 50%;
   	border: 0px solid #444;
}

div#content div.intro p {
	line-height: 1.2em;
	font-size: 1.5em;
}

div#content div.intro ul {
	margin-left: 25px;
}

div#content div.intro ul li {
	line-height: 1.2em;
	font-size: 1.2em;
}


div#content div.intro p.big {
	font-size: 2em;
	line-height: 1.1em;
}

div#content div.intro p.registro {
	line-height: 1.2em;
	font-size: 1em;
	text-align: right;
}


/* Navigation Icons Productos/Ofertas - Enlaces normales
--------------------------------------------------*/

body.productos div#content div.icons, body.ofertas div#content div.icons, body.carro div#content div.icons, body.contacto div#content div.icons {
	float: left;
	width: 24%;
	padding: 50px 20px 25px 0px;
	border-right: 0px solid #444;
}


body.productos div#content div.icons { 
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
	border: 0px solid #000;
}

body.ofertas div#content div.icons {
	display: block;
	overflow: hidden;
	border: 0px solid #000;
}


body.productos div#content div.icons li, body.ofertas div#content div.icons li {
	list-style: none;
	line-height: 0.1em;
	margin: 0;
	padding: 0;
}

body.productos div#content div.icons li a {
	float: left;
	text-indent: -9999px;
	background: url(../images/nav_products.png) top left no-repeat;
	height: 100px;
	width: 110px;
	margin-left: 35px;
	display: inline;
	border: 0px solid #444;
}

body.ofertas div#content div.icons li a {
	float: left;
	text-indent: -9999px;
	background: url(../images/nav_offers.png) top left no-repeat;
	height: 100px;
	width: 110px;
	margin-left:35px;
	display: inline;
	border: 0px solid #444;
}


body.productos div#content div.icons li.ternera a, body.ofertas div#content div.icons li.oferta1 a {
	background-position: 15px 0px;
}

body.productos div#content div.icons li.cerdo a, body.ofertas div#content div.icons li.oferta2 a {
	background-position: -95px 0px;
}

body.productos div#content div.icons li.pollo a, body.ofertas div#content div.icons li.oferta3 a {
	background-position: -205px 0px;
}

body.productos div#content div.icons li.cordero a, body.ofertas div#content div.icons li.oferta4 a {
	background-position: -315px 0px;
}

body.productos div#content div.icons li.charcuteria a, body.ofertas div#content div.icons li.oferta5 a {
	background-position: -425px 0px;
}

body.productos div#content div.icons li.artesanales a, body.ofertas div#content div.icons li.semanales a { 
	background-position: -535px 0px;
}

body.productos div#content div.icons li.barbacoa a, body.ofertas div#content div.icons li.especiales a {
	background-position: -645px 0px;
}

body.productos div#content div.icons li.casqueria a, body.ofertas div#content div.icons li.tartas a {
	background-position: -755px 0px;
}

/*  Trucos
--------------------------------------------------*/

body.trucos div#content div.icons {
	height: 750px;
	background: url(../images/puchero.png) bottom left no-repeat;
	overflow: hidden;
}

body.trucos div#content div.products ul {
	margin: 15px 0px;
	padding: 0px;
}

body.trucos div#content div.products ul  li strong {
	display: block;
	color: #222;
	font-size: 1.2em;
	margin-bottom: 5px;
}

body.trucos div#content div.products ul li.odd {
	list-style: none;
	line-height: 1.4em;
	padding: 5px;
	margin: 10px 0px;
	color: #000;
	background: #EEE;
	border: 1px solid #444;
}

body.trucos div#content div.products ul li.even {
	list-style: none;
	line-height: 1.4em;
	padding: 5px;
	margin: 10px 0px;
	color: #444;
	border: 1px solid #888;
}

/* Navigation Icons Productos/Ofertas - Enlaces en hover
--------------------------------------------------*/

body.productos div#content div.icons li.ternera a:hover, body.ofertas div#content div.icons li.oferta1 a:hover {
	background-position: 15px -99px;
}

body.productos div#content div.icons li.cerdo a:hover, body.ofertas div#content div.icons li.oferta2 a:hover {
	background-position: -95px -99px;
}

body.productos div#content div.icons li.pollo a:hover, body.ofertas div#content div.icons li.oferta3 a:hover {
	background-position: -205px -99px;
}

body.productos div#content div.icons li.cordero a:hover, body.ofertas div#content div.icons li.oferta4 a:hover{
	background-position: -315px -99px;
}

body.productos div#content div.icons li.charcuteria a:hover, body.ofertas div#content div.icons li.oferta5 a:hover {
	background-position: -425px -99px;
}

body.productos div#content div.icons li.artesanales a:hover, body.ofertas div#content div.icons li.semanales a:hover {
	background-position: -535px -99px;
}

body.productos div#content div.icons li.barbacoa a:hover, body.ofertas div#content div.icons li.especiales a:hover {
	background-position: -645px -99px;
}

body.productos div#content div.icons li.casqueria a:hover, body.ofertas div#content div.icons li.tartas a:hover {
	background-position: -755px -99px;
}

/* Navigation Icons Productos/Ofertas - Enlaces seleccionados
--------------------------------------------------*/



body.productos div#content div.icons li.ternera a.selected, body.ofertas div#content div.icons li.oferta1 a.selected {
	background-position: 15px -200px;
}

body.productos div#content div.icons li.cerdo a.selected, body.ofertas div#content div.icons li.oferta2 a.selected {
	background-position: -95px -200px;
}

body.productos div#content div.icons li.pollo a.selected, body.ofertas div#content div.icons li.oferta3 a.selected {
	background-position: -205px -200px;
}

body.productos div#content div.icons li.cordero a.selected, body.ofertas div#content div.icons li.oferta4 a.selected {
	background-position: -315px -200px;
}

body.productos div#content div.icons li.charcuteria a.selected, body.ofertas div#content div.icons li.oferta5 a.selected {
	background-position: -425px -200px;
}

body.productos div#content div.icons li.artesanales a.selected, body.ofertas div#content div.icons li.semanales a.selected {
	background-position: -535px -200px;
}

body.productos div#content div.icons li.barbacoa a.selected, body.ofertas div#content div.icons li.especiales a.selected {
	background-position: -645px -200px;
}

body.productos div#content div.icons li.casqueria a.selected, body.ofertas div#content div.icons li.tartas a.selected{
	background-position: -755px -200px;
}

/* Content - Productos/Ofertas/Carro/Contacto
--------------------------------------------------*/

body.productos div#content div.products, body.ofertas div#content div.products, body.carro div#content div.main {
	float: left;
	width: 45%;
	border: 0px solid #444;
}

body.contacto div#content div.main {
	float: left;
	width: 55%;
	border: 0px solid #444;
}


body.productos div#content div.empty  table {
	float: left;
	border: 0px solid #444;
}

body.productos div#content div.products div, body.ofertas div#content div.products div, body.carro div#content div.main div.inner, body.contacto div#content div.main div.inner {
	padding: 50px 0px 25px 30px;
}

body.productos div#content div.products div p.img {
	background: url(../images/cabecera_productos.jpg) bottom center no-repeat;
	padding-bottom: 75px;
	border: 0px solid #444;
}


body.productos div#content div.empty {
	float: left;
	height: 400px;
}

body.inicio div#content div.empty {
	float: left;
	height: 325px;
}

body.carro div#content div.main div.inner div.acciones {
	display: block;
	overflow: hidden;
	margin: 10px 0px 15px;
	border: 0px solid #444;
}

body.contacto div#content div.main div.inner p.nota {
	font-size: 1em;
	font-style: italic;
}

/* Content - Buttons  Inicio/Productos/Ofertas/Carro
--------------------------------------------------*/

body.inicio div#content div.intro a.iniciar_bt {
	display: block;
	text-align: center;
	text-indent: -9999px;
	background: url(../images/iniciar_bt.png) top center no-repeat;
	height: 37px;
	margin: 5px 0px 5px;
	border: 1px solid #FFF;
}

body.inicio div#content div.intro a.iniciar_bt:hover {
	background-position: center -40px;
}

body.inicio div#content div.intro a.editar_bt, body.productos div#content div.intro a.editar_bt, body.ofertas div#content div.intro a.editar_bt {
	display: block;
	text-align: center;
	text-indent: -9999px;
	background: url(../images/editar_bt.png) top center no-repeat;
	height: 37px;
	margin: -25px 0px 5px;
	border: 0px solid #444;
}

body.inicio div#content div.intro a.editar_bt:hover, body.productos div#content div.intro a.editar_bt:hover, body.ofertas div#content div.intro a.editar_bt:hover {
	background-position: center -40px;
}

body.productos div#content div.intro img {
	padding: 15px 0px 0px 35px;
}

body.productos div#content div.intro a.comprar_bt, body.ofertas div#content div.intro a.comprar_bt{
	float: left;
	clear: left;
	margin: 15px 0px;
	text-align: center;
	text-indent: -9999px;
	background: url(../images/comprar_bt.png) top center no-repeat;
	width: 100%;
	height: 37px;
	border: 0px solid #444;
}

body.productos div#content div.intro a.comprar_bt:hover, body.ofertas div#content div.intro a.comprar_bt:hover {
	background-position: center -40px;
}

body.carro div#content div.main a.pedir_bt {
	float: right;
	margin: 15px 15px;
	text-align: center;
	text-indent: -9999px;
	background: url(../images/pedir_bt.png) top center no-repeat;
	width: 150px;
	height: 37px;
	border: 0px solid #444;
}

body.carro div#content div.main a.pedir_bt:hover {
	background-position: center -40px;
}

body.carro div#content div.main a.seguir_bt {
	float: right;
	margin: 15px 0px 15px 30px;
	text-align: center;
	text-indent: -9999px;
	background: url(../images/seguir_bt.png) top center no-repeat;
	width: 150px;
	height: 37px;
	padding-right: 10px;
	border: 0px solid #444;
}

body.carro div#content div.main a.seguir_bt:hover {
	background-position: center -40px;
}

/* Content - Headlines Productos/Ofertas
--------------------------------------------------*/

body.productos div#content div.intro h3 {
	text-indent: -9999px;
	height: 100px;
	margin-top: -35px;
	border: 0px solid #444;
}

body.ofertas div#content div.intro h3 {
	text-indent: -9999px;
	height: 100px;
	margin-bottom: -35px;
	border: 0px solid #444;
}

body.productos div#content div.ternera h3 {
	background: url(../images/ternera.png) top center no-repeat;
}

body.productos div#content div.cerdo h3 {
	background: url(../images/cerdo.png) top center no-repeat;
}

body.productos div#content div.pollo h3 {
	background: url(../images/pollo.png) top center no-repeat;
}

body.productos div#content div.charcuteria h3 {
	background: url(../images/charcuteria.png) top center no-repeat;
}

body.productos div#content div.artesanales h3 {
	background: url(../images/artesanales.png) top center no-repeat;
}

body.productos div#content div.barbacoa h3 {
	background: url(../images/barbacoa.png) top center no-repeat;
}

body.productos div#content div.cordero h3 {
	background: url(../images/cordero.png) top center no-repeat;
}

body.productos div#content div.casqueria h3 {
	background: url(../images/casqueria.png) top center no-repeat;
}



body.ofertas div#content div.oferta1 h3 {
	background: url(../images/oferta1.png) top center no-repeat;
}

body.ofertas div#content div.oferta2 h3 {
	background: url(../images/oferta2.png) top center no-repeat;
}

body.ofertas div#content div.oferta3 h3 {
	background: url(../images/oferta3.png) top center no-repeat;
}

body.ofertas div#content div.oferta4 h3 {
	background: url(../images/oferta4.png) top center no-repeat;
}

body.ofertas div#content div.oferta5 h3 {
	background: url(../images/oferta5.png) top center no-repeat;
}

body.ofertas div#content div.oferta6 h3 {
	background: url(../images/oferta6.png) top center no-repeat;
}

body.ofertas div#content div.especiales h3 {
	background: url(../images/especiales.png) top center no-repeat;
}

body.ofertas div#content div.tartas h3 {
	background: url(../images/tartas.png) top center no-repeat;
}


/* Content - tablas de las secciones de Productos /Ofertas/Carro/Contacto
--------------------------------------------------*/

body.productos div#content div.intro {
	border: 0px solid blue;
}

body.productos div#content div.intro th, body.ofertas div#content div.intro th {
	line-height: 1.4em;
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #222;
	padding: 2px;
}

body.productos div#content div.intro td, body.ofertas div#content div.intro td {
	line-height: 1.2em;
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #444;
	padding: 2px;
}

body.carro div#content div.main div.inner th, body.contacto div#content div.main div.inner th {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

body.carro div#content div.main div.inner td, body.contacto div#content div.main div.inner td {
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
}


body.productos div#content div.intro td.referencia, body.productos div#content div.intro td.cantidad, body.ofertas div#content div.intro td.referencia, body.ofertas div#content div.intro td.cantidad,
body.carro div#content div.main div.inner td.referencia, body.carro div#content div.main div.inner td.cantidad {
	width: 5em;
	text-align: center;
}

body.productos div#content div.intro th.articulo, body.ofertas div#content div.intro th.articulo, body.carro div#content div.main div.inner th.articulo {
	width: 15em;
	text-align: left;
}

body.productos div#content div.intro td.articulo, body.ofertas div#content div.intro td.articulo, body.carro div#content div.main div.inner td.articulo {
	width: 15em;
	line-height: 1.5em;
	text-align: left;
}

body.productos div#content div.intro th.precio, body.ofertas div#content div.intro th.precio {
	width: 5em;
	text-align: right;
}

body.productos div#content div.intro td.precio, body.ofertas div#content div.intro td.precio, body.carro div#content div.main div.inner td.precio, body.contacto div#content div.main div.inner td.precio {
	width: 5em;
	text-align: right;
}

body.productos div#content div.intro table {
	margin: 0px auto 30px;
	border: 0px solid red;
}

/* Ofertas semanales
--------------------------------------------------*/

body.ofertas div#content div.semanales h2.duracion {
	text-align: center;
}
	

body.ofertas div#content div.semanales table th.tb_header {
	line-height: 1.4em;
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #EEE;
	padding: 2px;
	background: #b10101;
}


/* Carrito lateral de compra
--------------------------------------------------*/

body.productos div#content div.cart, body.ofertas div#content div.cart, body.carro div#content div.cart, body.contacto div#content div.cart {
	position: absolute;
	top: 200px;
	right: 20px;
	background: url(../images/carro_bg_top.png) top left no-repeat;
	border: 0px solid #444;
}

body.productos div#content div.cart div, body.ofertas div#content div.cart div, body.carro div#content div.cart div, body.contacto div#content div.cart div {
	padding: 25px;
	background: url(../images/carro_bg_bottom.png) bottom left no-repeat;
}

body.productos div#content div.cart a.pedir_bt, body.ofertas div#content div.cart a.pedir_bt {
	display: block;
	margin: 5px 0px 0px 15px;
	text-indent: -9999px;
	background: url(../images/pedir_bt.png) top center no-repeat; 
	width: 150px;
	height: 37px;
	border: 0px solid #444;
}

body.productos div#content div.cart a.pedir_bt:hover, body.ofertas div#content div.cart a.pedir_bt:hover {
	background-position: center -40px;
}

body.productos div#content div.cart a.ver_bt, body.ofertas div#content div.cart a.ver_bt {
	display: block;
	margin: 5px 0px 0px 15px;
	text-indent: -9999px;
	background: url(../images/ver_bt.png) top center no-repeat;
	width: 150px;
	height: 37px;
	border: 0px solid #444;
}

body.productos div#content div.cart a.ver_bt:hover, body.ofertas div#content div.cart a.ver_bt:hover{
	background-position: center -40px;
}


/* Carro de Compra
--------------------------------------------------*/

body.carro div#content div.main table, body.contacto div#content div.main table {
	margin: 15px 0px 15px;
	width: 100%;
	border: 1px solid #CCC;
}

body.carro div#content div.main table td, body.contacto div#content div.main table td {
	font-size: 1.5em;
	padding: 2px 5px;
	text-align: right;
	background: #DDD;
	border: 1px solid #CCC;
}

body.carro div#content div.main table td.cantidad {
	background: #FFF;
}

body.carro div#content div.main table th, body.contacto div#content div.main table th {
	line-height: 1.4em;
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	padding: 2px;
	background: #b10101;
}

body.carro div#content div.main p.total, body.contacto div#content div.main p.total {
	text-align: right;
}

body.carro div#content div.main div.actualizar, body.contacto div#content div.main div.actualizar {
	text-align: right;
}


/* Formulario de Contacto
--------------------------------------------------*/

body.contacto div#content div.main iframe {
	margin: -25px 0px 50px;
	border: 1px solid #444;
}


/* Footer
--------------------------------------------------*/


body.inicio div#footer, body.productos div#footer, body.ofertas div#footer, body.carro div#footer, body.contacto div#footer {
	float: left;
	clear: left;
	width: 100%;
	background: url(../images/secondary_bg.png) top left repeat-x;
	overflow: hidden;
   	border: 0px solid green;
}

body.inicio div#footer {
	margin-top: -96px;
	background: url(../images/primary_bg.png) top left repeat-x;
}

body.productos div#footer p.top, body.productos div#footer p.top, body.ofertas div#footer p.top, body.carro div#footer p.top, body.contacto div#footer p.top {
	padding-top: 165px;
	background: url(../images/foot.png) center 85px no-repeat;
}

body.inicio div#footer p.top {
	padding-top: 250px;
	background: url(../images/foot.png) center 180px no-repeat;
	border: 0px solid red;
}

div#footer p {
	text-align: center;
	font-size: 1em;
	line-height: 1.4em;
	color: #888;
	margin: 0;
	padding: 0px 25px 5px;
}

div#footer a {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #b10101;
	margin: 0;
	padding: 0;
}
/* columna imagenes tartas
--------------------------------------------------*/
.black_overlay{
display: none;
position: absolute;
float:left;
top:0%;
left:0%;
width:2000px;
height:1600px;
background-color: #000;
opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;

}
.white_content {
display: none;
position: absolute;
top:10%;
left: 10%;
width: 300px;
height: auto;
padding: 0px;
border: 3px solid #980000;
background-color: white;
z-index:1;
overflow: auto;
 }

.refuno a{
float:left;
background: url("../images/camaraicono.jpg") no-repeat center;
width:35px;
height:25px;
display:block;
}
.tarta {
float:clear;
width:180px;
margin-top:2px;
padding:2px;
}

.close {
float:right;
background: url("../images/cerraricono2.jpg") no-repeat center;
width:30px;
height:30px;

}