﻿html {
    background-color: #191919;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: 'Exo', sans-serif;
    margin: 0;
    min-width: 1000px;
    padding: 0;
}

a img {
    border: none;
}

a {
    color: #333;
    outline: none;
    text-decoration: none;
}





header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 30px;
    color: #20201f;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 17px;
    color: #5b5b5f;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1000px;
}

#body {
    background-color: #ffffff;
    clear: both;
    padding-bottom: 35px;
    min-width: 1000px;
    min-height: 400px;
}

.main-content {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 30px;
}

.featured + .main-content {
}

header .content-wrapper {
    padding-top: 0px;
}

header {
    min-width: 1000px;
    background-image: url("../Images/FondoHeader.jpg");
    height: 120px;
    background-position-y: 41px;
    background-repeat: repeat-x;
    background-color: black;
}

footer {
    background-image: url("../Images/FondoFooter.png");
    clear: both;
    font-size: .8em;
    height: 117px;
    min-width: 1000px;
}

#Firmasites {
    float: right;
    width: 80px;
    margin-top: 10px;
}

    #Firmasites a {
        font-size: 10px;
    }

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin-left: 0px;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

/*ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }*/


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #9f9f9f;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    padding-left: 10px;
    width: 365px;
    height: 38px;
}

textarea {
    font-family: inherit;
    width: 365px;
    height: 116px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-image: url("../Images/BtnEnviar.png");
    background-repeat: no-repeat;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-left: 3px;
    width: 379px;
    height: 47px;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

/*********************
*   Nuevos Estilos   *
*********************/

#DivFormularioContacto {
    width: 475px;
    float: left;
}

    #DivFormularioContacto h1 {
        margin-left: 230px;
        margin-bottom: 50px;
    }

#DivInfoContacto {
    float: left;
    width: 513px;
}

div.DivInfoContacto {
    float: left;
    border: dashed;
}

div.DireccionContacto {
    background-image: url("../Images/IcoSucursalContacto.png");
    background-repeat: no-repeat;
    float: left;
    padding-top: 6px;
    margin-bottom: 35px;
}

    div.DireccionContacto p {
        padding-left: 25px;
        font-weight: bold;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
    }

p.MailContacto {
    background-image: url("../Images/IcoMailContacto.png");
    background-repeat: no-repeat;
    height: 20px;
    float: left;
    padding-left: 30px;
    padding-top: 2px;
    width: 100%;
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

#SEO {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 1040px;
    margin-bottom: 5px;
}

    #SEO h3 {
        color: Gray;
        font-size: 12px;
        font-weight: lighter;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }


header a.Logo {
    float: left;
    padding-left: 168px;
    padding-bottom: 172px;
    background-image: url("../Images/Logo.png");
    background-repeat: no-repeat;
    position: absolute;
    z-index: 999;
}

header p {
    color: #fff;
}

div.HeaderInfo {
    overflow: hidden;
}

    div.HeaderInfo div.float-left {
        width: 58%;
        margin: 2px 0;
    }

        div.HeaderInfo div.float-left p {
            font-size: 20px;
            padding-top: 5px;
            text-align: right;
        }

    div.HeaderInfo div.float-right {
        width: 400px;
    }

        div.HeaderInfo div.float-right p {
            font-size: 20px;
            font-weight: 700;
            line-height: 34px;
        }

        div.HeaderInfo div.float-right img {
            
            margin-top: -5px;
        }

a.Moviles {
    background-image: url("../Images/ImagenesMenu/Movil.png");
    background-repeat: no-repeat;
    background-position-y: 40px;
}

a.Techo {
    background-image: url("../Images/ImagenesMenu/DeTecho.png");
    background-repeat: no-repeat;
    background-position-y: 40px;
}

a.Fijo {
    background-image: url("../Images/ImagenesMenu/FijoConInclinacion.png");
    background-repeat: no-repeat;
    background-position-y: 40px;
}

a.Proyector {
    background-image: url("../Images/ImagenesMenu/Proyector.png");
    background-repeat: no-repeat;
    background-position-y: 40px;
}

a.Piso {
    background-image: url("../Images/ImagenesMenu/SoporteDePiso.png");
    background-repeat: no-repeat;
    background-position-y: 40px;
}

