/* **
** CSS para la validadción
** **/
h1{
	margin-top:0;
	text-align:right;
	padding-right:5px;
	border-bottom: 1px solid #cc0001;
	font-size:1.6em;
}
input.error, select.error {
	padding-right: 16px; 
	border: 1px solid red; 
	background-color: #FFFCE2; 
	background-image: url(../img/warning_obj.gif); 
	background-position: right; 
	background-repeat: no-repeat;
}
input:focus, select:focus {
	border: 1px solid red; 
	background-color:#EFEFEF;
}

div#submenu {
text-align:right;
margin-top: 94px;
}
div#submenu ul, div#submenu ul li, ul#menu_pedido, ul#menu_pedido li {
float:right;
list-style: none;
padding-top: 0;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
margin-top: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
div#submenu ul li {
}
div#submenu ul li a, ul#menu_pedido li a {
  display:block;
  text-decoration:none;
  float:left;
  padding: 3px 10px;
  color: white;
}
ul#menu_pedido li a {
	background-color: black;
	border: 1px solid gray;
	margin-right:5px;
}
div#submenu ul li a:hover {
  color: silver;
}
ul#menuNav, ul#menuNav li, ul#menuResto, ul#menuResto li {
  width: 148px;
  margin:0;
  padding:0;
  list-style-type: none;
  text-decoration: none;
}
ul#menuNav li div{
	margin-left:2px;
	padding: 3px;
	background-color: #f0f0f0;
	border: 1px solid silver;
	font-weight: bolder;
	text-align:center;
}
ul#menuNav a {
  background: White url(../img/fondo_boton0.jpg) no-repeat top left;
  color: black;
  display: block;
  margin: 2px 0 0 2px;
  padding: 6px 2px 6px 10px;
  border: 1px solid #cc0001;
  border-right: 1px solid white;
  border-top:1px solid #f0f0f0;
  text-decoration: none ;
}
ul#menuNav a:hover {
  background: White url(../img/fondo_boton01.jpg) no-repeat top left;
  
  color: gray;
}
ul#menuResto li{

}
ul#menuNov{
	float:right;
}
ul#menuResto a, ul#menuNov a {
  background: White url(../img/fondo_boton1b.gif) repeat top ;
  color: white;
  display: block;
  margin:0;
  padding: 6px 2px 4px 10px;
  border-bottom:1px solid #cc3300;
  text-decoration: none ;
}
ul#menuNov a {
  padding: 6px 2px 6px 10px;
}
ul#menuResto a:hover, ul#menuNov a:hover {
  background: White url(../img/fondo_boton2b.gif) repeat top;
  color: silver;
}
ul#menuNov, ul#menuNov li{
  width: 120px;
  margin:0;
  padding:0;
  list-style-type: none;
  text-decoration: none;	
}
ul#menuNav ul, ul#menuNav ul li {
  margin: 0;
  padding:0;
  float:left;
  display: inline;
}
div#miga {
  height: 10px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bolder;
  font-size: 0.9em;
  padding: 2px 0;
}
div#miga a {
  color:black;
  text-decoration:none;
}
div#miga a:hover {
  text-decoration:underline;
}
table.grupo {
  border-collapse: separate;
  border-spacing:2em;
  text-align: left;
}
table.grupo td {
  background: transparent url(../img/mini-grupo.gif) no-repeat top left;
  border:1px solid black;
  border-right: 3px solid #cc3300;
  height: 110px;
  width:200px;
}
div.borde-sup {
  margin: 0;
  padding: 0;
  margin-top: 25px;
  min-width:200px;
  height: 85px;
  text-align: center;
}
div.borde-sup a {
  display: block;
  width: 100%;
  margin:-1px 0 0 -1px;
  background-color: black;
  color: white;
  padding: 2px 1px;
  text-decoration: none;
}
div.borde-sup a:hover {
  background-color: #cc3300;
  color: white;
}
table.familia {
  width: 500px;
  border-collapse: collapse;
}
table.familia th{
	text-align: center;
	padding: 3px;
	background-color: #f0f0f0;
	border-top: 1px solid silver;
	border-bottom: 2px solid silver;
}
table.familia td {
  border-bottom: 1px dotted #cc3300;
  padding-top: 3px;
}

