/* GENERAL DE LA PAGINA */
body {
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(img/separador.gif);
	background-repeat:  repeat-x;
	background-position: left 100px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#web {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #D8D5D5;
	padding-bottom: 10px;
	text-align: left;
	background-image: url(img/fondo_general.gif);
	background-repeat: repeat-y;
	background-position: right 125px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

li {
	margin-bottom: 10px;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/* BLOQUES PRINICIPALES ----------------------------------------------------------------- */
.titular {
	clear: both;
	text-align: left;
	float: left;
}

.desarrollo {
	margin-bottom: 20px;
	clear: both;
	text-align: left;
	float: left;
	width: 513px;
	font-size: 10pt;
}
.desarrollo select {
	font-size: 12px;
}

.cabecera {
	height: 106px;
	background-color: #da251c;
	background-image: url(img/fondo_intranet.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float: left;
	width: 990px;
}
.cabecera img {
	clear: none;
	float: left;
}
.cabecera .usuario {
	color: #FFFFFF;
	text-align: right;
	float: right;
	width: 300px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 10pt;
}

.central {
	color: #000000;
	text-align: left;
	float: right;
	width: 590px;
	padding-left: 20px;
	background-image: url(img/fondo_linea.gif);
	background-repeat: no-repeat;
	clear: none;
}
.centralogin {
	color: #000000;
	text-align: left;
	float: right;
	width: 592px;
	padding-left: 20px;
	background-image: url(img/fondo_linea.gif);
	background-repeat: no-repeat;
	height: 410px;
	padding-top: 70px;
}
#login {
	width: 200px;
	text-align: center;
	padding: 20px;
	margin-left: 125px;
}
#login label {
	clear: both;
	float: left;
	margin-bottom: 20px;
	text-align: left;
}
#login .entrar {
	margin-left: 35px;
}

.pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	background-color: #FF962E;
	padding: 3px;
	padding-right: 10px;
}
.pie a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.pie a:hover {
	color: #000000;
	text-decoration: none;
}

.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el Ãºltimo elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}

/* MENU PRINICIPAL ----------------------------------------------------------------- */
.menu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 319px;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
	clear: none;
}

.menu img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.menu ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 90%;
}
.menu li {
	margin: 0px;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}

.menu li a {
	color: #000000;
	text-decoration: none;
}

.menu li a:hover  {
	text-decoration: underline;
}

#pedidoactual  {
	background-color: #ECE9E9;
	clear: both;
	float: left;
	background-image: url(img/menu_pedido.gif);
	background-repeat: no-repeat;
	padding-top: 34px;
	width: 319px;
}
#pedidoactual #datos {
	color: #666666;
	font-size: 70%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#datos  .precio  {
	text-align: right;
	padding-right: 15px;
	font-weight: normal;
	width: 70px;
}
#datos .suma {
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC8C8;
}
#productos  {
	background-color: #FFFFFF;
	background-image: url(img/productos_fin.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	padding-bottom: 20px;
	clear: both;
	width: 319px;
}
#productos .familia {
	clear: both;
	background-color: #ECE9E9;
	font-weight: bold;
}


#productos  .familia a {
	color: #000000;
}
#productos  .familia a:hover {
	color: #000000;
	text-decoration: underline;
}
#productos .subfamilia {
	padding-left: 20px;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE9E9;
}

/* PAGINACION ---------------------------------------- */

#paginacion {
	color: #666666;
	margin-top: 10px;
	float: left;
	width: 513px;
	font-weight: bold;
	clear: left;
}
#paginacion a {
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: normal;
}
#paginacion a:hover {
	color: #666666;
	text-decoration: underline;
}
#paginacion .paginas {
	clear: left;
	float: left;
	font-size: 90%;
	width: 350px;
}
#paginacion .resultados {
	float: right;
	margin-left: 20px;
	font-size: 90%;
	clear: right;
	width: 100px;
	text-align: right;
}
#listapedidos {
	border: 1px solid #FFFFFF;
}


#listapedidos a {
	color: #800000;
	text-decoration: none;
}

/* PEDIDOS ------------------------------------------------------- */

#listapedidos td {
	padding: 5px;
	text-align: center;
	background-color: #FFFFFF;
}
#listapedidos th {
	padding: 5px;
	text-align: center;
	background-color: #D8D5D5;
}


#listapedidos img {
	border: 0;
}

/* CARRITO ------------------------------------------------------- */
#carrito {
	border: 1px solid #FFFFFF;
	font-size: 11px;
}

#carrito td {
	padding: 5px;
	text-align: center;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D5D5;
}
#carrito th {
	padding: 5px;
	text-align: center;
	background-color: #D8D5D5;
	font-size: 12px;
}

#carrito a {
	color: #800000;
	text-decoration: none;
}