a.Escritorio {
    background-image: url("../Images/ImagenesMenu/DeEscritorio.png");
    background-repeat: no-repeat;
    background-position-y: 40px;
}

a.DVD {
    background-image: url("../Images/ImagenesMenu/DVD.png");
    background-repeat: no-repeat;
    background-position-y: 40px;
}

a.Mueble {
    background-image: url("../Images/ImagenesMenu/Proyector.png");
    background-repeat: no-repeat;
    background-position-y: 40px;
}

div.FooterInfo {
    width: 100%;
    color: #fff;
    font-size: 14px;
}

    div.FooterInfo div {
        width: 20%;
        float: left;
        margin: 0 17px;
        margin-top: 15px;
    }

    div.FooterInfo p {
        margin-bottom: -3px;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
    }

    div.FooterInfo a {
        text-decoration: none;
        color: white;
        margin: 0;
    }

div.DireccionFooter {
    background-image: url("../Images/IcoSucursal.png");
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 10px;
}

div.FooterInfo a.Blogger {
    background-image: url("../Images/IcoBlog.png");
    background-repeat: no-repeat;
    padding-left: 33px;
    padding-bottom: 33px;
    float: right;
    margin-left: 5px;
}

div.FooterInfo a.Twitter {
    background-image: url("../Images/IcoTwitter.png");
    background-repeat: no-repeat;
    padding-left: 33px;
    padding-bottom: 33px;
    float: right;
    margin-left: 5px;
}

div.FooterInfo a.Facebook {
    background-image: url("../Images/IcoFacebook.png");
    background-repeat: no-repeat;
    padding-left: 33px;
    padding-bottom: 33px;
    float: right;
    margin-left: 5px;
}

div.CorreoFooter {
    background-image: url("../Images/IcoCorreo.png");
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-top: 5px;
}

    div.CorreoFooter p {
        margin-bottom: 30px;
    }

div.Soportes {
    width: 100%;
    height: 215px;
}

    div.Soportes h1 {
        text-align: center;
    }

    div.Soportes p {
        background-repeat: no-repeat;
        width: 124px;
        height: 42px;
        padding-top: 130px;
        float: left;
        text-align: center;
        font-weight: bold;
        color: #20201f;
        margin: 0 9px;
        margin-top: 10px;
        font-size: 16px;
    }

        div.Soportes p.Moviles {
            background-image: url("../Images/SoportesIndex/SoporteMovilOff.png");
        }

            div.Soportes p.Moviles:hover {
                background-image: url("../Images/SoportesIndex/ImagenHoverDetalles.png"), url("../Images/SoportesIndex/SoporteMovilOff.png");
                background-repeat: no-repeat, no-repeat;
                cursor: pointer;
            }

        div.Soportes p.Techo {
            background-image: url("../Images/SoportesIndex/DeTecho.png");
        }

            div.Soportes p.Techo:hover {
                background-image: url("../Images/SoportesIndex/ImagenHoverDetalles.png"), url("../Images/SoportesIndex/DeTecho.png");
                background-repeat: no-repeat, no-repeat;
                cursor: pointer;
            }

        div.Soportes p.Fijo {
            background-image: url("../Images/SoportesIndex/FijoConInclinacion.png");
        }

            div.Soportes p.Fijo:hover {
                background-image: url("../Images/SoportesIndex/ImagenHoverDetalles.png"), url("../Images/SoportesIndex/FijoConInclinacion.png");
                background-repeat: no-repeat, no-repeat;
                cursor: pointer;
            }

        div.Soportes p.Proyector {
            background-image: url("../Images/SoportesIndex/Proyector.png");
        }

            div.Soportes p.Proyector:hover {
                background-image: url("../Images/SoportesIndex/ImagenHoverDetalles.png"), url("../Images/SoportesIndex/Proyector.png");
                background-repeat: no-repeat, no-repeat;
                cursor: pointer;
            }

        div.Soportes p.Piso {
            background-image: url("../Images/SoportesIndex/DePiso.png");
        }

            div.Soportes p.Piso:hover {
                background-image: url("../Images/SoportesIndex/ImagenHoverDetalles.png"), url("../Images/SoportesIndex/DePiso.png");
                background-repeat: no-repeat, no-repeat;
                cursor: pointer;
            }

        div.Soportes p.Escritorio {
            background-image: url("../Images/SoportesIndex/DeEscritorio.png");
        }

            div.Soportes p.Escritorio:hover {
                background-image: url("../Images/SoportesIndex/ImagenHoverDetalles.png"), url("../Images/SoportesIndex/DeEscritorio.png");
                background-repeat: no-repeat, no-repeat;
                cursor: pointer;
            }

        div.Soportes p.DVD {
            background-image: url("../Images/SoportesIndex/ParaDvd.png");
        }

            div.Soportes p.DVD:hover {
                background-image: url("../Images/SoportesIndex/ImagenHoverDetalles.png"), url("../Images/SoportesIndex/ParaDvd.png");
                background-repeat: no-repeat, no-repeat;
                cursor: pointer;
            }

