﻿/* Estilos generales */


body {
    background: #f1ffd1 url(../imagenes/fondo_body.jpg);
    color: #000;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 85%;
}
/*--*/
textarea.texto, input {
    font-family: Arial, Helvetica, Verdana, sans-serif;
}
dt {
    display: list-item;
    list-style-image: url(../imagenes/bullete.gif);
    margin-left: 20px;
}
hr {
    background-color: #dfdfdf;
    color: #dfdfdf;
}
/*--*/
.vacio {
    background: transparent none;
}
/*--*/
.box {
    border-collapse: collapse;
}
.box.conCaja {
    border: 0px none;
}
.box .boxView {
    padding: 2px;
}
/*--*/
.principal .box {
    margin-top: 0px;
}
.principal .boxView ul.horizontal li {
    margin-left: auto;
}
.principal .boxView ol.horizontal li {
    margin-left: auto;
}
.principal .boxView ul.horizontal li a {
    margin: auto auto;
}
.principal .boxView ol.horizontal li a {
    margin: auto auto;
}
/* Estructura página */
/*--*/
#wrapper {
    background-color: #FFF;
    font-size: 0.9em;
    position: relative;
    width: 1000px;
    width: 90%;
}
/*--*/
/*
.wrapperLeft {
	display: none;
	position: absolute;
	width: 0px;
}
.wrapperRight {
	display: none;
	position: absolute;
	width: 0px;
}
.wrapperBgr
{
	background: transparent;
	width: 100%;
	left: 0;
	height: 658px;
}

*/
/*--*/
#header {
    background-color: #fffee2;
    background-position: left top;
    background-repeat: no-repeat;
    height: 170px;
}
/*--*/
#main {
    background: #fff none repeat scroll 0%;
    margin-bottom: 170px;
    top: 173px;
}
/*--*/
#leftColumn {
    font-size: 95%;
    padding-left: 0px;
    padding-top: 5px;
    width: 21%;
}
/*--*/
#footer {
    background-color: #fff;
    padding-bottom: 2px;
}
/*--*/
#content {
    width: 78%;
}
.one-col .principal {
    display: block;
    float: none;
    width: 99.5%;
}
.one-col .rightColumn {
    display: none;
    width: 0%;
}
.two-col .principal {
    width: 74.2%;
}
.two-col .rightColumn {
    font-size: 95%;
    padding-right: 0px;
    width: 24.5%;
}
/*--*/
#main-principal, #main-principalRight {
    margin-top: 10px;
}
.principal .one-col #main-principal, .principal .one-col #main-principalRight {
    display: block;
    float: none;
    width: 99.5%;
}
.principal .two-col #main-principal, .principal .two-col #main-principalRight {
    width: 74.5%;
}
.principal .one-col #nav-principal, .principal .one-col #nav-principalRight {
    display: none;
    width: 0%;
}
.principal .two-col #main-principalRight, .principal .two-col #nav-principalRight {
    float: right;
}
.principal .two-col #nav-principal, .principal .two-col #nav-principalRight {
    width: 24.5%;
}
/* Cabecera de la página */
/*--*/
#header a#brand {
    left: 0px;
    position: absolute;
    top: 0px;
}
#header a#brand img {
    height: 105px;
    width: 400px;
}
/*--*/
#header #idiomas {
    background-color: #a3e3ff;
    padding: 5px 10px 5px 5px;
    position: absolute;
    right: 0px;
    top: 100px;
}
#idiomas a {
    color: #333;
    padding-left: 8px;
    font-size: 90%;
    text-decoration: none;
}
#idiomas a:hover {
    color: #fff;
    text-decoration: underline;
}
#idiomas a img {
    vertical-align: bottom;
    margin-right: 3px;
}
/*--*/
#usuarioLogout {
    cursor: hand;
    cursor: pointer;
    position: absolute;
    right: 11px;
    top: 10px;
}
#usuarioLogout a {
    color: #000;
    margin-left: 2px;
    text-decoration: underline;
}
#usuarioLogout a:hover {
    color: #96cc14;
}
#usuarioLogout img {
    padding: 0px 3px;
}
/*--*/
#miniCarrito {
    background: #96cc14 url(../imagenes/carrito.gif) no-repeat 8px 3px;
    padding: 0px 9px 6px 55px;
    position: absolute;
    right: 0px;
    top: 39px;
    text-align: center;
    z-index: 1;
}
#miniCarrito .box {
    margin-top: 0px;
    margin-bottom: 0px;
}
#miniCarrito .boxView {
    margin-top: 0px;
    padding-top: 10px;
}
#miniCarrito .box.conCaja {
    border: none;
    background: transparent none;
}
#miniCarrito .hit3 {
    background: transparent none;
    color: #fff;
    float: none;
    padding: 0px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    top: 6px;
    right: 0px !important;
}
#miniCarrito a {
    color: #000;
    text-decoration: none;
}
#miniCarrito a:hover {
    color: #000;
    text-decoration: underline;
}
/*--*/
#nav-header {
    background: #333 url(../imagenes/fondo_menu.jpg);
    border-bottom: 2px solid #333;
    bottom: 0px;
    line-height: 23px;
    position: absolute;
}
#nav-header li a {
    color: #fff;
    font-weight: bold;
    padding: 4px 6px;
    text-decoration: none;
}
#nav-header li.selected a {
    color: #000;
    background: #96cc14 url(../imagenes/fondo_menu_akt.jpg);
}
#nav-header li a:hover {
    color: #000;
    background: #afafaf url(../imagenes/fondo_menu_hover.jpg);
}
/* Columna izquierda */
/*--*/
.buscar, .marcas, .atencionCliente, .navSecciones, .recomendados, .atencionCliente, .informacion{
    margin-left: 7px;
}
.buscar .box, .marcas .box, .atencionCliente .box, .navSecciones, .recomendados .box, .informacion .box {
    margin-bottom: 7px;
    margin-top: 0;
}
.buscar .hit3, .buscar fieldset legend, .marcas .hit3, .marcas fieldset legend, .atencionCliente .hit3, .atencionCliente fieldset legend, .recomendados fieldset legend, .recomendados .hit3, .informacion .hit3, .informacion fieldset legend {
    float: none;
    font-weight: normal;
    left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    right: 0px;
    top: 0px;
    font-size: 80%;
}
.buscar .boxView, .marcas .boxView, .atencionCliente .boxView, .recomendados .boxView, .informacion .boxView {
    margin-top: 0px;
}
/*--*/
.buscar .hit3, .buscar fieldset legend {
    background: #96cc14;
    border: none;
    color: #fff;
    padding: 4px 0px 2px 0px;
    top: 0px;
    text-indent: 10px;
    text-transform: uppercase;
    width: auto;
}
.buscar .box {
    background: #f1ffd1;
    border: none;
    text-align: left;
}
.buscar label {
    clear: none;
    width: 100%;
}
.buscar .boxView {
    background: none;
    padding-bottom: 7px;
}
.buscar .boxView a {
    margin-left: 10px;
    font-size: 95%;
    color: #666;
}
.buscar .boxView a:hover {
    color: #96cc14;
}
.buscar .boxView fieldset {
    background: none;
    margin-left: 10px;
}
.buscar .submit {
    margin: 2px 2px 0 0;
    font-size: 95%;
    padding: 4px 4px 4px 4px;
}
/*--*/
.marcas .hit3, .marcas fieldset legend {
    background: #96cc14;
    border: none;
    color: #fff;
    padding: 4px 0px 2px 0px;
    top: 0px;
    text-indent: 10px;
    text-transform: uppercase;
    width: auto;
}
.marcas .box {
    background: #f1f1f1;
    border: none;
    text-align: left;
}
.marcas label {
    clear: none;
    width: 100%;
}
.marcas .boxView {
    background: none;
    padding-bottom: 10px;
}
.marcas .boxView a {
    margin-left: 10px;
    font-size: 95%;
    color: #666;
}
.marcas .boxView a:hover {
    color: #96cc14;
}
.marcas .boxView fieldset {
    background: none;
    margin-left: 10px;
}
.marcas select.combo {
    width: 166px;
}
/*--*/
.navSecciones ul.vertical {
    padding: 1px;
    background-color: #bebed1;
}
.navSecciones ul.vertical li a {
    font-size: 90%;
    background: #96cc14 url(../imagenes/fondo_seccion.jpg) bottom repeat-x;
    border: solid 1px #ccc;
    color: #333;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
    text-indent: 0px;
    text-transform: uppercase;
}
.navSecciones ul.vertical li.selected a, .navSecciones ul.vertical a:hover {
    background: #282828 url(../imagenes/fondo_seccion_on.jpg) bottom repeat-x;
    border: solid 1px #96cc14;
    color: #96cc14;
}
.navSecciones ul.vertical li ul li a, .navSecciones ul.vertical li.selected ul li a {
    background: #ccc none;
    border: 1px solid #fff;
    color: #000;
    padding-left: 15px;
    text-decoration: none;
}
.navSecciones ul.vertical li ul li a:hover {
    color: #96cc14;
    background: #fff none;
    border: 1px solid #fff;
}
.navSecciones ul.vertical li ul li.selected a {
    background: #ff9900 url(../imagenes/menuSubSeccionSelected_.gif);
    border: solid 1px #fff;
}
.navSecciones ul.vertical li ul li.selected a:hover {
    color: #fff;
}
/*--*/
.atencionCliente .hit3, .atencionCliente fieldset legend {
    background: #333;
    border: none;
    color: #96cc14;
    line-height: 18px;
    font-weight: bold;
    padding: 4px 0px 2px 0px;
    top: 0px;
    text-indent: 10px;
    text-transform: uppercase;
    width: auto;
}
.atencionCliente .box.conCaja {
    background: #e5e5e5;
    border: none;
    text-align: left;
}
.atencionCliente .box.conCaja fieldset legend {
    text-align: left;
}
.atencionCliente .boxView {
    background: none;
    color: #000;
    font-size: 110%;
    font-weight: bold;
    padding: 12px 8px;
    text-align: center;
}
.atencionCliente .boxView a {
    color: #000;
    font-weight: normal;
    letter-spacing: 0px;
}
.atencionCliente .boxView a:hover {
    color: #a259bf;
}
.atencionCliente .telefono {
    font-size: 160%;
}
.atencionCliente .email a {
    font-size: 85%;
}
.atencionCliente .email a:hover {
    color: #96cc14;
}
.textoInformacion {
    color: #333;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
    text-align: center;
}
/*--*/
.recomendados .hit3, .recomendados fieldset legend {
    background: #96cc14;
    border: none;
    color: #fff;
    padding: 4px 0px 2px 0px;
    text-indent: 10px;
    text-transform: uppercase;
}
.recomendados .box.conCaja {
    background-color: #e5e5e5;
    border: none;
}
.recomendados .boxView {
    background: none;
    padding: 7px;
}
.recomendados .box.conCaja fieldset .boxView {
    padding-bottom: 0px;
    margin-top: -4px;
}
.recomendados .boxView a {
    color: #000;
    text-decoration: none;
}
.recomendados .boxView a:hover {
    color: #67018b;
    text-decoration: underline;
}
.recomendados ul {
    padding: 1px 2px;
}
.recomendados ul li {
    padding: 1px 0px;
}
.recomendados ul li a {
    border: none;
    padding: 3px 0px 3px 0px;
}
.recomendados ul li a:hover {
    color: #fff;
}
.recomendados .marca .label {
    width: auto;
    display: block;
    float: left;
}
.recomendados .marca .input {
    width: auto;
    float: left;
}
.recomendados .marca a {
    text-decoration: underline;
}
/*--*/
.informacion .hit3, informacion fieldset legend {
    background: #96cc14;
    border: none;
    color: #fff;
    padding: 4px 0px 2px 0px;
    top: 0px;
    text-indent: 10px;
    text-transform: uppercase;
    width: auto;
}
.informacion .box.conCaja {
    background: #f1ffd1;
    border: none;
    text-align: left;
}
.informacion .box.conCaja fieldset legend {
    text-align: left;
}
.informacion .boxView {
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 0px;
    padding-top: 7px;
    padding-right: 3px;
}
.informacion .boxView a {
    color: #333;
    padding-left: 12px;
}
.informacion ul li a {
    background: url(../imagenes/bulletc.gif) 0px 7px no-repeat;
    font-size: 95%;
    padding: 3px 0px 3px 18px;
}
.informacion ul li a:hover, .informacion ul li.selected a:hover {
    background: #96cc14 url(../imagenes/bulletc_.gif) 0px 7px no-repeat;
    color: #fff;
}
.informacion ul li.selected a {
    background: transparent url(../imagenes/bulletc.gif) 0px 7px no-repeat;
    color: #333;
    text-decoration: underline;
}
/* Cuerpo Página */
/*--*/
#migas {
    font-size: 90%;
    position: relative;
}
#migas .goBack {
    position: absolute;
    right: 10px;
    top: 2px;
}
#migas a {
    color: #666;
    text-decoration: underline;
}
#migas a:hover {
    color: #96cc14;
    text-decoration: underline;
}
/*--*/
.textoEntrada h1 {
    color: #333;
    font-size: 1.8em;
    font-weight: bold;
    margin-top: 8px;
    letter-spacing: -1px;
    padding-left: 7pt;
    padding-right: 7pt;
    text-align: left;
}
/*--*/
.principal .box.conCaja, .rightColumn .menuRightCol .box.conCaja {
    border-top-style: none;
    width: 100%;
}
.principal .boxView, .rightColumn .menuRightCol .boxView {
    border: 1px solid #dcdfe6;
    border-collapse: collapse;
    margin-top: 0px;
    padding: 10px;
    padding-top: 0px;
}
.principal .boxView .boxView, .principal .box .boxView .boxView, .rightColumn .menuRightCol .boxView .boxView {
    background-color: transparent;
    border: 0px none;
}
.principal .hit3, .rightColumn .menuRightCol .hit3 {
    background: #ececff none;
    border: 0px none;
    color: #000;
    float: none;
    letter-spacing: -1px;
    margin-left: -2px;
    right: -1px;
    top: 0px;
    position: relative;
    text-transform: uppercase;
    width: auto;
}
.principal fieldset legend {

    border: 0px none;
    color: #000;
    font-weight: bold;
    float: none;
    margin-left: -2px;
    right: -1px;
    top: 0px;
    position: relative;
    width: auto;
}
.principal .box.conCaja .hit3, .rightColumn .menuRightCol .box.conCaja .hit3 {
    letter-spacing: 0px;
    font-weight: bold;
    margin-left: 0px;
}
.principal .labelPrincipal {
    color: #96cc14;
    font-size: 1.8em;
    font-weight: bold;
    margin-top: 5px;
    padding: 2px 1.5em 4px 0.5em;
    text-transform: uppercase;
    vertical-align: 50%;
}
.principal .box .boxView {
    background-color: #FFFFFF;
}
.principal .box .box, .rightColumn .menuRightCol .box .box {
    border-collapse: collapse;
    clear: both;
    display: block;
    margin-top: 10px;
    position: relative;
    width: auto;
}
.principal .titulo {
    display: list-item;
    list-style-image: url(../imagenes/bulletd.gif);
    list-style-position: outside;
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0px 0 0px 25px;
    padding: 0 0px 10px 0px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
}
.principal .subapartado {
    margin-left: 30px;
}
.principal .subtitulo {
    display: list-item;
    list-style-image: url(../imagenes/bulletd.gif);
    color: #333;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0px;
    margin: 5px 0px 0px 10px;
    padding: 0 0px 10px 0px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
}
/*--*/
.descripcion {
    color: #000;
    margin: 2px 0px 8px 0px;
    text-align: left;
    padding: 8px;
}
/*--*/
.pri .label, .sec .label {
    display: block;
    float: left;
    width: auto;
}
.pri .input, .sec .input {
    float: left;
}
.pri h2 a, .sec h2 a, .pri .hit2 a, .sec .hit2 a {
    color: #1496cc;
}
.pri h2 a:hover, .sec h2 a:hover, .pri .hit2 a:hover, .sec .hit2 a:hover {
    color: #000;
}
/*--*/
#nav-principalRight .hit3, .rightColumn .menuRightCol .hit3 {
    border: none;
    left: 0px;
    font-size: 90%;
    margin-left: 0px;
    color: #fff;
    padding-top: 4px;
    background: #333;
}
#nav-principalRight .box.conCaja, .rightColumn .menuRightCol .box.conCaja {
    border: 1px solid #e8e8e8;
    background-color: #e8e8e8;
}
#nav-principal .hit3, .rightColumn .menuRightCol .hit3 {
    border: none;
    left: 0px;
    font-size: 90%;
    padding-top: 4px;
    color: #000;
    background: #ccc;
}
#nav-principal .box.conCaja, .rightColumn .menuRightCol .box.conCaja {
    background-color: #e5e5e5;
}
#nav-principal ul, #nav-principalRight ul, .rightColumn .menuRightCol ul {
    padding-top: 5px;
}
#nav-principal ul li a, #nav-principalRight ul li a, .rightColumn .menuRightCol ul li a {
    font-size: 90%;
    color: #333;
    background-image: url(../imagenes/bulleta.gif);
    background-position: left 4px;
    background-repeat: no-repeat;
    border: none;
    padding: 3px 0px;
    text-indent: 18px;
}
.PSolicitarInformacion #nav-principalRight ul li a {
    background-image: url(../imagenes/bulleta.gif);
    background-position: left 1px;
    background-repeat: no-repeat;
    padding: 0px;
}
#nav-principal ul li a:hover, #nav-principalRight ul li a:hover, .rightColumn .menuRightCol ul li a:hover {
    color: #96cc14;
}
#nav-principal ul li.selected a, #nav-principalRight ul li.selected a, .rightColumn .menuRightCol ul li.selected a {
    background-color: #333;
    color: #96cc14;
    text-decoration: none;
}
.rightColumn .menuRightCol .box{
    margin-bottom: 7px;
}
/* Columna Derecha */
/*--*/
.rightColumn .boletin, .rightColumn .noticiaDestacada, .rightColumn .ofertaDestacada, .rightColumn .masVendidos, .rightColumn .menuRightCol {
    margin-right: 7px;
}
.boletin .box, .noticiaDestacada .box, .ofertaDestacada .box, .masVendidos .box {
    margin-bottom: 7px;
    margin-top: 0px;
}
.boletin .hit3, .boletin fieldset legend, .noticiaDestacada .hit3, .noticiaDestacada fieldset legend, .ofertaDestacada .hit3, .ofertaDestacada fieldset legend, .masVendidos fieldset legend, .masVendidos .hit3 {
    float: none;
    font-weight: normal;
    left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    right: 0px;
    font-size: 80%;
    top: 0px;
}
.boletin .boxView, .noticiaDestacada .boxView, .ofertaDestacada .boxView, .masVendidos .boxView {
    margin-top: 0px;
}
.boletin .hit3, .boletin fieldset legend {
    background: #333;
    border: none;
    color: #fff;
    padding: 4px 0px 2px 0px;
    top: 0px;
    text-indent: 10px;
    text-transform: uppercase;
    width: auto;
}
.boletin .box.conCaja {
    background: #f1ffd1;
    border: none;
}
.boletin .boxView {
    background: none;
    padding-bottom: 7px;
}
.boletin .box .box {
    background: transparent none;
}
.boletin .boxView a {
    color: #666;
    font-size: 90%;
}
.boletin .boxView a:hover {
    color: #000;
}
.boletin input.text {
    margin-bottom: 8px;
    width: 90px;
}
.boletin .submit {
    margin-right: 5px;
    margin-bottom: 3px;
}
/*--*/
.noticiaDestacada .hit3 {
    background: #333;
    border: none;
    color: #fff;
    padding: 4px 0px 2px 0px;
    text-indent: 10px;
    text-transform: uppercase;
}
.noticiaDestacada .box.conCaja {
    border: none;
}
.noticiaDestacada .boxView, #nav-principalRight .noticiaDestacada .box.conCaja {
    background: #f1ffd1;
    padding-bottom: 7px;
}
.noticiaDestacada .box.conCaja fieldset .boxView {
    padding-bottom: 0px;
    margin-top: -4px;
}
.noticiaDestacada .boxView a {
    color: #333;
    font-size: 90%;
    text-decoration: none;
}
.noticiaDestacada .boxView a:hover {
    color: #96cc14;
    text-decoration: underline;
}
.noticiaDestacada ul li a {
    background: url(../imagenes/bulletb.gif) 5px 6px no-repeat;
    border: none;
    padding: 3px 0px 3px 0px;
    text-indent: 18px;
}
.noticiaDestacada ul li a:hover {
    color: #96cc14;
}
/*--*/
.POfertas h1, .POfertas .hit1 {
    color: #333;
    font-size: 1.4em;
    margin: 10px 0px;
}
.ofertaDestacada .hit3 {
    background: #96CC14;
    border: none;
    color: #fff;
    padding: 4px 0px 2px 0px;
    text-indent: 10px;
    text-transform: uppercase;
}
.ofertaDestacada .box.conCaja {
    background-color: #e5e5e5;
    border: none;
}
.ofertaDestacada .boxView {
    background: none;
    padding: 7px;
}
.ofertaDestacada .box.conCaja fieldset .boxView {
    padding-bottom: 0px;
    margin-top: -4px;
}
.ofertaDestacada .boxView a {
    color: #000;
    text-decoration: none;
}
.ofertaDestacada .boxView a:hover {
    color: #67018b;
    text-decoration: underline;
}
.ofertaDestacada ul {
    padding: 1px 2px;
}
.ofertaDestacada ul li {
    padding: 1px 0px;
}
.ofertaDestacada ul li a {
    border: none;
    padding: 3px 0px 3px 0px;
}
.ofertaDestacada ul li a:hover {
    color: #fff;
}
.ofertaDestacada .marca .label {
    width: auto;
    display: block;
    float: left;
}
.ofertaDestacada .marca .input {
    width: auto;
    float: left;
}
.ofertaDestacada .marca a {
    text-decoration: underline;
}
/*--*/
.masVendidos .hit3 {
    background: #96cc14;
    border: none;
    color: #fff;
    padding: 4px 0px 2px 0px;
    text-indent: 10px;
    text-transform: uppercase;
}
.masVendidos .box.conCaja {
    background-color: #f1ffd1;
    border: none;
}
.masVendidos .boxView {
    background: none;
    padding-left: 5px;
    padding-bottom: 7px;
}
.masVendidos .box.conCaja fieldset .boxView {
    padding-bottom: 0px;
    margin-top: -4px;
}
.masVendidos .boxView a {
    color: #333;
    font-size: 90%;
    font-weight: normal;
    text-decoration: underline;
}
.masVendidos .boxView a:hover {
    color: #000;
    text-decoration: none;
}
.masVendidos ol {
    padding: 2px 2px 2px 20px;
}
.masVendidos ol li {
    list-style-type: decimal;
    padding: 2px 0px;
    margin-left: 5px;
}
/* Bloque de Filtrar Artículos */
/*--*/
.filtrarArticulos .box, .filtrarArticulos .box.conCaja {
    background-color: #fff!important;
    border: none;
    text-align: left;
}
.filtrarArticulos .boxView {
    padding: 0px;
}
.filtrarArticulos ul{
    margin: 0px!important;
    padding: 0px!important;
}
.filtrarArticulos ul li{
    padding: 2px 0;
}
.filtrarArticulos ul li a {
    background-image: url(../imagenes/off.gif)!important;
    background-position: 4px 10%!important;
    padding: 1px 0px 1px 23px!important;
    text-indent:0!important;
}
.filtrarArticulos .filtroaplicado .filtroElemento{
    background-image: url(../imagenes/on.gif)!important;
    background-position: 4px 10%!important;
    background-repeat: no-repeat;
    padding: 1px 0px 1px 23px;
}
.filtrarArticulos ul{
    padding-bottom: 15px;
}
.filtrarArticulos .nombrefiltro{
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 5px;
}
.filtrarArticulos .filtroMarca, .filtrarArticulos .filtroSeccion, .filtrarArticulos .filtroPrecio, .filtroBorrar{
    border: 1px solid #E8E8E8;
    padding: 7px;
}
.filtroaplicado .filtroBorrar{
    border: none!important;
    padding: 15px 0px 0px 0px;
}
.filtroaplicado .filtroMarca, .filtroaplicado .filtroSeccion, .filtroaplicado .filtroPrecio, .filtroBorrar{
    background-color: #ffffcc;
    padding: 7px 0px 15px 5px;
}
.filtroBorrar{
    text-align: right;
}
.filtroBorrar a{
    background: transparent url(../imagenes/btnx.gif) no-repeat 100% 50%;
    display: block;
    margin-right: 5px;
    padding-right: 20px;
    position: relative;
}
/* Pie de la Página */
/*--*/
#enlacesPie {
    background: #333;
    height: 20px;
    margin-bottom: 15px;
    padding-top: 3px;
}
#enlacesPie li a {
    border-right: solid 1px #fff;
    color: #fff;
    margin-top: 1px;
    padding: 2px 5px;
    font-size: 90%;
    text-decoration: none;
}
#enlacesPie li a:hover {
    color: #96cc14;
}
/*--*/
#nav-footer {
    background: transparent none;
    border: none;
    margin: 18px 0px;
}
#nav-footer li a {
    color: #666;
    font-size: 90%;
    font-weight: normal;
    padding: 0px 3px;
    line-height: 14px;
    text-decoration: none;
    border-right: 1px solid #999;
}
#nav-footer li.selected a, #nav-footer li.selected a:hover {
    background: transparent none;
}
#nav-footer li a:hover {
    color: #000;
    background: none;
}
/*--*/
#linkpublicitario {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: normal;
    padding: 1.5em 0px 1.5em 0px;
    text-align: center;
    width: 90%;
}
a.linkpublicitario {
    font-weight: normal;
    color: #666666;
    text-decoration: none;
}
a.linkpublicitario:hover {
    text-decoration: underline;
}
/* 3.0.6#frigomarket */
.enlacesPieFrigomarket
{
    color:#666666;
    font-size:90%;
}
/* Personalizar formularios */
/*--*/
.submit {
    background: #DADFE0 url(../imagenes/fondo_boton.gif) repeat-x scroll 50% top;
    border: 1px outset #dfdfdf;
    padding: 4px 8px;
    margin: 0px 2px;
}
.principal label, .principal .label, .radioGroup li, .CheckGroup li {
    color: #333;
}
.radioGroup li label, .CheckGroup li label {
    vertical-align: middle;
}
form .error {
    padding: 2px;
}
form .readonly {
    background-color: #d6d3ce;
    border-top: solid 1px #848284;
    border-left: solid 1px #848284;
    border-bottom: solid 1px #d6d3ce;
}
/* Elementos comunes a las Páginas (imágenes, paginación) */
/*--*/
.pri .imagenl {
    width: 100%;
    text-align: center;
    padding: 10px 0px 26px 0px;
}
/*--*/
.articuloThumbnail {
    height: 151px !important;
    width: 170px !important;
}
.articuloThumbnail .marco {
    background: transparent url(../imagenes/marcoArticulo.gif) no-repeat center center;
}
.imgMarco /* 3.0.4#frigomarket */
{
    margin-bottom: 15px !important;
    overflow: visible;
}
.imgMarco img /* 3.0.4#frigomarket */
{
    width:100%;
    height:100%;
}
/*--*/
.paginacion {
    margin: 30px 0px 10px 0px;
}
/* Personalizar Listas de Datos */
/*--*/
.visualizar {
    padding-left: 10px;
    padding-bottom: 10px;
}
.visualizar .titulo {
    font-weight: bold;
    letter-spacing: normal;
    padding-top: 5px;
}
/* Elementos del Artículo */
/*--*/
.referencia, .marca {
    color: #666;
    font-size: 95%;
}
.marca a {
    color: #666;
}
.marca a:hover {
    color: #96cc14;
}
/*--*/
.precio {
    width: auto;
    margin: 0px;
    text-align: right;
    clear: both;
    color: #1496cc;
    margin-top: 8px;
    vertical-align: bottom;
    white-space: nowrap;
}
.precio .actual {
    font-size: 130%;
    font-weight: bold;
}
.precio .resaltar {
    text-align: center;
    background-color: #B52B3D;
    color: #fff;
    padding: 0px 6px 0px 6px;
}
.precioAnterior, .descuento {
    color: #660000;
    font-size: 95%;
    font-style: italic;
}
.PArticulos .descripcion {
    padding-top: 20px;
}
/* 3.0.5#frigomarket*/
span.textoIVA
{
    font-size:70%
}
/*--*/
.stockArticulo{
    clear: both;
    float: right;
    margin: 8px 0 0 0;
    text-align: right;
    vertical-align: bottom;
    width: auto;
}
/* Comentarios de los Artículos */
/*--*/
.articuloComentario .puntuacion img, .PGFichaArticulo .valoracion img {
    background: transparent url(../imagenes/ValorComentarioBgr.gif) top left no-repeat;
    position: relative;
    white-space: nowrap;
}
.articuloComentario .valoracion, .PGFichaArticulo .valoracion {
    background: transparent url(../imagenes/ValorComentarioColor.gif) left bottom no-repeat;
}
.articuloComentario .etiqueta {
    background: url(../imagenes/comentario.gif) left no-repeat;
    padding-left: 18px;
    margin-left: 6px;
}
.articuloComentario a {
    padding: 6px;
    padding-left: 38px;
    background: url(../imagenes/add_comentario.gif) left top no-repeat;
}
.articuloComentario .etiqueta a, .articuloComentario .puntuacion a {
    background: transparent none;
    padding: 0px;
}
.articuloComentario .nuevoComentario {
    margin-top: 10px;
    padding-bottom: 10px;
}
.articuloComentario .nuevoComentario a:hover, .FichaArticulo .contactar a:hover {
    color: #96cc14;
}
.PGFichaArticulo .formatoCompacto div.articuloComentario {
    margin-left: 53px;
}
/*--*/
.PGArticuloComentario li {
    margin-bottom: 4px;
}
.PGArticuloComentario fieldset legend {
    color: #333333;
    text-transform: none;
}
.PGArticuloComentario form fieldset.group {
    margin: 0px;
}
/*--*/
.PArticuloComentario_Ok .volver{
    margin: 30px auto 0 auto;
    text-align: center;
}
.PArticuloComentario_Ok .volver a{
    background: transparent url(../imagenes/goBack.gif) no-repeat 0 50%;
    padding-left: 25px;
}
/*--*/
.formatoCompacto .galeriaImagenes{
    border-bottom: none 0px transparent;
    border-left: none 0px transparent;
    border-right: none 0px transparent;
}
.galeriaImagenes{
    background-color: #fafaff;
    border: solid 2px #eaeaf3;
    clear: both;
    float: left;
    margin-top: 4px;
    padding: 0px;
    width: 100%;
}
.galeriaImagenes ul{
    clear: both;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.galeriaImagenes ul li{
    background-color: #fff;
    border: solid 2px #eaeaf3;
    float: left;
    height: 100px;
    min-width: 100px;
    padding: 5px 2px;
    overflow: hidden;
    vertical-align: middle;
}
.galeriaImagenes ul li a{
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    width: 100px;
}
.galeriaImagenes ul li img{
    max-height: 100px;
    max-width: 100px;
}


/* TABS (Pestañas de la Ficha del Artículo */
/*--*/
.tabs .hit3 {
    background: #b2bcbe;
    margin: 0px 0px;
    padding: 6px;
    position: relative;
    top: 0px;
    vertical-align: top;
}
.tabs .hit3:hover {
    background: #96cc14;
}
.tabs .hit3 div {
    background: url(../imagenes/navigate_down2.gif) no-repeat left 50%;
    cursor: hand;
    cursor: pointer;
    display: block;
    text-indent: 25px;
    width: 100%;
}
.tabs .selected a.gotoBottom {
    display: block;
}
.tabs a.gotoBottom {
    height: 20px;
    position: absolute;
    right: 15px;
    top: 0;
    width: 20px;
}
.tabs a.gotoTop {
    display: block;
    margin-right: 15px;
    text-align: right;
}
.tabs .tabTexto {
    border: 1px solid #B2BCBE;
    border-top: none;
    margin: 0px 0px 3px 1px;
    padding: 10px;
}
.tabs .tabTexto tr {
    text-indent: 3px;
    border-collapse: collapse;
    border: 1px solid #777;
    margin: 0;
    padding: 0;
    background-color: #EAEAEA;
}
.tabs .tabTexto ul {
    border-collapse: collapse;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}
/*--*/
#textfichaExtrasArticuloFicherosTab dl.listado a img{
    margin-right: 5px;
}

