#pagina {
    width: 100%;
    height: 100%;
    position: relative;
}

#slide{
    width: 100%;
    height: 250px;
    float:left;
}

#productos {
    width: 100%;
    height:auto;
    float:left;
}

.precio_producto{
    font-size:11px;
    color:#000;
    font-family: 'Oswald',sans-serif;
}

.slider-wrapper { 
	width: 90%; 
	margin: 0 auto;
    margin-top:10px;
}

.cuadroMarcas{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    width: 650px;
    height:35px;
    padding-top: 10px;
    padding-left: 30px;
    margin: 0px;
    margin-left:35px;
    text-align:center;
    border-top:1px dashed #d9d9d9;
    border-bottom:1px dashed #d9d9d9;
}

.cuadroMarcas ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: none;
}

.cuadroMarcas ul li {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
    display: inline;
    text-align:center;
}

.cuadroMarcas ul li a {
    font-size: 11px;
    display: inline-block;
    border-bottom: 0px;
    padding: 5px 0px 2px 4px;
    width:60px;
}

#menuhorizontal{
    display:block;
}

#menupie{
    display:block;
}

.cuadroBuscador{
    float:left;
    width:430px;
    text-align:right;
    vertical-align:middle;
    height:45px;
    line-height:40px;
}

.carrito{
    display: inline;
    vertical-align:top;
    margin-top: 2px;
}

.cuadroCopy{
    float:left;
    width:430px;
    text-align:right;
    vertical-align:middle;
    height:60px;
    line-height:60px;
    font-weight: bold;
}

#busca{
    font-size:14px;
    cursor:pointer;
}

#buscador{
    font-size:12px;
    width:200px;
    height:25px;
}

.cuadroMenuH{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 550px;
    height:35px;
    padding-top: 10px;
    padding-left: 10px;
    margin: 0px;
    margin-left:0px;
    text-align:left;
    float:left;
}

.cuadroMenuH ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: none;
}

.cuadroMenuH ul li {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
    display: inline-block;
    text-align:center;
    background-image: url('../images/empresa/botonmh.png');
    width:105px;
    height:29px;
    line-height:29px;
    color:#ffffff;
    font-weight:normal;
}

.cuadroMenuH ul li a {
    display: inline-block;
    border-bottom: 0px;
    color:#ffffff;
    font-weight:normal;
    width:60px;
    text-decoration: none;
}


.cuadroPie{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    width: 540px;
    height:60px;
    padding-left: 30px;
    margin: 0px;
    margin-left:0px;
    text-align:left;
    float:left;
}

.cuadroPie ul {
    margin: 0px;
    padding: 0px;
    border: none;
}

.cuadroPie ul li {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
    display: inline-block;
    text-align:center;
    width:130px;
    height:60px;
    padding-top:15px;
	vertical-align:top;
}

.cuadroPie ul li a {
    display: inline-block;
    border-bottom: 0px;
    color:#000;
    font-weight:bold;
    width:60px;
    text-decoration: none;
}

.tablaoferta{
	width:100%;
}

.imgoferta{
	width:90%;
	height:100%;
}

#cuadroProductos{
    margin-top: 20px;
    margin-left:20px;
    width:730px;    
    height:auto;
}

.caja_producto{
    width:165px;
    height:310px;
    float:left;
    margin-right:12px; 
    font-size:12px;
    font-weight:bold;
	margin-top:5px;
}

.producto{
    display:block;
    width:165px;
    height:180px;
    border:1px solid #d9d9d9;
}

.descripcion_producto{
    margin-top:10px;
    height:30px;
    color:#a9a9a9;
    font-size:10px;
}

.botones{
    text-align: center;
    display:block;
    height:30px;
}

.botonDetalles {
	-moz-box-shadow:inset 0px 1px 0px 0px #9ECB03;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9ECB03;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83A803), color-stop(1, #6A8802) );
	background:-moz-linear-gradient( center top, #83A803 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83A803', endColorstr='#6A8802');
	background-color:#83A803;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 11px;
	text-decoration:none;
	text-shadow:1px 1px 0px #6A8802;
}.botonDetalles:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6A8802), color-stop(1, #83A803) );
	background:-moz-linear-gradient( center top, #6A8802 5%, #83A803 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6A8802', endColorstr='#83A803');
	background-color:#6A8802;
}.botonDetalles:active {
	position:relative;
	top:1px;
}

.botonDetallesGrd {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8fc0e3), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #8fc0e3 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fc0e3', endColorstr='#378de5');
	background-color:#8fc0e3;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #767676;
	display:inline-block;
	color:#000000;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 11px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}.botonDetallesGrd:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8fc0e3), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #8fc0e3 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fc0e3', endColorstr='#79bbff');
	background-color:#8fc0e3;
}.botonDetallesGrd:active {
	position:relative;
	top:1px;
}