div.Servicios {
    background-color: #000;
    height: 191px;
    width: 100%;
    margin-left: 2px;
}

div.Laterales {
    background-image: url("../Images/FondoDerechoServicios.png"),url("../Images/FondoIzquierdoServicios.png");
    background-repeat: no-repeat;
    background-position: right 1px, left 79px;
    padding: 79px 149px;
    margin-top: -76px;
}

div.Servicios h1 {
    padding-top: 15px;
}

img.Sello {
    margin-top: -70px;
    margin-bottom: -125px;
}

div.Servicios div {
    text-align: center;
}

div.Servicios img {
    margin: 10px;
}

div.Blogger {
    float: left;
}

    div.Blogger a {
        text-decoration: none;
        list-style: url("../Images/VinetBlog.png");
    }

    div.Blogger li {
        margin-left: 20px;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
    }

div.Facebook {
    float: right;
}

div.QuienesSomos h1 {
    margin-left: 3px;
}

div.BannerServicios {
    width: 100%;
    height: 172px;
    background-image: url("../Images/BannersInternos/BannerServicios.jpg");
    background-repeat: no-repeat;
}

div.BannerServiciosR {
    display: none;
}

div.BannerServicios img {
    float: right;
    margin-right: 60px;
    margin-top: 1px;
}

div.ServiciosIzq {
    float: left;
    width: 450px;
}

    div.ServiciosIzq a {
        color: #00467a;
        font-size: 30px;
        font-family: 'Exo', sans-serif;
    }

div.ServiciosDer {
    float: right;
    margin-top: 30px;
}

div.BannerClientes {
    width: 100%;
    height: 172px;
    background-image: url("../Images/BannersInternos/BannerClientes.jpg");
    background-repeat: no-repeat;
}

div.BannerClientesR {
    display: none;
}

div.BannerClientes img {
    float: right;
    margin-right: 150px;
    margin-top: 10px;
}

div.ImgClientes {
    width: 80%;
}

    div.ImgClientes img {
        margin: 25px;
    }

div.BannerSoportes {
    width: 100%;
    height: 172px;
    background-image: url("../Images/BannersInternos/BannerSoportes.jpg");
    background-repeat: no-repeat;
}

    div.BannerSoportes label {
        display: unset;
        position: relative;
        top: 64%;
        left: 27%;
        color: white;
        font-weight: 100;
        font-size: 20px;
    }

div.BannerSoportesR {
    display: none;
}

div.BannerSoportes img {
    float: right;
    margin-right: 0;
    margin-top: 10px;
}

div.BannerProyectos {
    width: 100%;
    height: 172px;
    background-image: url("../Images/BannersInternos/Proyectos.jpg");
    background-repeat: no-repeat;
}

div.BannerProyectosR {
    display: none;
}

div.SoporteIzq {
    width: 850px;
    float: left;
}

div.SoporteDer {
    width: 140px;
    float: right;
}

div.Item {
    margin-top: 30px;
    overflow: hidden;
}

div.ImgItem {
    float: left;
    width: 216px;
    height: 250px;
}

    div.ImgItem img {
        max-height: 100%;
        max-width: 100%;
    }

