/* ================================= GENERICO ================================ */
body
{
  color: #333333;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-image: url('/pics/pages/masterchef_css_base/fondo_masterchef.jpg');
  line-height: 1.2;
}

div, p, li, td
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
}

p
{
  margin-top: 0px;
  margin-bottom: 0px;
}

img
{
  border: none;
}

.cleanimage
{
  vertical-align: middle;
  border: none;
}

a:link
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #555555;
  text-decoration: none;
}

a:visited
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #555555;
  text-decoration: none;
}

a:active
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #555555;
  text-decoration: none;
}

a:hover
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
  background: transparent;
  text-decoration: underline;
}

/* ================================= DIV ================================ */
#cuerpo
{
  width: 1000px;
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}

div.cajaextcont                  {width:100%; background:url('/pics/pages/masterchef_css_base/esq_inf_der_cont.gif') no-repeat bottom right; padding: 0;}
div.cajaextcont > div              {background:url('/pics/pages/masterchef_css_base/esq_inf_izq_cont.gif') no-repeat bottom left; padding: 0;}
div.cajaextcont > div > div          {background:url('/pics/pages/masterchef_css_base/esq_sup_der_cont.gif') no-repeat top right; padding: 0;}
div.cajaextcont > div > div > div      {background:url('/pics/pages/masterchef_css_base/esq_sup_izq_cont.gif') no-repeat top left; padding: 0;}
div.cajaextcont > div > div > div > div  {background:none; float:none; margin:0; overflow:hidden; padding:0;}


/* ================================= CLASES ================================ */

a.fammenusup:link
{
  color: #eeeeee;
  font-weight: bold;
  font-size: 13px;
  font-family: 'Myriad Pro', Myriad, 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
  text-shadow: #333333 2px 1px 2px;
  text-decoration: none;
}

a.fammenusup:visited
{
  color: #eeeeee;
  font-weight: bold;
  font-size: 13px;
  font-family: 'Myriad Pro', Myriad, 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
  text-shadow: #333333 2px 1px 2px;
  text-decoration: none;
}

a.fammenusup:active
{
  color: #eeeeee;
  font-weight: bold;
  font-size: 13px;
  font-family: 'Myriad Pro', Myriad, 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
  text-shadow: #333333 2px 1px 2px;
  text-decoration: none;
}

a.fammenusup:hover
{
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  font-family: 'Myriad Pro', Myriad, 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
  text-shadow: #222222 2px 1px 2px;
  text-decoration: underline;
}

/* Familias menu izquierda */
a.fammenu:link
{
  text-decoration: none;
}

a.fammenu:visited
{
  text-decoration: none;
}

a.fammenu:active
{
  text-decoration: none;
}

a.fammenu:hover
{
  text-decoration: underline;
}

a.fammenuon:link
{
  font-weight: bold;
  text-decoration: none;
}

a.fammenuon:visited
{
  font-weight: bold;
  text-decoration: none;
}

a.fammenuon:active
{
  font-weight: bold;
  text-decoration: none;
}

a.fammenuon:hover
{
  font-weight: bold;
  text-decoration: underline;
}

/* Paginacion */
a.page:link
{
  font-weight: bold;
  text-decoration: underline;
}

a.page:visited
{
  font-weight: bold;
  text-decoration: underline;
}

a.page:active
{
  font-weight: bold;
  text-decoration: underline;
}

a.page:hover
{
  font-weight: bold;
  text-decoration: underline;
  color: #cc0000;
}

a.pageon:link
{
  color: #bbaa99;
  font-weight: bold;
  text-decoration: none;
}

a.pageon:visited
{
  color: #bbaa99;
  font-weight: bold;
  text-decoration: none;
}

a.pageon:active
{
  color: #bbaa99;
  font-weight: bold;
  text-decoration: none;
}

a.pageon:hover
{
  color: #bbaa99;
  font-weight: bold;
  text-decoration: none;
}


td.celdasmenu
{
  /*background-color: #b71f08;*/
  color: white;
  height: 55px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  background-image: url('/pics/pages/masterchef_css_base/fondo_menu_dinamico.jpg');
  background-repeat: repeat-x;
  vertical-align: middle;
}

td.celdasmenudin
{
  /*background-color: #b71f08;*/
  color: white;
  height: 55px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  border-left: 1px solid #9f1a0b;
  background-image: url('/pics/pages/masterchef_css_base/fondo_menu_dinamico.jpg');
  background-repeat: repeat-x;
  vertical-align: middle;
}

