/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

* {font-family: 'Ubuntu Condensed', sans-serif !important;}
body {
	background: #fff url('../images/background.png') no-repeat 50% 0;
}

a#logo img{
	height: 100px;
	padding-left: 20px;
}

.shadow{
	background: #fff;
	-webkit-box-shadow: 0 -6px 70px 5px rgba(128, 128, 128, 0.6);
	box-shadow:  0 -6px 70px 5px rgba(128, 128, 128, 0.6);
}
	
/* Forms */
form {
background: #F7F7F7;
padding: 10px 15px;
border: 1px solid #EFEFEF;
}


form label {
	width: 140px;
	text-align: right;
	display: inline-block;
}

input[type="submit"] {
	margin: 0 auto !important;
	display: block;
}

form .errors{
	list-style: none;
	text-align: center;
	color: red;
}

input[type=text], input[type=password], select {
	color:#666;
	border:1px solid #CCC;;
	line-height:33px;
	height:33px;
	padding:0px 5px;
	width:240px;
	margin-left:10px;
	margin-bottom:6px;
	display: inline;
}

input[type=submit] {
	background: #000;
	cursor:pointer;
	color:#EEE;
	font-weight:bold;
	border:0 none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	line-height:33px;
	height:33px;
	padding:0px 20px;
	margin:25px 0px 25px 10px;
}

input[type=submit]:hover {
	color: #FFF;
	-moz-text-shadow:1px 1px 3px rgba(0,0,0,.5);
	-webkit-text-shadow:1px 1px 3px rgba(0,0,0,.5);
	text-shadow:1px 1px 3px rgba(0,0,0,.5);
}

textarea {
	color:#666;
	border:1px solid #CCC;;
	line-height:20px;
	height:180px;
	padding:5px;
	width:350px;
	margin-left:10px;
	margin-bottom:6px;
}

input[type=checkbox] {
	width:10px;
	height:10px;
	margin-left:10px;
	margin-bottom:6px;
}

.welcome {
	color: white;
	height: 45px;
	margin: 0;
	line-height: 45px;
	background: black;
	padding: 0 10px;
}

#imagen-label label , #descripcion-element label { float:left; margin-top:5px; margin-right:12px; }

.edit-img-prod {
	margin: 0 auto;
	display: block;
	max-height: 200px;
}

.producto-list-item {

}
.producto-list-item:hover {
	border: 1px solid #999;
}
.producto-list-item h4{
	font-size: 18px;
}

.producto-list-item .precio{
	font-size: 24px;
	color:#125A7C;
	text-align:center;
}
.producto-img-con {
	display:block;
	margin: 0 auto;
}
.producto-img-con img{
	max-height: 110px;
	display:block;
	margin: 0 auto;
	
}
.producto-detalle {

}

.producto-detalle .precio{
	font-size: 20px;
	color:#125A7C;
}

.producto-detalle  #cantidad {
	width: 70px;
	height: 42px;
	text-align: center;
}
.producto-detalle label {
	display: inline;
}

.producto-detalle .producto-con {
	border: 1px solid #CCC;
	margin: 0;
}

.notificaciones {
	display:none;
}

.btn-vaciar {
	background-image: url('/images/icon-cart-delete.png');
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding-left: 40px !important;
	min-width: 115px;
}

.btn-confirmar {
	background-image: url('/images/icon-cart-go.png');
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding-left: 40px !important;
	min-width: 115px;
}

.col-max-100 {
	max-width: 100px;
	overflow: auto;
}

.col-max-200 {
	max-width: 200px;
	overflow: auto;
}

.col-max-300 {
	max-width: 300px;
	overflow: auto;
}

.nota-de-pedido {margin: 20px 0; }
/*.nota-de-pedido td * {font-size:18px; }*/

/* -----------------------------------------
   Page Name 1
----------------------------------------- */

#home #logo img, .producto-img-con img{
	border: 0;
}


/* -----------------------------------------
   Page Name 2
----------------------------------------- */