div.InfoItem {
    float: left;
    width: 590px;
    margin-left: 35px;
}

    div.InfoItem tr:first-child {
        float: left;
        width: 215px;
    }

    div.InfoItem tr:last-child {
        float: left;
        width: 340px;
        margin-left: 35px;
    }

    div.InfoItem td {
        width: 100%;
        float: left;
        margin-bottom: -5px;
        font-size: 17px;
        color: #5b5b5f;
        font-family: 'Roboto', sans-serif;
        text-align: justify;
        font-weight: bold;
    }

div.AvisoPrivacidad h1, h3 {
    margin-bottom: 10px;
}

div.LinksBlog {
    margin-top: 24px;
}


div.Proyectos div div {
    float: left;
    margin: 10px 4px;
}

div.ImagenGaleria {
    width: 160px;
    height: 160px;
}

div.Proyectos div.MenuProyectos {
    width: 700px;
    margin: 10px auto;
    height: 100px;
}

    div.Proyectos div.MenuProyectos div {
        width: 93px;
        height: 93px;
        background-repeat: no-repeat;
        margin: 0 29px;
        float: left;
    }

        div.Proyectos div.MenuProyectos div:hover {
            cursor: pointer;
        }

div#MovilesImg {
    background-image: url("../Images/ImagenesMenu/Movil.png");
    margin-left: 0px;
}

div#TechoImg {
    background-image: url("../Images/ImagenesMenu/DeTecho.png");
}

div#FijoImg {
    background-image: url("../Images/ImagenesMenu/FijoConInclinacion.png");
}

div#PisoImg {
    background-image: url("../Images/ImagenesMenu/SoporteDePiso.png");
}

div#DVDImg {
    background-image: url("../Images/ImagenesMenu/DVD.png");
    margin-right: 0px;
    float: right;
}

div.Blogger h1 {
}

div#MenuMobile, div.ContactoMobile {
    display: none;
}

div#Moviles, div#Techo, div#Fijo, div#Piso, div#DVD {
    float: left;
}

/*CarritoDeCompras*/

/*-------------Carrito -----------*/

#Productos {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: thin dashed gray;
    font-size: 16px;
}

#ComprarOnline {
    min-height: 650px;
}

#TitulosCarrito, .Paquete {
    float: left;
    width: 100%;
}

.itemContainer div {
    float: left;
    margin-top: 30px;
}

.itemContainer {
    width: 100%;
    float: left;
}

#TitulosCarrito span, .cartHeaders div {
    float: left;
    font-weight: 700;
}

.item_quantity {
    width: 30px;
    margin-left: 10px;
}

.ImagenProducto {
    width: 175px;
    float: left;
    margin-right: 30px;
    margin-top: -5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 30px;
}

.simpleCart_shelfItem {
    height: 200px;
}

.BotonAgregar {
    margin-top: -5px;
    margin-left: 20px;
    -webkit-box-shadow: 0 1px 1px #000;
    -moz-box-shadow: 0 1px 1px #000;
    box-shadow: 0 1px 1px #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .BotonAgregar:hover {
        -webkit-box-shadow: 0 1px 3px #000;
        -moz-box-shadow: 0 1px 3px #000;
        box-shadow: 0 1px 3px #000;
    }

.simpleCart_shelfItem b {
    min-width: 320px;
    float: left;
    margin-top: 70px;
}

.simpleCart_shelfItem span {
    float: left;
    width: 150px;
    margin-top: 70px;
}

.simpleCart_shelfItem input[type=text] {
    float: left;
    margin-top: 55px;
}

.simpleCart_shelfItem a {
    margin-top: 70px;
    color: Orange;
    float: right;
}

    .simpleCart_shelfItem a:hover {
        color: #E59202;
    }

#CarritoCompras {
    min-height: 500px;
    font-size: 16px;
}

    #CarritoCompras h3 {
        font-size: 24px;
    }

.DivItemsCarrito {
    border-bottom: thin dotted gray;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    min-height: 100px;
}

.itemName {
    float: left;
    width: 340px;
}

.itemPrice {
    float: left;
    width: 150px;
}

.itemQuantity {
    float: left;
    width: 100px;
}

.itemTotal {
    float: left;
    width: 120px;
    margin-left: 20px;
}

.itemRemove {
    float: left;
    width: 30px;
}

.itemQuantity input[type=text] {
    width: 25px;
    text-align: center;
    padding: 5px;
    margin-top: -30px;
}