/* Listado de Marcas */
/*--*/
.PMarcas ul {
    clear: both;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.PMarcas li {
    margin: 5px 0 20px 0;
    vertical-align: middle;
}
.PMarcas .imagenl {
    width: 50%;
}
.PMarcas .imagenl img {
    border: 2px solid #EAEAF3;
}
.PMarcas .subtitulo {
    vertical-align: middle;
}
.PMarcas .enlaceExterno {
    color: #464646;
    font-size: 94%;
    vertical-align: middle;
}
.PMarcas .enlaceExterno a {
    color: #464646;
}
/* Ficha de Marca */
/*--*/
.PGMarcas .marcaAmpliada {
    padding: 10px 0px;
}
.PGMarcas .marcaAmpliada img {
    margin-bottom: 5px;
}
.PGMarcas .marcaAmpliada h1, .PGMarcas .marcaAmpliada .hit1 {
    font-size: 1.4em;
    margin-left: 5px;
}
.PGMarcas .marcaAmpliada a {
    color: #96cc14;
    text-decoration: none;
}
.PGMarcas .marcaAmpliada a:hover {
    color: #333;
    text-decoration: underline;
}
/*--*/

.ordenArticulos {
    background: #919191 url(../imagenes/fondo_orden.jpg) repeat-x;
    margin-bottom: 5px;
    padding: 4px 0px 4px 10px;
    position: relative;
}
.ordenArticulos ul {
    display: inline;
    width: 100%;
}
.ordenArticulos li {
    border: 1px solid #999;
    background: #c7c7c7 url(../imagenes/fondo_orden_btn.jpg) repeat-x;
    margin: 0px 3px;
    padding: 2px 4px;
}
.ordenArticulos li.etiqueta {
    background: transparent none;
    border: none;
    float: left;
    padding: 2px 5px 2px 0px;
    position: relative;
}
.ordenArticulos li.selected {
    background: #c3da8f url(../imagenes/fondo_orden_btnOn.jpg) repeat-x;
}
.ordenArticulos li div {
    display: inline;
}
.ordenArticulos .asc {
    margin: 0px;
    padding: 0px;
    padding-left: 8px;
}
.ordenArticulos .desc {
    margin: 0px;
    padding: 0px;
}
.ordenArticulos li a {
    color: #000;
    text-decoration: none;
}
/*--*/
.addCarritoLista{
    margin-top: 10px; 
    background-color: #ECECFF; 
    padding: 10px;
    position: relative;
    text-align: left;
}
.addCarritoLista li, .addCarritoLista div{
    margin-top: 3px;
    text-align: left;
}
.addCarritoLista label{
    clear: both;
    float: left;
    width: 100%;
}
.addCarritoLista span.resaltar, .addCarritoLista div.texto{
    clear: both;
    float: left;
    text-align: left;
    width: 100%;
}
/* Estilo por defecto para tablas */
/*--*/
.PGAyuda table {
    border: solid 1px #dcdfe6;
    border-collapse: collapse;
    margin-bottom: 20px;
    text-align: center;
    vertical-align: middle;
}
.PGAyuda table caption {
    font-weight: bold;
    margin-top: 15px;
}
.PGAyuda th {
    background: #DDDBC9 url(../imagenes/fondo_pedido.jpg) repeat-x scroll center top;
    border: 1px solid #BEBCAA;
    border-collapse: collapse;
    color: #000000;
    margin: 1px;
    padding: 4px 15px;
    vertical-align: middle;
}
.PGAyuda td {
    background-color: #FFFFFF;
    border: 1px solid #BEBCAA;
    margin: 1px;
    padding: 4px 15px;
}
.PGAyuda tr.impar, .PGAyuda tr.par {
    background-color: Transparent;
}
.PGAyuda td.lalign {
    text-align: left;
}
.PGAyuda td.ralign {
    text-align: right;
}
/* Página de Inicio */
/*--*/
.PGInicio {
    background: url(../imagenes/fondo_inicio.gif) center repeat-y;
    margin-top: 10px;
    padding-top: 2px;
}
.PGInicio .sec .listado h2, .PGInicio .sec .listado .hit2, .PGInicio .sec .listado .label {
    margin-left: 0px;
}
.PGInicio .listado .articuloThumbnail {
    margin-bottom: 10px;
}
.PGInicio .pri, .PGInicio .sec {
    padding-bottom: 8px;
}
.PGInicio hr {
    background-color: #dcdfe6;
}
.PGInicio .sec .listado{
    margin-left: 3px;
}
.PGInicio .descripcion{
    clear: both;
    padding: 8px 0px!important;
}

/* Listado de Artículos */
/*--*/
.PGArticulos {
    margin-top: 10px;
}
.articuloListado .two-col .pri {
    width: 85%;
}
.articuloListado .two-col .sec {
    width: 15%;
}
.articuloListado .articuloThumbnail {
    float: left;
    margin: 0 15px 10px 0;
}
.marca .label, .marca .input {
    float: none;
    width: auto;
    display: inline;
}
.referencia .label, .referencia .input {
    float: none;
    width: auto;
    display: inline;
}
.listado .articuloComentario {
    float: left;
}
/*--*/
.listado h2 a, .listado .hit2 a {
    font-size: 110%;
}
/* Página con la Ficha de los Artículos */
/*--*/
.PGFichaArticulo {
    padding-top: 12px;
}
.PGFichaArticulo .formatoCompacto .grupoTitulo {
    background: #E5E5E5 none repeat scroll 0 0;
    padding: 8px;
}
/*--*/
.PGFichaArticulo .tabs .articuloListado .descripcion {
    clear: none;
}

/*--*/
.stockFicha {
    text-align: left;
}
.stockFicha img {
    border: 2px solid #989164;
    margin: 0 6px;
}
.stockFicha .box.conCaja {
    font-weight: normal;
    border: none;
    padding: 0px;
    margin: 8px;
}
.stockFicha .box.conCaja .hit3 {
    display: none;
}
.stockFicha .boxView {
    text-align: left;
    padding-bottom: 0px;
}
.stockFicha .boxView img {
    display: block;
    float: left;
    margin-right: 5px;
}
.formatoCompacto .stockFicha {
    border-bottom: 1px solid #D3D3DB;
    font-weight: normal;
    margin: 10px 0;
}
.formatoCompacto .stockFicha img {
    border: 0px;
    margin: 6px;
}

/*--*/
.PGFichaArticulo .precioFicha {
    background: #fcfcfc url(../imagenes/fondo_precio.gif) repeat-x 0 100%;
    border-bottom: solid 1px #d3d3db;
    display: block;
    margin: 0px;
    padding-top: 6px;
    width: 100%;
    height: 36px;
}
.precioFicha .pri {
    width: 35%;
}
.precioFicha .sec {
    width: 15%;
}
.precioFicha .ter {
}
.precioFicha .precioLabel {
    font-size: 1.6em;
    padding-right: 2em;
    text-align: right;
}
.precioFicha .precioAnterior {
    bottom: 0px;
    color: Red;
    left: 0px;
    text-align: left;
}
.precioFicha .precioAlign {
    bottom: 0px;
    color: Red;
    left: 0px;
    position: relative;
    text-align: left;
}
.precioFicha .precioTexto {
    background-color: transparent;
    color: #000;
    font-size: 1.6em;
    font-weight: bold;
    left: 2px;
    position: absolute;
    text-align: left;
    width: 200px;
}
.precioFicha .precioImagen {
    background: transparent url(../imagenes/fondo_digitos.gif) repeat-x;
    clear: both;
    position: absolute;
    white-space: nowrap;
    width: 200px;
    z-index: 0;
}
.precioFicha .cifraToImagen .cifra {
    background-repeat: no-repeat;
    border: 0px;
    float: right;
    height: 26px;
    margin: 0px;
    padding: 0px;
    width: 17px;
}
.precioFicha .cifraToImagen .cifra.cComa, .precioFicha .cifraToImagen .cifra.cPunto {
    margin-right: 0px;
    width: 4px;
}
.precioFicha .cifraToImagen .cifra.c1 {
    width: 9px;
}
.formatoCompacto .precioFicha .pri {
    width: 35%;
}
.formatoCompacto .precioFicha .sec {
    width: 60%;
}
/*--*/
.PGFichaArticulo .tabs .sec {
    background: transparent none;
}
/*--*/
.PGFichaArticulo h1, .PGFichaArticulo .hit1 {
    margin: 10px 10px 0 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
}
.PGFichaArticulo h1 a, .PGFichaArticulo .hit1 a {
    text-decoration: none;
}
.PGFichaArticulo .marca a {
    color: #666;
    text-decoration: underline;
}
.PGFichaArticulo .marca a:hover {
    color: #96cc14;
}
.PGFichaArticulo .descripcion {
    clear: both;
    margin: 0px 10px 10px 12px;
}
.PGFichaArticulo .descripcion table{
	background-color: #fff;
}
/*--*/
.PGFichaArticulo .variante select {
    width: auto !important;
}
.PGFichaArticulo .addCarritoInterface {
    background: #c8e980 url(../imagenes/fondo_sec2.jpg) top repeat-x;
    border-top: 2px solid #96cc14;
    padding-top: 8px;
    margin-bottom: 0px;
    width: 100%;
}
.PGFichaArticulo .addCarritoInterface .box {
    background: transparent;
}
.PGFichaArticulo .addCarritoInterface .box.conCaja, .PGFichaArticulo .addCarritoInterface .box {
    background: transparent;
    border: none;
    margin: 0px;
    padding-left: 6px;
}
.PGFichaArticulo .addCarritoInterface .box.conCaja .boxView {
    padding: 0px 4px;
}
.PGFichaArticulo input.image, .PGFichaArticulo input.imageOff, .PGFichaArticulo input.image:hover, .PGFichaArticulo input.imageOn {
    margin: 10px 0px 10px 0px;
    right: 0px;
    vertical-align: middle;
}
.PGFichaArticulo input.image, .PGFichaArticulo input.imageOff {
    background-color: #a7a73a;
    border: solid 1px #b3bc37;
    border-top: solid 1px #d2d97a;
}
.PGFichaArticulo input.image:hover, .PGFichaArticulo input.imageOn {
    background-color: #c4c97d;
    border: 1px solid #cfd672;
    border-top: solid 1px #b9bf5d;
}
.PGFichaArticulo .addCarritoInterface .addCarrito {
    float: left;
}
.PGFichaArticulo .addCarritoInterface .addCarrito input {
    margin: 0px;
}
.PGFichaArticulo .addCarritoInterface .cantidad {
    padding: 10px 0px;
}
.PGFichaArticulo .addCarritoInterface .cantidad .texto {
    padding: 5px 0px;
}
.PGFichaArticulo .addCarritoInterface .cantidad .resaltar {
    padding-left: 10px;
}
.PGFichaArticulo .addCarritoInterface .NoPrint .two-col {
    padding: 5px 0px;
}
.PGFichaArticulo .addCarritoInterface .NoPrint .two-col .pri {
    width: 33%;
}
.PGFichaArticulo .addCarritoInterface .NoPrint .two-col .sec {
    float: left;
}
/*--*/
.PGFichaArticulo div.articuloComentario {
    text-align: left;
}
.PGFichaArticulo div.articuloComentario span.articuloComentario {
    margin-left: 32px;
}
.PGFichaArticulo .contactar {
    background: url(../imagenes/btnContactar.gif) left top no-repeat;
    border: none;
    padding-left: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    text-align: left;
}
.PGFichaArticulo .contactar a {
    color: #666;
    font-weight: normal;
    padding: 0px 6px 6px 38px;
    text-decoration: underline;
}
.PGFichaArticulo .contactar a:hover {
    color: #96cc14;
}
.PGFichaArticulo .formatoCompacto .contactar {
    margin-left: 53px;
   margin-top: 5px;
}
/*--*/
.PGFichaArticulo .equipo {
    background: #C8E980 url(../imagenes/fondo_sec2.jpg) repeat-x scroll center top;
    border-top: 2px solid #96CC14;
}
.PGFichaArticulo .equipo .box {
    background: transparent;
}
.PGFichaArticulo .equipo .box.conCaja, .PGFichaArticulo .equipo .box {
    background: transparent;
    border: none;
    margin: 0px;
    padding-left: 10px;
    padding-top: 5px;
}
.PGFichaArticulo .equipo label {
    margin-bottom: 2px;
    width: 33%;
}
.PGFichaArticulo .equipo label img {
    padding-right: 10px;
}
.PGFichaArticulo .equipo select {
    margin-bottom: 2px;
    width: 67%;
}
.PGFichaArticulo .equipo .componentes {
    margin-bottom: 2px;
}
.PGFichaArticulo .equipo .addCarrito {
    float: left;
}
.PGFichaArticulo .equipo .addCarrito input {
    margin: 0px;
}
.PGFichaArticulo .equipo .cantidad {
    padding: 10px 0px;
}
.PGFichaArticulo .equipo .cantidad select {
    width: auto;
}
.PGFichaArticulo .equipo .cantidad .texto {
    padding: 5px 0px;
}
.PGFichaArticulo .equipo .cantidad .resaltar {
    padding-left: 10px;
}
.PGFichaArticulo .equipo .NoPrint .two-col {
    padding: 5px 0px;
}
.PGFichaArticulo .equipo .NoPrint .two-col .pri {
    width: 33%;
}
.PGFichaArticulo .equipo .NoPrint .two-col .sec {
    float: left;
}
/*--*/
/*--*/
.PGFichaArticulo .puntuacionFicha {
    text-align: right;
}
.PGFichaArticulo .imagenl {
    margin-bottom: 5px;
}
.PGFichaArticulo .formatoCompacto .articuloImagen {
    background: #FFFFFF none repeat scroll 0 0;
    border: 2px solid #eaeaf3;
    margin-bottom: 5px;
    margin: 0 0 5px;
}

/* Asistente del Proceso de Compra)*/
.PGCarrito .asistente {
    padding: 0px;
    background: #fff none;
}
.PGCarrito .asistente hr {
    background-color: Transparent;
    margin: 0px;
    padding: 0px;
    visibility: hidden;
}
.PGCarrito .asistente ol.horizontal {
    background: url(../imagenes/fondo_grad1.jpg) top repeat;
    border-bottom: 1px solid #e0e0e0;
    list-style-position: inside;
}
.PGCarrito .asistente ol.horizontal li {
    color: #999;
    display: block;
    float: left;
    padding: 16px 3px 10px 3px;
}
.PGCarrito .asistente ol.horizontal li.selected {
    color: #000;
    font-weight: bold;
}
.PGCarrito .asistente ol.horizontal li.separador {
    background: url(../imagenes/asistente_separador.gif) no-repeat;
    background-position: center 80%;
    width: 15px;
}
/*--*/
.PGCarrito .asistente img.asistenteCarrito {
    padding-right: 4px;
}
.PGCarrito .asistente .hit3 img.asistenteCarrito{
    height: 35px;
}
/*--*/
.PGCarrito .asistente .hit3 {
    color: #333;
    font-weight: normal;
    background-color: #e0e0e0;
    border: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
    margin-left: -1px;
    margin-right: 1px;
    padding: 0px;
}
/*--*/
.PGCarrito .asistente ol.horizontal a:hover {
    color: #96cc14;
}
.PGCarrito .asistente .box.conCaja {
    background: #fff none;
    border: 1px solid #ccc;
    margin-left: 10px;
}
.PGCarrito .asistente .box.conCaja .hit3 {
    background: #ccc none;
    border: 1px solid #ccc;
    color: #000;
    font-weight: bold;
    letter-spacing: normal;
    margin: 0 0 0 -2px;
    padding: 6px;
    padding-bottom: 0px;
    top: -1px;
}
.PGCarrito .asistente .box.conCaja .texto {
    margin-bottom: 3px;
}
.PGCarrito .asistente .vertical a {
    font-size: 90%;
    color: #666;
}
.PGCarrito .asistente .vertical a:hover {
    color: #96cc14;
}
.PGCarrito .asistente .box.conCaja .boxView .descripcion {
    margin-top: 10px;
    padding: 0px;
}
.PGCarrito .asistente .box.conCaja legend {
    color: #333;
    background: #fff none;
    border: none 0;
    font-weight: bold;
    letter-spacing: normal;
    margin: 0px 0px 0px 10px;
    padding: 3px 11px 10px 11px !important;
}
.PGCarrito .asistente .sec .box.conCaja {
    background: #f1f1f1 none;
}
.PGCarrito .asistente h4, .PGCarrito .asistente .hit4 {
    font-weight: normal;
    margin-top: 10px;
}
.PGCarrito .asistente .boxView .group {
    margin-left: 18px;
}
.PGCarrito .asistente .boxView .group legend {
    color: #333;
    font-weight: bold;
}
.PGCarrito .box .boxView ol.listado {
    font-weight: normal;
}
.PGCarrito .box .boxView ol.listado textarea {
    width: 400px;
}
/* Páginas del Proceso de Compra)*/
div.two-col.carritoIdentificarse .pri {
    width: 40%;
}
div.two-col.carritoIdentificarse .sec {
    width: 59%;
}
/*--*/
.PGCarrito {
    background-color: #fff;
}
.PGCarrito form {
    width: 100%;
}
.PGCarrito .visualizar .datosBancarios {
    margin-top: 2px;
}
.PGCarrito .visualizar .instruccionesPedido {
    margin-top: 10px;
}
/*--*/
.PGCarrito .separador {
    margin-left: 45px;
}
/*--*/
.PGCarrito td, .PGCarrito th {
    border: 1px solid #fff;
    border-right: none;
    border-left: none;
    background-color: #e0e0e0;
    padding: 4px 10px!important;
}
.PGCarrito .totalPedido td.GridItemCell, .PGCarrito .totalPedido th {
    border-top: 2px solid #7ca810;
    color: #7ca810;
    font-size: 1.4em;
    font-weight: bold;
}
.PGCarrito table.datosGrid #DetallePedido_Imagen{
    white-space: nowrap;
    width: 10%;
}
.PGCarrito table.datosGrid #DetallePedido_Nombre{
    white-space: nowrap;
}
.PGCarrito table.datosGrid #DetallePedido_Cantidad{
    white-space: nowrap;
    width: 5%;
}
.PGCarrito table.datosGrid #DetallePedido_Borrar{
    white-space: nowrap;
    width: 10%;
}
.PGCarrito table.datosGrid #DetallePedido_Precio{
    white-space: nowrap;
    width: 15%;
}
.PGCarrito table.datosGrid td .nombre{
    text-align: left;
}