table.familia td img {
  margin: 0;
  padding: 0;!important
}
table.familia td a {
  /*display: block;*/
  text-align:center;
  font-weight: bolder;
  text-decoration: none;
  color: black;
}
table.familia td a:hover {
  color: #cc3300;
  text-align:underline;
}
div#ficha_producto {
  position: relative;
  padding: 0px;
  width: 560px;
}
div#ficha_producto img {
  position: absolute;
  left:0px;
  display: block;
  width:200px;
}
div#datos_producto {
  /*
  float:left;
  */
  float:right;
  width:350px;
  margin-left: 215px;
  padding:3px; 
  /*
  position: absolute;
  left: 215px;
  */
}
div#datos_producto ul, div#datos_producto ul li {
  margin: 0;
  padding:0;
  list-style: none;
  font-size: 1.0em;
}
div#datos_producto ul li {
  padding: 2px 0;
}
.linea_inf {
  border-bottom: 1px solid gray;
}
a.enlace_foto {
  position:absolute;
  top: 200px;
  left:0px;
  display: block;
  width:200px;
  text-align: center;
  background-color: Black;
  color:white;
  text-decoration: none;
  padding: 2px 0;
}
a:hover.enlace_foto {
  font-weight:bolder;
}
fieldset {
   margin-top: 3px;
   border: 1px solid brown;
   padding: 3px;
}
input, select {
  border: 1px solid gray;
  margin-bottom: 3px;
  font-size: 1.0em;
}
input.submit{
	cursor:pointer;
}
fieldset h4{
	margin:0;
	margin-bottom: 3px;
	text-align:center;
	border-bottom: 1px solid #E39696;
	font-size: 1.0em;
}
.nada{
	border:0;
	margin: 0;
	padding:0;
}
h4.seg{
	clear:both;
	font-size: 1.1em;
	border-bottom: 1px solid #E39696;
}
a.mas_carrito {
	background: #cc3300 url(../img/carrito+.gif) no-repeat left;
	display:block;
	width:110px;
	padding: 2px 5px 2px 18px;
	cursor:pointer;
	color:white;
	text-decoration: none;
	font-size: 1.0em;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-bottom:1px solid gray;
	border-right: 1px solid gray;
}
a:hover.mas_carrito  {
	background: #EA3B00 url(../img/carrito+.gif) no-repeat left;
	color:white;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom:1px solid silver;
	border-right: 1px solid silver;
}
p, p li {
	font-size: 1.1em;
}
div.cuad_busca{
	width:250px;
	height:150px;
	background: #fff url(../img/fondo_busca2.jpg) no-repeat top;
	color: white;
	border:1px solid black;
}
div.cuad_busca fieldset{
	padding-top:50px;
	border:0;
	font-weight:bolder;
}
div.cuad_busca fieldset label{
	display:block;
	width: 160px;
	height:16px;
}
div.cuad_busca fieldset select{
	margin-left:40px;
	width: 150px;
	font-size: 1.1em;
}
div.novedades{
	position:absolute;
	left: 340px;
	top:0;
	width:230px;
	height: 360px;
	border:1px solid #000;
	background-color: black;
}
div.ofertas{
	position:absolute;
	top:0px;
	left:0px;
	width:330px;
	height: 195px;
	border:1px solid #000;
	background-color: black;
}
div.catalogo1{
	position:absolute;
	top:200px;
	left: 0px;
	width:160px;
	height: 160px;
	border:1px solid #000;
	background-color: black;
}
div.catalogo2{
	position:absolute;
	top:200px;
	left: 170px;
	width:160px;
	height: 160px;
	border:1px solid #000;
	background-color: black;
}
/*
Coffee with milk
Table design by Roger Johansson, 456 Berea Street
www.456bereastreet.com
================================================*/

table.pedido {
	font:normal 1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-spacing:0;
	margin:0 0 1em;
	color:#000;
	width:90%;
	margin-left:30px;
	empty-cells: show;
}
table.pedido a {
	color:#523A0B;
	text-decoration:none;
	border-bottom:1px dotted;
	}
table.pedido a:visited {
	color:#444;
	font-weight:normal;
	}