#Total {
    float: right;
    width: 150px;
    margin-top: 20px;
}

#VaciarCarrito {
    float: left;
    width: 180px;
    margin-top: 20px;
}

    #VaciarCarrito img {
        margin-right: 5px;
    }

.itemdecrement a {
    background-image: url(../Images/Paypal/flecha_abajo.png);
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -9999px;
    width: 16px;
    margin-left: -45px;
}

.itemincrement a {
    background-image: url(../Images/Paypal/flecha_arriba.png);
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -9999px;
    width: 16px;
    margin-left: -25px;
}

.itemRemove a {
    background-image: url(../Images/Paypal/eliminar.png);
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -9999px;
    width: 16px;
    margin-left: -30px;
}

.Comprar {
    margin-top: 10px;
    margin-right: 15px;
    font-size: 16px;
    float: right;
    background-color: #0B5B9A;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px #000;
    -moz-box-shadow: 0 1px 2px #000;
    box-shadow: 0 1px 2px #000;
    padding: 8px 20px;
    color: White;
    font-weight: bold;
}

.DivComprar {
    margin-top: 20px;
    float: right;
}

.Paypal {
    float: left;
    margin-left: 50px;
}

#FormularioPedido {
    margin-bottom: 50px;
    min-height: 600px;
}

#FormularioComprar {
    width: 500px;
}

    #FormularioComprar label {
        width: 100px;
        float: left;
    }


.InfoItem > a {
    width: 200px;
    height: 42px;
    background-color: #171717;
    padding: 0px;
    display: block;
    color: white;
    font-size: 27px;
    text-align: center;
    font-weight: bold;
    border: 2px solid darkgray;
    margin-top: 10px;
}

a#ventas {
    width: 200px;
    height: 42px;
    background-color: #171717;
    padding: 0px;
    display: block;
    color: white;
    font-size: 27px;
    text-align: center;
    font-weight: bold;
    border: 2px solid darkgray;
    margin: 10px auto;
}

.Soportes h2 {
    text-align: center;
    margin: 25px 0 15px;
}

div.Mayoreo{

}
div.Mayoreo div{
    font-size: 25px;
    width: 47%;
}
div.Mayoreo input{
    font-size: 15px;
   
}
div.Mayoreo p.Whatsapp{
    background-image:url("../Images/ico_whatsapp.png");
    background-position:left;
    background-repeat:no-repeat;
    margin-top: 25px;
    padding-left: 30px;   
}
div.Mayoreo textarea{
    font-size: 15px;
   
}
.telefonosHeader a{
    float:left;
    width:100%;
    text-align:right;
}
.WhatsFooter {
    position: fixed;
    right: 100px;
    bottom: 20px;
}
.WhatsFooter img{
    width:60px;
}
.Mobile {
    display: none;
}

.Desktop {
    display: block;
}
/*Fin de Carrito*/

/********************************************************
MOBILE CSS*/

@media (max-width:1278px) and (min-width:299px) {
    div.BannerServicios img {
        display: none;
    }
}

@media (max-width:1215px) and (min-width:299px) {
    div.BannerSoportes img {
        display: none;
    }
}

@media (max-width:1130px) and (min-width:299px) {
    div.BannerClientes img {
        display: none;
    }
}