.PGCarrito table.datosGrid td .carritoPrecio{
    text-align: right;
}
/*--*/
.PGCarrito .detallePedido th {
    background: #dddbc9 url(../imagenes/fondo_pedido.jpg) top repeat-x;
    border: 1px solid #bebcaa;
    color: #000;
    padding: 4px 7px;
}
.PGCarrito .detallePedido td {
    height: 40px;
    border: 1px solid #bebcaa;
    background-color: #fff;
}
.PGCarrito .detallePedido .carritoItem0, .PGCarrito .detallePedido .carritoItem1 {
    border-bottom: solid 1px #bebcaa;
}
.PGCarrito .detallePedido input.texto, .PGCarrito .detallePedido select.texto, .PGCarrito .detallePedido textarea.texto {
    float: none;
    text-align: center;
}
.PGCarrito .detallePedido {
    padding: 0px 10px;
}
.PGCarrito .imagenThumbnail {
    float: none;
    width: 40px;
}
/*--*/
.PGCarrito .articuloEquipo {
    color: #3d3b3b;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}
.PGCarrito .equipo .sangrado {
    padding-left: 15px;
}
/*--*/
.PGCarrito .sangrado {
    padding-left: 3px;
    text-indent: 0px;
}
.PGCarrito .sangrado a {
    color: #000;
    text-decoration: none;
}
.PGCarrito .sangrado a:hover {
    color: #96cc14;
    text-decoration: underline;
}
/*--*/
/*--*/
.PGCarrito .desglosePedido {
    margin: 0px 10px;
}
.PGCarrito .desglosePedido input.texto, .PGCarrito .desglosePedido select.texto, .PGCarrito .desglosePedido textarea.texto {
    float: right;
    text-align: left;
    width: 100%;
}
.PGCarrito .desglosePedido img {
    float: right;
}
.PGCarrito .desglosePedido .tool {
    display: inline;
    padding-right: 5px;
}
.PGCarrito .desglosePedido .tool img {
    float: none;
}
.PGCarrito .desglosePedido tr.impar, .PGCarrito .desglosePedido tr.par {
    background-color: Transparent;
}
.PGCarrito .desglosePedido td, .desglosePedido .datosGrid th {
    vertical-align: top;
}
.PGCarrito .desglosePedido .datosBancarios {
    border: solid 1px #000;
    margin: 3px 0 0 0;
    padding: 6px 2px;
    text-align: justify;
}
.PGCarrito .desglosePedido .instruccionesPedido {
    margin: 0 0 3px 0;
    padding: 6px 2px;
    text-align: justify;
}
.Carrito .intro {
}
/*--*/
/*
.PGCarrito .submit {
	background-color: Transparent;
	border-style: none;
	font-weight: normal;
	text-decoration: underline;
	    cursor: hand;
    cursor: pointer;
}
.PGCarrito .submit:hover {
	text-decoration: none;
}
*/
.PGCarrito .floatRight {
    margin-right: 10px;
    margin-top: 10px;
}
/*--*/
.PGCarrito .heading1 {
    color: #333;
    font-size: 1.5em;
}
.PGCarrito .heading2 {
    color: #000000;
    font-size: 1.3em;
    text-align: center;
}
.PGCarrito .heading3 {
    font-weight: normal;
    text-align: center;
}
.PGCarrito .heading1 .ok, .PGCarrito .heading2 .ok, .PGCarrito .heading3 .ok {
    color: #0d9501;
    padding-left: 10px;
}
.PGCarrito .heading1 .ko, .PGCarrito .heading2 .ko, .PGCarrito .heading3 .ko {
    color: #8e0b01;
    padding-left: 10px;
}
/**/
.PCarrito_ConfirmarPedido .observaciones {
    margin: 15px 10px 0px 10px;
    text-align: right;
}
.PCarrito_ConfirmarPedido .observaciones label {
    width: 100%;
}
/* Página de Secciones */
.seccionRoot {
    margin-bottom: 3px;
    padding: 8px 3px 5px 3px;
}
.seccionRoot img, .seccionRoot h1, .seccionRoot .hit1 {
    display: inline;
    font-size: 1.4em;
    margin: 1px 3px;
}
.seccionRoot h1 a, .seccionRoot .hit1 a {
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
}
.seccionRoot h1 a:hover, .seccionRoot .hit1 a:hover {
    color: #96cc14;
    text-decoration: underline;
}
.subSeccion {
    display: inline;
    clear: both;
    position: relative;
	width: 100%;
}
.subSeccion ul li {
	border: 1px solid #fff;
	display: block!important;
	display: inline;
	float: left!important;
	float: none;
	padding: 3px 0;
	text-align: center;
	min-width: 25%;

}
.principal .boxView .subSeccion ul.horizontal li a{
   margin: 0 5px;
}
.subSeccion ul li a { 
    text-decoration: none;
}
.subSeccion ul li h2, .subSeccion ul li .hit2, .subSeccion ul li a {
    color: #000;
    display: block;
    text-align: center;
}
.subSeccion ul li:hover {
    display: block;
    background: #f2f2f2;
}
.subSeccion li .imagenSeccion, .subSeccion li .imagenTransSeccion {
    height: 106px !important;
    width: 156px !important;
    width: auto; /* centrar en IE */
}
.subSeccion li .imagenSeccion .marco {
    background: transparent url(../imagenes/marcoSeccion.gif) no-repeat center center;
}
.subSeccion li .imagenTransSeccion .imagen, .subSeccion li .imagenTransSeccion .marco {
    background: transparent url(../imagenes/trans.gif) no-repeat center center;
}
/* Página Identificarse (Mi cuenta) */
/*--*/
.PCliente_Identificarse {
    padding-top: 10px;
}
.PCliente_Identificarse .hit3, .PCliente_Identificarse .hit3 {
    background: #4c4c4c url(../imagenes/fondo_identificarse.jpg) repeat-x top;
    border: 1px solid #ccc;
    color: #fff;
    float: left;
    letter-spacing: normal;
    line-height: normal;
    margin-left: 7px;
    padding: 2px 1.5em 4px 0.5em;
    position: relative;
    right: -1px !important;
    right: 0px;
    text-align: left;
    top: -0.8em;
    vertical-align: 50%;
}
.PCliente_Identificarse .box.conCaja {
    border: 1px solid #ccc;
    padding: 0px;
    background: #d4d4d4 url(../imagenes/fondo_cliente.jpg) top repeat-x;
}
.PCliente_Identificarse .box.conCaja a {
    font-size: 90%;
    color: #666;
}
.PCliente_Identificarse .box.conCaja a:hover {
    color: #96cc14;
}
.PCliente_Identificarse .two-col .box.conCaja .box {
    background-color: transparent;
}
.PCliente_Identificarse .submit {
    padding: 4px 8px;
    margin: 0px;
    border: 1px outset #dfdfdf;
}
.PCliente_Identificarse .two-col .boxView {
    padding-left: 7px;
    padding-bottom: 7px;
}
.PCliente_Identificarse .two-col .boxView h4, .PCliente_Identificarse .two-col .boxView .hit4 {
    padding: 12px 0px;
}
.PCliente_Identificarse .sec .box.conCaja {
    height: 177px;
}
.PCliente_Identificarse .listado {
    background: url(../imagenes/identificarse_login.gif) right 7% no-repeat;
}
.PCliente_Identificarse input.texto {
    width: 150px;
    margin-bottom: 4px;
}
.PCliente_Identificarse label {
}
.PCliente_Identificarse .two-col .sec .boxView {
    padding-left: 15px;
}
.PCliente_Identificarse .two-col .sec .boxView h4, .PCliente_Identificarse .two-col .sec .boxView .hit4 {
    font-weight: normal;
}
.PCliente_Identificarse .box.conCaja .inputError {
    background-color: #CC0000;
    color: #fff;
    text-indent: 7px;
    padding: 2px 0px;
}
.PCliente_DatosFactura label, .PCliente_DatosFactura input, .PCliente_DatosEnvio label, .PCliente_DatosEnvio input, .PCliente_CambiarPassword label, .PCliente_CambiarPassword input {
}
.PCliente_DatosFactura li, .PCliente_DatosEnvio li, .PCliente_CambiarPassword li {
    padding-top: 5px;
}
.PCliente_Ventajas {
    padding-top: 10px;
}
/*--*/
.PGCliente .separador {
    margin-left: 45px;
}
/* Página Alta de Cliente */
/*--*/
.principal .PGCliente .separadorGrupo {
    height: 20px;
}
.PGCliente .visualizar .titulo {
    margin: 0px;
    margin-left: 25px;
    padding: 0px;
}
.PCliente_Alta {
    padding-top: 10px;
}
.PCliente_Alta .asistente .hit3, .PCliente_Alta .asistente fieldset legend {
    float: none;
    font-weight: normal;
    margin-left: -1px;
    position: relative;
    right: -1px;
}
.PCliente_Alta .asistente {
    background: #d4d4d4 url(../imagenes/fondo_cliente.jpg) top repeat-x;
    padding: 15px;
    margin-bottom: 10px;
}
.PCliente_Alta .asistente .hit3 {
    background-color: #96cc14;
    color: #fff;
    font-weight: bold;
    letter-spacing: normal;
    margin: 0px;
    padding: 3px 8px;
    right: 0px;
}
.PCliente_Alta .asistente .pri {
    padding: 0px;
    width: 33%;
}
.PCliente_Alta .asistente .sec {
    width: 66%;
    background-color: #fff;
}
.PCliente_Alta .asistente .pri ol.vertical {
    display: block;
    list-style-position: inside;
    list-style-type: decimal;
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
}
.PCliente_Alta .asistente .pri ol li {
    color: #333;
    font-size: 90%;
    padding: 3px 0px 3px 16px;
    text-transform: uppercase;
}
.PCliente_Alta .asistente .pri ol li a {
    display: inline;
    color: #666;
    width: 100%;
    text-decoration: none;
}
.PCliente_Alta .asistente .pri ol li a:hover {
    color: #000;
    text-decoration: underline;
}
.PCliente_Alta .asistente .pri li a {
    position: relative;
    width: 100%;
}
.PCliente_Alta .asistente .pri li {
    background-color: #fff;
    margin: 2px 0px;
}
.PCliente_Alta .asistente .pri li:hover {
    background-color: #ffff99;
    cursor: default;
}
.PCliente_Alta .asistente .pri li.selected {
    color: #7ba710;
    border: 1px solid #aeaeae;
    background: #cecece url(../imagenes/fondo_vert_menu.gif) left top no-repeat;
}
.PCliente_Alta .asistente {
    padding-right: 10px;
    margin-bottom: 5px;
}
.PCliente_Alta input, .PCliente_Alta label {
}
.PCliente_Alta li {
    margin-top: 5px;
}
/* Página de Noticias */
/*--*/
.PGNoticias hr {
    background-color: #ccc;
    margin-bottom: 10px;
}
.PGNoticias .imagenl {
    text-align: center;
}
.PGNoticias .imagenl {
    text-align: center;
}
.PNoticias .pretitulo, .PNoticias_Detalle h2, .PNoticias_Detalle .hit2 {
    color: #96cc14;
    font-weight: normal;
    margin: 1px 0px 1px 0px;
    text-align: left;
}
.PGNoticias .fecha {
    color: #666;
    margin: 3px 0px;
    text-align: left;
}
.PGNoticias .descripcion .imagenr {
    margin-left: 10px;
}
.PNoticias_Detalle h1, .PNoticias_Detalle .hit1 {
    font-size: 1.4em;
    margin-top: 10px;
}
.PNoticias_Detalle h1 a, .PNoticias_Detalle .hit1 a {
    text-decoration: none;
}
.PNoticias .pri h2 a, .PNoticias .sec h2 a, .PNoticias .pri .hit2 a, .PNoticias .sec .hit2 a {
    color: #96cc14;
}
.PNoticias .titulo a, .PNoticias_Detalle h1 a, .PNoticias_Detalle .hit1 a {
    color: #96cc14;
    text-decoration: none;
}
.PNoticias .titulo a:hover, .PNoticias_Detalle h1 a:hover, .PNoticias_Detalle .hit1 a:hover {
    color: #000;
    text-decoration: underline;
}
.PGNoticias .ampliarNoticia {
    float: right;
    clear: both;
    font-size: 90%;
    background: #96cc14;
    margin-bottom: 5px;
    padding: 2px 8px 2px 2px;
}
.PGNoticias .ampliarNoticia a {
    color: #fff;
    text-decoration: none;
}
.PGNoticias .ampliarNoticia a:hover {
    color: #000;
    text-decoration: none;
}
/* Página de Contactar */
/*--*/
.PGSolicitarInformacion .box.conCaja {
    background-color: #ffffcc;
    border: none;
}
.PSolicitarInformacion #main-principal .box.conCaja {
    margin-top: 26px;
}
.PSolicitarInformacion #main-principal .hit3 {
    background: #96cc14;
    color: #333;
    letter-spacing: 0px;
    text-indent: 8px;
}
.PSolicitarInformacion li {
    margin-top: 5px;
}
.PSolicitarInformacion form .nombreArticulo {
    font-weight: bold;
}
/*--*/
.PSolicitarInformacion_Ok .volver{
    margin: 30px auto 0 auto;
    text-align: center;
}
.PSolicitarInformacion_Ok .volver a{
    background: transparent url(../imagenes/goBack.gif) no-repeat 0 50%;
    padding-left: 25px;
}