.botonComprar {
	-moz-box-shadow:inset 0px 1px 0px 0px #767676;
	-webkit-box-shadow:inset 0px 1px 0px 0px #767676;
	box-shadow:inset 0px 0px 0px 0px #767676;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e2e2e2), color-stop(1, #c5c5c5) );
	background:-moz-linear-gradient( center top, #e2e2e2 5%, #c5c5c5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#c5c5c5');
	background-color:#e2e2e2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #767676;
	display:inline-block;
	color:#000000;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 11px;
	text-decoration:none;
	text-shadow:1px 1px 0px #a7a7a7;
    cursor:pointer;
}.botonComprar:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e2e2e2), color-stop(1, #a7a7a7) );
	background:-moz-linear-gradient( center top, #e2e2e2 5%, #a7a7a7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#a7a7a7');
	background-color:#e2e2e2;
    cursor:pointer;
}.botonComprar:active {
	position:relative;
	top:1px;
    cursor:pointer;
}

.finalizarCompra{
    font-family: Arial;
    font-size: 12px;
    width: 100%;
    height:140px;
    margin: auto;
    text-align:center;
    background-color:#fff;
    border-bottom:1px dotted #a9a9a9;
    border-right:1px dotted #a9a9a9;
    border-left:1px dotted #a9a9a9;
}
     
.finalizarCompra h1{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    width:100%;
    height:25px;
    line-height:25px;
    margin:auto;
    background-color:#a9a9a9;
}

.datosExtraCompra{
    font-family: Arial;
    font-size: 12px;
    width: 100%;
    height:290px;
    margin: auto;
    text-align:center;
    background-color:#fff;
    border-bottom:1px dotted #a9a9a9;
    border-right:1px dotted #a9a9a9;
    border-left:1px dotted #a9a9a9;
}
     
.datosExtraCompra h1{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    width:100%;
    height:25px;
    line-height:25px;
    margin:auto;
    background-color:#a9a9a9;
}

.registrarse{
    font-family: Arial;
    font-size: 12px;
    width: 100%;
    height:420px;
    margin: auto;
    text-align:center;
    background-color:#fff;
    border-bottom:1px dotted #a9a9a9;
    border-right:1px dotted #a9a9a9;
    border-left:1px dotted #a9a9a9;
}

.registrarse h1{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    width:100%;
    height:25px;
    line-height:25px;
    margin:0;
    background-color:#a9a9a9;
}

.registrarse1{
    font-family: Arial;
    font-size: 12px;
    width: 100%;
	border:1px solid #000;
    height:420px;
    margin: auto;
    text-align:center;
    background-color:#fff;
    border-bottom:1px dotted #a9a9a9;
    border-right:1px dotted #a9a9a9;
    border-left:1px dotted #a9a9a9;
	float:left;
	margin-left:5px;
}

.registrarse1 h1{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    width:500px;
    height:25px;
    line-height:25px;
    margin:0;
    background-color:#a9a9a9;
}

.registrarBox{
    width: 100%;
    height: 420px;
    display:block;
}

.formularioBox{
    float:left;
    width:70%;
}

.loginBox{    
    float:left;
    width:30%;
	margin-left:20px;
}

.loginBox h1{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    width:100%;
    height:25px;
    line-height:25px;
    margin:auto;
    background-color:#a9a9a9;
}

.formularioLogin{
    width:100%;
    border-spacing: 0;
}

.formularioLogin tr td{
    padding-bottom: 10px;
    font-weight: bold;
}

.clienteBox{
    text-align:right;
}

#oferta{
    border:1px dotted #d7d7d7;
    height:100px;
    width:80%;
}

#ofertaTxt{
    height:20px;
    width:100%;
    color: #000;
    line-height:20px;
}

#ofertaPrecio{
    height:20px;
    width:100%;
    color: #f00;
    line-height:20px;
	font-size:8px;
}

.tachado{
    text-decoration:line-through;
    display:inline;
}

.tblDetalle{
    width:90%;
    margin-top:20px;
}

.tblDetalleImg{
    float:left;
    display:block;
    height:260px;
    border:1px dotted #d9d9d9;
    padding-top:10px;
}

.tblDetalleImgC{
    float:left;
    display:block;
    height:160px;
    border:1px dotted #d9d9d9;
    padding-top:10px;
}

.tblDetalleTxt{
    float:left;
    padding-top:5px;
    margin-left:20px;
    font-size:12px;
}

.detalleDatos{
    width:300px;
}

.detalleNombre{
    font-size:25px;
    font-weight:bold;
}

.detalleCategoria{
    font-size:10px;
    color:grey;
}

.detalleStock{
    font-size:10px;
    color:grey;
}

.detalleDescripcion{
    font-size:12px;
}

.rojo{
    color:red;
}

.negrita{
    color:#000;
    font-weight:bold;
}

.marcado{
    /*background-image: url('../images/flechita.gif');
    background-repeat: no-repeat;
    background-position: right 5px;*/
	background-color:#E6F2F9;
	width:224px;
}

.marcadoS{
    color: #000000;
    background-color: #eeeeee;
}