@media (max-width: 1000px) and (min-width: 299px) {
    

    div.float-left {
        display: none;
    }
    div.Mayoreo div{
width:100% !important;
float:none;
margin-bottom:25px;
    }
    div#divLogo {
        display: block;
    }

    div.ContactoMobile {
        display: block;
        margin: 2px 10px;
        float: right;
        width:100%;
        margin-top:10px;
    }

        div.ContactoMobile p {
            float: right;
            font-size: 17px;
            line-height: 19px;
            width: 100%;
            text-align: right;
        }

    #SEO {
        display:none;
    }

    div#divLogo a#A1 {
        background-size: 100%;
        padding-left: 79px;
        padding-bottom: 79px;
    }

    div.float-right {
        display: none;
    }

    div#MenuMobile {
        display: block;
        text-align: center;
        padding-top: 70px;
    }

    header nav {
        width: 100%;
        height: auto;
        left: -100%;
        margin: 0;
        position: absolute;
        z-index: 999999999999999;
        background: #dd6735;
    }

        header nav ul li {
            display: block;
            float: none;
            border-bottom: 1px solid rgba(255,255,255, .3);
            float: left;
            width: 100%;
            text-align: center;
        }

    .menu_bar {
        display: block;
        width: 100%;
        background: #ccc;
        height: auto;
    }

        .menu_bar .bt-menu {
            display: block;
            padding: 10px 0;
            background: #dd6735;
            color: #fff;
            text-decoration: none;
            font-weight: bold;
            font-size: 23px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .menu_bar span {
            float: none;
            margin-right: 5px;
        }

    header nav ul {
        overflow: hidden;
        list-style: none;
    }



        header nav ul li a {
            color: #fff;
            padding: 20px;
            display: block;
            text-decoration: none;
        }

        header nav ul li span {
            margin-right: 10px;
        }

        header nav ul li a:hover {
            background: #e3212f;
        }

    header {
        min-width: 0;
        width: 100%;
    }

    #body {
        min-width: 0;
    }

    body {
        min-width: 0;
    }

    footer {
        min-width: 0;
        width: 100%;
        background-image: none;
        background-color: #191919;
    }

    div#SelloServicios {
        width: 100% !important;
    }

    div.Laterales {
        background-image: none;
        padding: 79px;
    }

    div.Servicios {
        background: none;
    }

        div.Servicios div {
            float: left;
            margin: 0 auto;
            width: 100%;
        }

        div.Servicios img {
            background-color: #5c7e7e;
            clear: both;
            width: 185px;
        }

    img.Sello {
        display: none;
    }

    div.FooterInfo div {
        width: 180px;
        float: none;
        margin: 5px auto !important;
        overflow: hidden;
    }

    div.BannerSoportes {
        display: none;
    }

    div.BannerSoportesR {
        display: block;
        padding: 0 10px;
    }

    div.BannerServicios {
        display: none;
    }

    div.BannerServiciosR {
        display: block;
        padding: 0 10px;
    }

    div.ServiciosIzq {
        width: 100%;
    }

    div.ServiciosDer img {
        width: 100%;
    }

    div.BannerClientes {
        display: none;
    }

    div.BannerClientesR {
        display: block;
        padding: 0 10px;
    }

    div.BannerProyectos {
        display: none;
    }

    div.BannerProyectosR {
        display: block;
        padding: 0 10px;
    }

    div.Proyectos div.MenuProyectos {
        width: 186px;
    }

    div#MovilesImg, div#TechoImg, div#FijoImg, div#PisoImg {
        margin: 0 !important;
    }

    #DivFormularioContacto {
        width: 290px;
        float: none;
        margin: 0 auto;
    }

        #DivFormularioContacto h1 {
            text-align: center;
            margin: 0;
            padding: 0;
        }

    #DivInfoContacto {
        width: 290px;
        float: none;
        margin: 20px auto;
    }

        #DivInfoContacto div {
            width: 100%;
            overflow: hidden;
            float: none;
        }

    iframe#GoogleMaps {
        width: 270px !important;
    }

    input, textarea {
        width: 270px;
    }

        input[type="submit"], input[type="button"], button {
            width: 272px;
            background-size: 100%;
            border: none;
        }

    p.MailContacto {
        width: auto;
    }

    div.SoporteIzq {
        width: 90%;
        float: left;
    }

    div.InfoItem {
        margin: 0;
    }

        div.InfoItem tr:last-child {
            margin: 0;
            width: 100%;
        }

    div.SoporteDer {
        float: right;
        margin: 20px auto;
    }

    div#MenuFooterCSS {
        display: block;
        width: 100%;
    }

    ul.dropdownInferior li {
        width: 200px;
        margin: 0 auto !important;
        float: none !important;
        text-align: center;
    }

    div#SocialMedia {
        width: 33px;
        float: none;
    }

    div.Soportes {
        margin: 0 auto;
        width: 284px;
        float: none;
    }

    div.ImgClientes {
        width: 280px;
        margin: 0 auto;
    }

        div.ImgClientes img {
            margin: 5px;
        }

    div.Blogger h1 {
        padding-left: 10px;
    }
}

@media(max-width:700px){
    .Mobile {
        display: block;
    }

    .Desktop {
        display: none;
    }
}