table.pedido a:visited:after {
	content:"\00A0\221A";
	}
table.pedido a:hover {
	border-bottom-style:solid;
	}
table.pedido thead th,
table.pedido thead td,
table.pedido tfoot th,
table.pedido tfoot td {
	border:1px solid #523A0B;
	border-width:1px 0;
	background:#EBE5D9;
	}
table.pedido th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
table.pedido tbody th,
table.pedido td {
	padding:0.25em 0.5em;
	text-align:left;
	vertical-align: middle;
	}
table.pedido tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
table.pedido tbody th a:link,
table.pedido tbody th a:visited {
	font-weight:bold;
	}
table.pedido tbody td,
table.pedido tbody th {
	border:1px solid #fff;
	border-width:1px 0;
	}
table.pedido tbody tr.odd th,
table.pedido tbody tr.odd td {
	border-color:#EBE5D9;
	background:#F7F4EE;
	}
table.pedido tbody tr:hover td,
table.pedido tbody tr:hover th {
	background:#ffffee;
	border-color:#523A0B;
}
table.final{
	font:normal 1.0em Verdana, Arial, Helvetica, sans-serif;
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	color:#000;
	width:90%;
	margin-left:30px;
	border-collapse: collapse;
	empty-cells: show;
}
table.final thead th,
table.final thead td,
table.final tfoot th,
table.final tfoot td {
	border:1px solid #523A0B;
	border-width:1px 0;
	/*background:#EBE5D9;*/
	background:#f0f0f0;
}
table.final thead th.sin_borde, 
table.final thead td.sin_borde,
table.final tfoot th.sin_borde, 
table.final tfoot td.sin_borde {
	border-bottom: 0;
}
table.final thead th.sin_borde2, 
table.final thead td.sin_borde2,
table.final tfoot th.sin_borde2, 
table.final tfoot td.sin_borde2 {
	border-top: 0;
}
table.final tfoot tr.sin_fondo th, 
table.final tfoot tr.sin_fondo td {
	background-color:white;
	border: 0;
	vertical-align: top;
	border-bottom: 1px solid silver;
}
table.final td{
	border-top: 1px dotted silver;
}
.sImp, .sImp h1, .sImp h4{
	height:0;
	width:0;
	visibility: hidden; !important
	display: none; !important
}
div#cesta{
	width:133px;
background: White url(../img/fondo_carrito.jpg) no-repeat top left;
  color: black;
  display: block;
  margin: 2px 0 0 2px;
  padding: 6px 2px 6px 10px;
  border: 1px solid #cc0001;
  /*
  border-right: 1px solid white;
  border-top:1px solid #f0f0f0;
  */
}
div#cesta a {
color:black;
cursor: pointer;
  text-decoration: none ;
}
div#cesta a:hover {
  text-decoration: underline ;
}
form#ingresar{
	margin: 0 140px;
}
form#ingresar label{
	display: block;
	width:90px;
	height:20px;
}
form#ingresar input{
	display: block;
	width:150px;
	float:left;
	margin-left: 100px;
	margin-top: -20px;
}
form#ingresar input.submit{
	display: inline;
	margin: 0 5px;
	width: 80px;
}
div#menuUsuario{
	position:absolute;
	padding-left: 10px;
	width:250px;
	left:5px;
	border-left: 1px dotted silver;
	text-align:left;
}
div#menuUsuario a{
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px dotted silver;
	/*border-right: 1px dotted silver;*/
	color: black;
	text-decoration:none;
}
div#menuUsuario a:hover{
	color: silver;
}
div#columna ul,li{
	margin:0;
	padding:0;
	list-style: none;
}
div#columna li{
	margin-bottom: 8px;
	padding-right: 2px;
}
div#columna li img{
	margin:-1px 2px 0 0;
	float: left;
}
.sfc{
	color: #cc0001;
}
a.dowload{
	width: 120px;
	height:30px;
	margin:10px;
	border:1px solid #ff9900;
	background-color: #FFC166;
	text-decoration:none;
	padding: 10px 30px 10px 5px;
	color: #cc0001;
	font-weight:bolder;
}
a.dowload img{
	border:0;
}