html {
    font-family: "PT Sans",Helvetica,sans-serif;
    font-size:  14px;
    color: #5b5b5b;
}

body {
    background-color: #bb2921;
    margin: 0px;
    padding: 0px;
    
    
}
a:visited {
    color: inherit;
}

.wrapper {
    margin: 0px;
    padding: 0px;    
}

.header-top {
    background-color: #FFF;
    width: 100%;
    height: 111px;
    position: absolute;
    box-shadow: 0px 2px 20px #000;
}

.slogan {
    float: right;
    padding: 18px 18px 0px 0px;
    color: #BB2921;
    font-weight: bold;
    font-size: 20px;    
}

.slogan .text {
    float: left;margin-right: 10px;
    font-family: "Montserrat Alternates", Helvetica;
}

.body-content {
    width: 953px;
    margin: 0 auto;
    background-color: #FFF;
    z-index: 1;
    position: relative;    
}

.header-center {
    width: 100%;
    height: 142px;
}

.header {
    height: 111px;
}

nav.menu-princ {
    background-image: url(/images/fondo-menu.jpg);
    height: 31px;
    width: 100%;
}

.menu-princ ul.items-menu-princ {
    list-style-type: none;
    -webkit-margin-before: 0px;  
    -webkit-margin-after: 0px;
    line-height: 31px;
    margin: 0px;
}

ul.items-menu-princ li {
    float: left;
    padding: 0px 5px 0px 0px;
    font-size: medium;
    font-weight: 700; 
}

ul.items-menu-princ li a {
    text-decoration: none;
    color: #000;
}

ul.items-menu-princ li a:hover {
    color: #BB2921;
}

ul.items-menu-princ li a.activo {
    color: #BB2921;
}

ul.items-menu-princ li:last-child:after {
    content: "";
}

ul.items-menu-princ li:after {
    content: "|";
    margin-left: 5px;
}

ul.languages {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    margin: 0px;
    padding: 0px;
    width: 150px;
    line-height: 31px;
    float: right; 
    list-style-type: none;   
}

ul.languages li {
    float: left;
    padding: 0px 10px;
    /*font-weight: bold;*/
    padding: 0px 5px 0px 0px;    
    text-decoration: none;
}

ul.languages li a {
    text-decoration: none;
}

ul.languages li a:hover {
    color: #BB2921;
}


ul.languages li:after {
    content: "]";
    margin-left: 5px;
}

ul.languages li:before {
    content: "[";
    margin-right: 5px;
}

.content {
    min-height: 730px;
    padding-left: 37px;
    background-color: #fff4e3;
    background-image: url(/images/detalle-lateral.png);
    background-repeat: repeat-y;
    background-position: top right;float: left;
    width: 916px;
}

.content article {
    width: 697px;
    float: left;
}

article nav.home-nav {
    height: 61px;
    border-bottom: 2px solid #7a695d;
}

nav.home-nav ul { 
    list-style-type: none;
    -webkit-padding-start: 0px;
    padding: 0px;
}

nav.home-nav ul li {
    font-family: "Open Sans Condensed", Helvetica, sans-serif;
    float: left;
    padding: 0px 83px;
    font-size: x-large;
}

.ff nav.home-nav ul li, .ie nav.home-nav ul li {
    padding: 0px 83px;
}

nav.home-nav ul li:first-child, nav.home-nav ul li:last-child {
    padding: 0px;
    
}

nav.home-nav a {
    text-decoration: none;
    color: #756b5f; 
}

nav.home-nav a:hover {
    text-decoration: none;
    color: #BB2921; 
}

nav.home-nav a.activo  {
    text-decoration: none;
    color: #BB2921; 
}

.resaltado {
    color: #BB2921 !important;
}

.detalle .resaltado {
    color: #FFF !important;
}

ul.items-menu-princ li a.resaltado {
    color: #BB2921;
}

.resaltadoMenuHome {
    font-size: 163%;
    float: right;
    margin-top: 0px;
}

.ie .resaltadoMenuHome { margin-top: 0px !important}

.ff .resaltadoMenuHome {
    margin-top: -5px !important;
}

.chrome .itemfrm input[type="text"] {
    margin-bottom: 3px;
}
article .gallery {margin: 40px 0px 20px 0px; float: left}

article .gallery ul.pictures {
    list-style: none;
    color: #FFF;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-padding-start: 0px;
    margin: 0px;
    padding: 0px;
    border-bottom: 2px solid #BB2921;
    height: 150px;
}

ul.pictures li {
    width: 209px;
    float: left;
    height: 150px;
    margin: 0px 35px;
    background-repeat: no-repeat;
}

ul.pictures li:first-child, ul.pictures li:last-child {
    margin: 0px 0px;
    
}

ul.pictures li .detalle {
    background-image: url(/images/fondo-detalle-globo.jpg);
    border: 2px solid #FFF;
    box-shadow: 3px 4px 6px #000;
    padding: 3px;
    height: 40px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-left: 22px;
    float: left;
    min-width: 90px;
    margin: -10px -10px;text-transform: uppercase;
}