/* Página de Cuestionarios */
/*--*/
.PEncuestas_Detalle h1, .PEncuestas_Detalle .hit1 {
    font-size: 1.4em;
    padding-top: 10px;
}
.PEncuestas_Detalle li {
    text-align: left;
}
.PEncuestas_Detalle label, .PEncuestas_Detalle legend {
    margin-bottom: 2px;
    padding: 2px 0;
    width: 100%;
}
.PEncuestas_Detalle .box.conCaja {
    background: #ffffcc;
}
.PEncuestas_Detalle .box.conCaja legend {
    color: #000;
    letter-spacing: 0px;
    margin-bottom: 10px;
    font-weight: bold;
    background: #fff;
}
.PEncuestas_Detalle .boxView .group legend {
    color: #000;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 0px;
    font-weight: normal;
    background: none;
}
.PEncuestas_Detalle .radioGroup, .PEncuestas_Detalle .CheckGroup {
    padding-left: 20px;
}
.PEncuestas_Detalle li {
    clear: both;
    margin-left: 15px;
}
.PEncuestas_Detalle input {
    float: none;
    margin-left: 5px;
}
img.imgEncuesta {
    height: 24px;
    margin-left: 5px;
}
/*--*/
.PEncuestas_Detalle {
    padding-top: 10px;
}
.PEncuestas_Detalle .asistente .hit3, .PEncuestas_Detalle .asistente fieldset legend {
    float: none;
    font-weight: normal;
    margin-left: -1px;
    position: relative;
    right: -1px;
}
.PEncuestas_Detalle .asistente {
    background: #dcdfe6 url(../imagenes/fondo_cliente.jpg) top repeat-x;
    padding: 15px;
    margin-bottom: 10px;
}
.PEncuestas_Detalle .asistente .hit3 {
    background-color: #899b2d;
    border: groove 1px #fff;
    color: #fff;
    font-weight: bold;
    letter-spacing: normal;
    margin: 0px;
    padding: 8px;
    right: 0px;
}
.PEncuestas_Detalle .asistente .pri {
    padding: 0px;
    width: 33%;
}
.PEncuestas_Detalle .asistente .sec {
    width: 66%;
    background-color: #fff;
}
.PEncuestas_Detalle .asistente .pri ol.vertical {
    display: block;
    list-style-position: inside;
    list-style-type: decimal;
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
}
.PEncuestas_Detalle .asistente .pri ol li {
    color: #000;
    padding: 3px 0px 3px 16px;
    text-transform: uppercase;
}
.PEncuestas_Detalle .asistente .pri ol li a {
    display: inline;
    color: #742c90;
    width: 100%;
    text-decoration: none;
}
.PEncuestas_Detalle .asistente .pri ol li a:hover {
    color: #000;
    text-decoration: underline;
}
.PEncuestas_Detalle .asistente .pri li a {
    position: relative;
    width: 100%;
}
.PEncuestas_Detalle .asistente .pri li {
    background-color: #fff;
    margin: 2px 0px;
}
.PEncuestas_Detalle .asistente .pri li:hover {
    background-color: #ffff99;
    cursor: default;
}
.PEncuestas_Detalle .asistente .pri li.selected {
    background: url(../imagenes/fondo_vert_menu.gif) no-repeat;
}
.PEncuestas_Detalle .asistente {
    padding-right: 10px;
    margin-bottom: 5px;
}
.PEncuestas_Detalle input, .PEncuestas_Detalle label {
}
.PEncuestas_Detalle li {
    margin-top: 5px;
}
/* Página de Quienes Somos */
/*--*/
.PQuienesSomos hr {
    margin: 0px;
    padding: 0px;
}
/* Página de suscripción al boletín */
/*--*/
.PGSuscripcionBoletin {
    margin-top: 10px;
}
/* Página de Enlaces de interés */
/*--*/
.PEnlacesInteres {
}
.PEnlacesInteres a {
    color: #96cc14;
    text-decoration: underline;
}
.PEnlacesInteres a:hover {
    color: #000;
    text-decoration: none;
}
/* Página de Sugerencias */
/*--*/
.PSugerencia label {
}
.PSugerencia li {
    margin-top: 5px;
}
/* Páginas de Ayuda */
/*--*/
.PGAyuda #main-principalRight .sec li.titulo {
    background: transparent none;
    letter-spacing: 0px;
}
.PGAyuda #main-principalRight .sec li.titulo a {
    text-decoration: none;
}
.PGAyuda #main-principalRight .sec li.titulo a:hover {
    text-decoration: underline;
}
.PGAyuda h2 {
    font-size: 1.6em;
    margin-bottom: 5px;
}
.PGAyuda h3 {
    font-size: 1.3em;
    margin-bottom: 5px;
    margin-top: 10px;
}
/*--*/
.PGAyuda a:hover {
    color: #96cc14;
}
/*--*/
.PAyuda_FormasEnvio h3 {
    display: list-item;
    list-style-image: url(../imagenes/bulletd.gif);
    list-style-position: outside;
}
.PAyuda_FormasEnvio .tarifaEnvio {
    padding-top: 10px;
    margin-bottom: 10px;
}
.PAyuda_FormasEnvio td {
    width: 50%;
}
.PAyuda_FormasEnvio .plazosEntrega {
    margin-top: 10px;
}
.PAyuda_FormasEnvio .visualizar {
    margin-top: 10px;
}
.PAyuda_FormasPago dt{
    display: list-item;
    font-size: 1.3em;
    list-style-image: url(../imagenes/bulletd.gif);
    list-style-position: outside;
}
/*--*/
.principal .PBusquedaAvanzada fieldset.conCaja {
    border: solid 1px #dcdfe6;
}
.principal .PBusquedaAvanzada fieldset.conCaja legend {
    margin-left: 10px;
    padding: 2px 5px !important;
}
.principal .PBusquedaAvanzada fieldset.conCaja .boxView {
    margin-top: 5px;
}
.BusquedaResultados a, .Marcas a {
    color: #666;
}
.BusquedaResultados a:hover, .Marcas a:hover {
    color: #96cc14;
}
.PBusquedaAvanzada #OrdenSeccion{
}
/* Página del TPV */
/*--*/
.pagarTpv {
    border-bottom-style: double;
    margin: 10px 0px;
    padding: 10px 0px;
    background: #EEE url(../imagenes/fondo_tpv.gif) repeat-x scroll 0pt 100%;
    border-color: #fff #d9dde3 #cccccc;
    border-style: solid;
    border-width: 1px;
    margin: 8px 0px;
    padding: 8px;
}
/* Página PopUp */
/*--*/
#wrapper.popup, .popup {
    background-color: #f2f2f2;
    color: #666666;
    width: 100%;
}
.popup #header {
    display: none;
}
.popup #main {
    background-color: #fff;
    height: 95%;
    margin: 0px;
    top: 0px;
}
.popup #footer {
    display: none;
}
.popup #content {
    margin: 0px;
    width: 100%;
}
.popup .one-col .principal {
    width: 100%;
}
.popup .principal .hit3, .popup .principal fieldset legend {
    margin-left: 0px;
    background: #96cc14;
    color: #fff;
    padding-top: 5px;
}
.popup .principal .boxView, .popup .box .hit3 {
    border: 0px none;
    right: 0px !important;
}
.popup .boxView {
    padding-top: 10px;
}
/* Página En Construcción */
/*--*/
#wrapper.enConstruccion, .enConstruccion {
    background-color: #fff;
    color: #333;
    text-align: center;
}
.enConstruccion #header {
    display: none;
}
.enConstruccion #main {
    background: transparent url(../imagenes/enConstruccion.gif) no-repeat 50% 5em;
    height: 90%;
    margin: 0px;
    top: 0px;
}
.enConstruccion #footer {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    background: #333;
}
.enConstruccion a {
    color: #96cc14;
}
.enConstruccion a:hover {
    color: #fff;
}
.enConstruccion #content {
    margin: 0px;
    padding-top: 20em;
    padding-bottom: 1em;
    width: 100%;
}
.enConstruccion form {
    margin-top: 2em;
    width: 20em;
}
.enConstruccion form label {
    margin-right: 15px;
    text-align: right;
}
.enConstruccion li {
    margin-top: 5px;
}
.enConstruccion h1, .enConstruccion h2, .enConstruccion .hit1, .enConstruccion .hit2 {
    font-size: 1.5em;
}
/* Página Por Defecto */
/*--*/
#wrapper.default, .default {
    background-color: #FFF;
    color: #666666;
    text-align: center;
}
.default #header {
    display: none;
}
.default #main {
    background: transparent url(../imagenes/enConstruccion.gif) no-repeat 50% 5em;
    height: 95%;
    margin: 0px;
    top: 0px;
}
.default #footer {
    height: 0;
    background: transparent none;
}
.default #content {
    margin: 0px;
    padding-top: 20em;
    padding-bottom: 1em;
    width: 100%;
}
.default h1, .default .hit1 {
    font-size: 1.5em;
}
/* Página Acceso Denegado */
/*--*/
#wrapper.accesoDenegado, .accesoDenegado {
    background-color: #FFF;
    color: #666666;
}
.accesoDenegado #header {
    display: none;
}
.accesoDenegado #main {
    background: transparent url(../imagenes/enConstruccion.gif) no-repeat 50% 5em;
    height: 95%;
    margin: 0px;
    top: 0px;
}
.accesoDenegado #footer {
    height: 0;
}
.accesoDenegado #content {
    margin: 0px;
    padding-top: 20em;
    padding-bottom: 1em;
    width: 100%;
}

/* Página de Error */
/*--*/
#wrapper.paginaError, .paginaError {
    background-color: #FFF;
    color: #666666;
    font-size: 1.5em;
    height: 100%;
    width: 100%;
}
.paginaError #header {
    display: none;
    height: 0px;
}
.paginaError #main {
    background: transparent none no-repeat 50% 5em;
    height: 100%;
    margin: 0px;
    top: 0px;
}
.paginaError #footer {
    display: none;
    height: 0;
}
.paginaError #content {
    margin: 0px;
    padding-top: 6em;
    padding-bottom: 1em;
    text-align: center;
    width: 100%;
}
.paginaError a:hover {
    color: #666666;
}