#carrito img {
	border: 0;
}
#carrito  input {
	font-size: 11px;
	background-color: #ECE9E9;
	margin-right: 3px;
	margin-left: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: right;
}
#carrito  .precio  {
	text-align: right;
	padding-right: 15px;
	font-weight: normal;
}
#carrito .suma {
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC8C8;
}
#carrito .cambiar  {
	color: #FFFFFF;
	background-color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 11px;
	padding: 0px;
	text-align: center;
	cursor: pointer;
}

/* BUSCADOR ----------------------------------------------------------------- */
#buscador  {
	background-image: url(img/buscador.gif);
	background-repeat: no-repeat;
	width: 490px;
	font-size: 12px;
	padding-top: 12px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 17px;
	margin-bottom: 10px;
	float: left;
	clear: both;
}
#buscador  label {
	margin-left: 7px;
	margin-right: 7px;
}
.botonbusca {
	background-image: url(img/boton.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 18px;
	width: 92px;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 12px;
	cursor: pointer;
}

.cuadrobusca {
	background-color: #ECE9E9;
	padding: 1px;
	height: 18px;
	width: 125px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.selectbusca {
	background-color: #ECE9E9;
	padding: 1px;
	height: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 90%;
}

.campo {
	background-color: #EFECE9;
	border: 1px solid #666666;
}

/* FORMULARIOS ---------------------------------------- */
.asterisco {
	color: #DA251C;
	margin-left: 3px;
	font-size: 150%;
	font-weight: bold;
	line-height: 60%;
}

.bloqueizd {
	float: left;
	clear: none;
	margin-right: 20px;
}
.bloqueder {
	float: right;
	margin-left: 15px;
}

.finfila { /* separa una fila de otra en los formularios */
	clear:both;
	margin-botton: 10px;
	background-color: #D8D5D5;
	color: #D8D5D5;
	border: 0;
	height: 1px;
}

.boton {
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}
.boton input {
	margin: 5px;
	cursor: pointer;
}

/* RUTA ---------------------------------------- */
.ruta {
	margin-bottom: 10px;
	padding: 0px;
}
.ruta a {
	color: #666666;
	text-decoration: underline;
}
.ruta a:hover {
	color: #000000;
	text-decoration: underline;
}

/* DESCARGAS ---------------------------------------- */
.fichadescarga {
	background-color: #CCC8C8;
	padding: 0px;
	clear: both;
	float: left;
	margin-bottom: 10px;
	border: 1px #999999 solid;
	margin-top: 10px;
	background-color: #cccccc;
	width: 513px;
	font-size: 11px;
}
.fichadescarga .literal {
	padding: 4px;
	clear: left;
	float: left;
	width: 200px;
	margin-bottom: 0;
	font-weight: bold;
	border-bottom-color: #CCC8C8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #ECE9E9;
}
.fichadescarga .dato {
	padding: 4px;
	float: right;
	width: 296px;
	margin-bottom: 0;
	border-bottom-color: #CCC8C8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCC8C8;
	background-color: #ECE9E9;
	clear: right;
}
.fichadescarga .accion {
	text-align: right;
	padding: 4px;
	font-weight: bold;
	float: right;
	clear: right;
	width: 112px;
}

/* PRODUCTOS ---------------------------------------- */
.fichaproducto {
	background-color: #FFFFFF;
	padding: 0px;
	clear: both;
	float: left;
	margin-bottom: 10px;
	border: 1px #999999 solid;
	margin-top: 10px;
	width: 513px;
	font-size: 11px;
}
.fichaproducto .nombre {
	font-weight: bold;
	color: #000000;
	background-color: #ECE9E9;
	padding: 5px;
	clear: left;
	text-transform: uppercase;
	width: 300px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC8C8;
	float: left;
}
.fichaproducto .dato {
	clear: none;
	float: right;
	width: 120px;
}
.fichaproducto .literal {
	width: 300px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC8C8;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC8C8;
	padding: 5px;
	float: left;
	clear: left;
}
.fichaproducto   img {
	float: right;
	margin-left: 15px;
	clear: right;
	margin-right: 40px;
	margin-top: 5px;
}
.fichaproducto .accion {
	text-align: center;
	padding: 4px;
	font-weight: bold;
	float: right;
	clear: right;
	width: 112px;
	margin-right: 40px;
	padding-top: 5px;
}
#carrito .total {
	font-weight: bold;
	color: #DA251C;
	text-align: right;
}

#observaciones {
	margin-top: 10px;
}
#observaciones textarea{
	font-size: 12px;
	background-color: #ECE9E9;
	width: 513px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
#observaciones .cambiar  {
	color: #FFFFFF;
	background-color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 11px;
	padding: 0px;
	text-align: center;
	cursor: pointer;
}
.iva {
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding: 5px;
	clear: both;
	letter-spacing: 0.2ex;
}