ul.pictures li .det-triangular {
    width: 32px;
    height: 38px;
    margin: 38px -11px;
    background-image: url(/images/pica-detalle-globo.png);
    position: relative;
    z-index: 1; 
}

ul.pictures .resaltado {
    font-size: 182%;
    font-family: "Open Sans Condensed", sans-serif;
    clear: both;
    padding: 0px;
    line-height: 19px;
    /*float: left;*/
}

.info {
    color: #437ED7 !important;
    background-color:#C9DFFF;
}
.ok {
    color: #5BB35B !important;
    background-color: #D4FCD4;
}
.error {
    color: #D60C0C !important;
    background-color: #FFDBDB;

}
div.error, p.error {
    background-image: url("/images/message-24-error.png");
    border-color: #D60C0C;
}
div.info, p.info {
    background-image: url("/images/message-24-info.png");
    border-color: #ED541D;
}
div.ok, p.ok {
    background-image: url("/images/message-24-ok.png");
    border-color: #ED541D;
}
div.messages, p.messages  {
    visibility: hidden;display: none;
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 0px 8px 11px !important;
    padding: 10px 10px 10px 50px;
    border-radius: 4px;
    min-height: 29px;font-size: smaller !important;
}

.cerrar {
    font-size: 10px;
    color: black;
    float: left;
    padding: 5px;
    margin-left: -48px;
    margin-top: 18px;
    cursor: pointer;
}

.cerrar:hover {
    text-decoration: underline;
}



/*** INTERIORES ****/

p strong { color: #BB2921; }
p {text-align: justify;}

.rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);*/
}

.downCatalogos {
    margin-left: -37px;
    height: 450px;
    background-image: url(/images/detalle-descargas.png);
    background-position: left bottom;
    background-repeat: no-repeat; 
}

.catalogos {
    height: 438px;
    /*border: 1px solid;*/
    border-bottom: 4px solid #BB2921;   
}

ul.listaCatalogos {
    list-style-type: none;
    float: right;
    margin-top: 108px;
    -webkit-padding-start: 0px;
    margin-right: 14px;
    -moz-padding-start: 0px;
    padding:  0px;
}
.ie ul.listaCatalogos {
    width: 356px !important;
    margin-right: -6px !important;
    margin-top: 88px !important;
}
.listaCatalogos li {
    width: 296px;
    height: 43px;
    line-height: 44px;
    padding: 0px 10px;
    color: #000;
    box-shadow: 0px 4px 8px grey;
    font-size: larger;
    font-weight: 600;
    font-family: Raleway;
    text-transform: uppercase;
}

.listaCatalogos li img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    float: right;
    margin-top: 11px;    
    border: none;
}

.textCatalogo {
    width: 250px;
    float: right;
    height: 133px;
    font-family: "Raleway", sans-serif;
    color: #A6A676;
    font-size: 25px;
    font-weight: 100;
    text-align: right;
    margin-top: 326px;
    margin-right: 22px;
    line-height: 36px;
}

.ie .textCatalogo {
    margin-right: 10px !important;
}

.resaltadoDownload {
    font-size: 38px;
    font-weight: 400;
}

.allCatalogos {
    float: right;
    width: 455px;
    line-height: 25px;
    text-align: right; text-transform: uppercase;
}

.allCatalogos a {
    color: #BB2921;
    text-decoration: none;
}
.allCatalogos a:hover {
    color: #BB2921;
    text-decoration: underline;
}
.allCatalogos img {
    margin-left: 5px;
    float: right; border: none;
}