.boton
{
  background: url('/pics/boton.jpg') no-repeat top left;
  height: 24px;
  vertical-align: middle;
  padding-left: 15px;
}

.boton > div
{
  background: url('/pics/boton.jpg') no-repeat top right;
  height: 19px;
  padding-right: 15px;
  padding-top: 5px;
  white-space: no-wrap;
}

.botoncarrito
{
  background: url('/pics/botoncarrito.jpg') no-repeat top left;
  height: 24px;
  vertical-align: middle;
  padding-left: 35px;
}

.botoncarrito > div
{
  background: url('/pics/botoncarrito.jpg') no-repeat top right;
  height: 19px;
  padding-right: 15px;
  padding-top: 5px;
  white-space: no-wrap;
}

.boton a, .botoncarrito a
{
  color: white;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  white-space: no-wrap;
}

.boton a:hover, .botoncarrito a:hover
{
  color: white;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  white-space: no-wrap;
}

.proname
{
  font-size: 20px;
}

a.pronametiny
{
  font-size: 16px;
}

.proprovkey
{
  font-size: 16px;
}

.prodescr
{
}

.proprice
{
  text-decoration: line-through;
}

.prodiscount
{
  color: red;
}

.prototal
{
  font-weight: bold;
}

.proquantity
{

}

.prodimage
{
  border: 1px solid #ccbbaa;
  margin-right: 15px;
  padding: 5px;
}

.prodimagetiny
{
  border: 1px solid #ccbbaa;
  margin-right: 5px;
  padding: 3px;
}

.clasifimage
{
  padding-bottom: 5px;
}

/* ZOOM */

.zoom
{
  font-size: 10px;
  color: #aaaaaa;
  text-decoration: none;
}

.modalbg
{
  background-image: url(/pics/black-70.png);
  background-repeat: repeat;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5000;
}

.modal
{
  background: transparent;
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
}

/* CART */

.cartheader
{
  font-weight: bold;
  border-bottom: 1px solid #883333;
  white-space: nowrap;
}

/* generic class to point the product lines and use with Javascript. */
.cartline
{}

.cartproduct
{
  border-bottom: 1px dotted #883333;
  white-space: nowrap;
}

.cartfooter
{
  font-weight: bold;
  border-bottom: 1px solid #883333;
  white-space: nowrap;
}

/* FORMAS */

.formanormal
{}

.formatitulo
{
  width: 200px;
  text-align: right;
  text-weight: bold;
  color: #333333;
}

.formastatus
{
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
}

.formacampo
{}

.formaboton
{}

.mandatory
{
  font-size: 9px;
  color: red;
}

.textovideo
{
  color: #7c6435;
  font-family: 'Myriad Pro',Myriad,'Helvetica Neue',Arial,Helvetica,Geneva,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 2px 1px 2px #ffffff;
}

a.textovideo:link
{
  font-family: 'Myriad Pro',Myriad,'Helvetica Neue',Arial,Helvetica,Geneva,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #c91b02;
  text-shadow: 2px 1px 2px #ffffff;
}

a.textovideo:visited
{
  font-family: 'Myriad Pro',Myriad,'Helvetica Neue',Arial,Helvetica,Geneva,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #c91b02;
  text-shadow: 2px 1px 2px #ffffff;
}

a.textovideo:active
{
  font-family: 'Myriad Pro',Myriad,'Helvetica Neue',Arial,Helvetica,Geneva,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #c91b02;
  text-shadow: 2px 1px 2px #ffffff;
}

a.textovideo:hover
{
  font-family: 'Myriad Pro',Myriad,'Helvetica Neue',Arial,Helvetica,Geneva,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #db2f01;
  text-shadow: 2px 1px 2px #ffffff;
}

.capturadireccion
{
  margin-top: 15px;
  width: 100%;
}

.capturadireccion .title
{
  width: 30%;
  text-align: right;
  vertical-align: top;
}

.capturadireccion .status
{
  width: 20px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
}

.capturadireccion .field
{
  width: 70%;
  vertical-align: top;
}

.capturadireccion .field input
{
  border: 1px solid #aaaaff;
}

a.orderlink
{
  font-weight: bold;
  margin-left: 10px;
}

.entrymandatory td
{ padding: 3px; }

.entrynormal td
{ padding: 3px; }