.contacto {
    margin-left: -37px;
    height: 340px;
    background-image: url(/images/detalle-contactos.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 39px;
}

.main-container {
    float: left;
}

.contacto form {
    height: 200px;
    border-bottom: 3px solid #BB2921;
    padding-top: 139px;
    margin-left: 9px;
}

.itemfrm {
    width: 435PX;
    float: right;
    margin-top: -58px;
    text-align: right;
    margin-right: 20px;
}

input[type="text"] {
    border: 2px solid #BB2921;
    border-radius: 3px;
    padding: 3px;
    font-size: 14px;
    width: 338px;
}

textarea {
    width: 337px;
    height: 94px;
    border: 2px solid #BB2921;
    border-radius: 3px;
    padding: 3px;
    font-size: 14px
}

.ff input[type="text"], .ie input[type="text"] {
    margin-bottom: 3px !important;
}

.btnsFrm {
    float: right;
    clear: both;
    list-style-type: none;
    -webkit-padding-start: 0px;
    width: 200px;
    margin-top: 14px;
}

.btnsFrm li {
    /*padding: 0px 11px;*/ 
    float: left;
    cursor: pointer;
}
.btnClear {
    padding: 0px 5px !important;
    color: #BB2921;
}
.btnSend:after, .btnClear:after {
    content: "]";
    padding-left: 5px;
    font-weight: bold;
}

.btnSend:before, .btnClear:before {
    content: "[";
    padding-right: 5px;
    font-weight: bold;
}
aside {
    width: 210px;
    float: left;
    margin-top: 20px;
    padding-right: 4px;
    min-height: 725px; 
}
aside ul {
    margin: 0;
    list-style: none;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-padding-start: 0px;
    padding: 0px;
}
aside ul li {
    /*font: bold 12px/18px sans-serif;*/
    margin-right: -4px;
    position: relative;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    padding: 0px 0px 0px 10px;
    text-align: right;
    background-repeat: no-repeat;
    background-position: 191px;
    text-transform: uppercase;
}

aside ul li a {
    text-decoration: none;
    color: #000;padding-right: 28px;
    font-size: 12px;
    
}

aside ul li a:hover {
    text-decoration: underline;
    color: #000;
    
}

aside ul li ul.subproductos {
  padding: 0;
  top: 48px;
  left: 0;
  width: 260px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin-left: 214px;
  margin-top: -48px;
  z-index: 5;border-left: 2px solid #7A695D !important;

}

aside ul li ul.subproductos li { 
    display: inline-block;
    color: #000;
    padding: 0px 10px 0px 6px;
    text-align: left;
    text-transform: none;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    width: inherit;
}

aside ul li ul.subproductos li a { 
    color: #000;text-decoration: none;
}

aside ul li ul.subproductos li a:hover { text-decoration: underline; }

aside ul li:hover ul.subproductos {
  display: block;
  opacity: 1;
  visibility: visible;
}

aside .all {
    width: 166px;
    text-align: right;
    margin-top: 25px;
    text-transform: uppercase;
}

aside .all  a {
    color: #BB2921;
    text-decoration: none;
}
aside .all a:hover {
    color: #BB2921;
    text-decoration: underline;
}

aside .all img {
    float: right;
    padding: 4px;
    position: absolute;
    margin-top: -15px; border: none;
}
article.productos .gallery {
    margin: 29px 0px 0px 0px !important;
    float: left;
}

article.productos .gallery ul.pictures {
    list-style: none;
    color: #FFF;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-padding-start: 0px;
    margin: 0px;
    padding: 0px;
    border: none !important;
}

article.productos .gallery ul.pictures li {
    margin: 19px 14px !important;
}

article .gallery ul.pictures li a {
    color:  #FFF; text-decoration: none;
}

article.productos .gallery ul.pictures li:nth-child(2n) {
    margin: 0px 14px 31px 24px !important;
}

article.productos .gallery ul.pictures li:nth-child(2n+1) {
    margin: 0px 14px 31px 30px !important;
}

article.productos .gallery ul.pictures li:last-child {
    /*margin: 0px 14px 0px 30px !important;*/
}

article .items {
    padding: 20px 0px;
    width: 485px
}

article .items .headeritems {
    height: 89px;
}

article .items h1 {
    font-family: "Open Sans Condensed", sans-serif;
    
    padding: 2px 9px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0.83em;
    text-align: right;
    font-weight: normal;
    font-size: x-large;
    margin: 0px;   text-transform: uppercase;
}

article .items h2 {
    font-family: "Open Sans Condensed", sans-serif;
    padding: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    font-weight: normal;
    font-size: x-large;
    color: #BB2921;
}

article .items .textoproducto {
    padding: 10px;
}

article .galeriasproductos {
    width: inherit;
    min-height: 150px;
    margin-bottom: 20px;
    float: left;
}

.galeriatext {
    margin: 5px 14px;
    color: #BB2921;
}

ul.fotos {
    list-style-type: none;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-padding-start: 0px;
    margin: 0em 1em;
    padding: 0px;
}

ul.fotos li {float: left; padding: 0px 1px;}

.error404 {
    margin: 134px 76px;
    background-image: url(/images/error-404.png);
    height: 220px;
    width: 731px;
    background-repeat: no-repeat;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: large;
    text-align: center;
}

.error404 p {
    text-align: center;
    padding-top: 180px;
}




/*** FOOTER ***/

.footer {
    height: 25px;
    background-color: #bb2921;
}

.footer ul.menu-footer {
    list-style-type: none;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    line-height: 31px;
    margin: 0px 5px;
    padding: 0px;
    font-size: x-small;
    color: #FFF;
}

ul.menu-footer li {
    float: left;
    padding: 0px 5px 0px 0px;
    font-family: "PT Sans", Helvetica, sans-serif;
    font-size: small;
}

ul.menu-footer li a{
    text-decoration: none;
    color: #FFF;
}

ul.menu-footer li a:hover {
    text-decoration: underline;
}

ul.menu-footer li a.activo {text-decoration: underline}

ul.menu-footer li:after {
    content: "|";
    margin-left: 5px;
    padding: 0px 5px;    
}

ul.menu-footer li:last-child:after {
    content: "";
}

.footer .copy {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #FFF;
    font-size: small;
}