﻿@font-face {
    font-family: 'QuattrocentoSans-Bold';
    src: url('fonts/QuattrocentoSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'QuattrocentoSans-BoldItalic';
    src: url('fonts/QuattrocentoSans-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'QuattrocentoSans-Italic';
    src: url('fonts/QuattrocentoSans-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'QuattrocentoSans-Regular';
    src: url('fonts/QuattrocentoSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'raleway-medium-webfont';
    src: url('fonts/raleway-medium-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway-medium-webfont.woff') format('woff');
}

@font-face {
    font-family: 'raleway-bold-webfont';
    src: url('fonts/raleway-bold-webfont.woff') format('woff');
}

@font-face {
    
    font-family: 'raleway-light-webfont';
    src: url('fonts/raleway-light-webfont.woff') format('woff');
}

body {
    /**font-family: 'raleway-medium-webfont' !important;**/
    background: #ffffff;
    font-family: 'Verdana' !important;
    margin: 0px;
    padding: 0px;
    color: #6B809B !important;
    font-size: 14pt;
}

TEXTAREA, INPUT[type="text"] {
    box-sizing: border-box;
    color: #333333;
    border: 1px solid #01a982 !important;
    font-family: 'Verdana'!important;
}

select, INPUT[type="select"] {
    box-sizing: border-box;
    color: #333333;
    border: 1px solid #01a982 !important;
    font-family: 'Verdana' !important;
    font-size: 12pt !important;
    height: 24px;
}



#articulo h1 {
    color: #999999;
    font-size: 20pt;
    font-weight: 100;
}

#articulo h2 {
    margin: 0px;
    padding: 0px;
    color: #008ED6;
    font-size: 14pt;
    font-family: 'raleway-light-webfont';
}

#articulo .div_l {
    padding: 2px 5px 2px 5px;
    float: left;
    width: 48%;
}

#articulo .div_r {
    padding: 2px 5px 2px 5px;
    float: right;
    width: 48%;
}

#articulo p {
    margin-top: 5px;
    text-align: justify;
    font-size: 11pt;
}

#articulo ul li {
    font-size: 10pt;
}



.d {
    padding-bottom: 30px;
}

.page {
    background: #ffffff;
    margin: 5px auto 0px auto;
    border: 1px none #496077;
}

img {border: none;}


table {width: 100%;}


.main {
    background: #ffffff;
    padding: 0px 12px;
    margin: 10px 3px 5px 3px;
    min-height: 420px;
}

a:link, a:visited {
    color: #808080;
    font-size: large;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

.footerDiv {
    margin: 20px;
    background-color: #EFEFEF;
    padding: 0px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    /*
    behavior: url(border-radius.htc);*/
}


.roundDiv {
    margin: 20px 0px 10px 0px;
    background-color: #FFFFFF;
    padding: 0px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px; /*behavior: url(border-radius.htc);*/
}

.roundDivBlue {
    margin: 10px 5px 10px 5px;
    background-color: #83A2E0;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: medium;
    height: 224px;
    font-weight: normal;
}



.divSpace {
    width: 371px;
    vertical-align: top;
    margin-bottom: 8px;
    margin-top: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

    .divSpace Span {
        font-weight: normal;
        font-size: small;
        color: #999999;
        text-align: justify;
        font-style: inherit;
        font-variant: inherit;
        text-transform: inherit;
    }

.bloque {
    width: 100%;    
    color: #707070;
}

.bloque-info {
    font-size: 14pt;
    margin: 5px 0 40px 0;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'raleway-light-webfont' !important;
    color: #6b809b !important;
    font-weight: lighter !important;
}

h1 {
    font-size: 26pt!important;
}
h2 {
    font-size: 22pt !important;
}

h3 {
    font-size: 20pt !important;
}

h4 {
    font-size: 18pt !important;
}

h5 {
    font-size: 16pt !important;
}

h5 {font-size: 14pt !important;}

.bloque a {
    color: #4c6b8b;
    text-decoration: none;
    font-family: 'Raleway';
}

    .bloque a:hover {
        color: #4c6b8b;
        text-decoration: none;
    }

a:active {
    color: #034af3;
}

image {
    border: none;
}


#linksDiv ul {
    list-style-type: none;
}

#linksDiv hr {
    height: 1px;
    color: Gray;
    width: 100%;
}

#linksDiv li {
    margin: 5px;
}

    #linksDiv li a {
        margin: 5px;
        font-size: 10pt;
        text-decoration: none;
    }

        #linksDiv li a:hover {
            color: #496077;
        }

#linksDiv ul li a span {
    text-decoration: none;
}




.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    font-size: small;
}

.ib_media {
    margin-left: 40px;
    margin-right: 15px;
}

.ib_pdf {
    width: 78px;
    height: 78px;
    background-image: url('../Images/PDF.png');
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

    .ib_pdf:hover {
        width: 78px;
        height: 78px;
        background-image: url('../Images/PDF-hover.png');
        background-repeat: no-repeat;
        margin-right: 10px;
        margin-bottom: 10px;
        display: inline-block;
    }

.ib_video {
    width: 136px;
    height: 78px;
    background-image: url('../Images/video.png');
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

    .ib_video:hover {
        width: 136px;
        height: 78px;
        background-image: url('../Images/video-hover.png');
        background-repeat: no-repeat;
        margin-right: 10px;
        margin-bottom: 10px;
        display: inline-block;
    }

/* TAB MENU   
----------------------------------------------------------*/


.menuItem1 {
    background-image: url('Botones/1h.png');
    background-repeat: no-repeat;
    color: #333333;
    width: 100%;
    text-align: center;
    height: 36px;
    display: block;
}

    .menuItem1:hover {
        background-image: url('Botones/1.png');
        background-repeat: no-repeat;
        color: #333333;
        width: 100%;
        text-align: center;
        height: 36px;
    }

.menuItem2 {
    background-image: url('Botones/2h.png');
    background-repeat: no-repeat;
    color: #333333;
    width: 100%;
    text-align: center;
    height: 36px;
    display: block;
}

    .menuItem2:hover {
        background-image: url('Botones/2.png');
        background-repeat: no-repeat;
        color: #333333;
        width: 100%;
        text-align: center;
        height: 36px;
    }

.menuItem3 {
    background-image: url('Botones/3h.png');
    background-repeat: no-repeat;
    color: #333333;
    width: 100%;
    text-align: center;
    height: 36px;
    display: block;
}

    .menuItem3:hover {
        background-image: url('Botones/3.png');
        background-repeat: no-repeat;
        color: #333333;
        width: 100%;
        text-align: center;
        height: 36px;
    }

.menuItem4 {
    background-image: url('Botones/4h.png');
    background-repeat: no-repeat;
    color: #333333;
    width: 100%;
    text-align: center;
    height: 36px;
    display: block;
}

    .menuItem4:hover {
        background-image: url('Botones/4.png');
        background-repeat: no-repeat;
        color: #333333;
        width: 100%;
        text-align: center;
        height: 36px;
    }

.menuItem5 {
    background-image: url('Botones/5h.png');
    background-repeat: no-repeat;
    color: #333333;
    width: 100%;
    text-align: center;
    height: 36px;
    display: block;
}

    .menuItem5:hover {
        background-image: url('Botones/5.png');
        background-repeat: no-repeat;
        color: #333333;
        width: 100%;
        text-align: center;
        height: 36px;
    }

.menuItem6 {
    background-image: url('Botones/6h.png');
    background-repeat: no-repeat;
    color: #333333;
    width: 100%;
    text-align: center;
    height: 36px;
    display: block;
}

    .menuItem6:hover {
        background-image: url('Botones/6.png');
        background-repeat: no-repeat;
        color: #333333;
        width: 100%;
        text-align: center;
        height: 36px;
    }

.c {
    padding-bottom: 30px;
}

    .c:hover {
        background-color: #FCFCFC;
    }

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}


.buttomMargin {
    margin-left: 20px;
    margin-right: 20px;
}

    .buttomMargin img {
        margin: 0px;
        border: none;
    }


.buttomMarginSmall {
    margin-left: 5px;
    margin-right: 5px;
}

    .buttomMarginSmall img {
        margin: 0px;
        border: none;
    }

div.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}


    div.menu ul li a, div.menu ul li a:visited {
        background-color: #FFFFFF;
        border: 1px solid #FFFFFF;
        display: block;
        /*padding: 4px 20px;*/
        text-decoration: none;
        white-space: nowrap;
        color: #333333;
        font-weight: normal;
    }

        div.menu ul li a:hover {
            background-color: #bfcbd6;
            color: #FFFFFF;
            text-decoration: none;
        }

        div.menu ul li a:active {
            background-color: #465c71;
            color: #cfdbe6;
            text-decoration: none;
        }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.mensajeProveedor {
    /*margin: 0px 0px 10px 0px;*/
    background-color: #FFFFFF;
    padding: 0px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #E9E9E9;
    color: #808080;
    font-family: 'Segoe UI';
    font-size: 10pt;
}

.mensajeFloat {
    border: 1px solid #000000;
    background-color: #FFFFFF;
    width: 100px;
    height: 120px;
    right: 200px;
    bottom: 100px;
    position: absolute;
    absolute;
}

#paquetes {
    margin-left: 10px;
}

#progressBackgroundFilter {
    cursor: progress;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    opacity: .5;
    -moz-opacity: .5;
    z-index: 1000;
}

#processMessage {
    border: 2px solid #336699;
    cursor: progress;
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    padding-left: 30px;
    width: 250px;
    z-index: 1002;
    background-color: #FFFFFF;
    color: #336699;
    font-size: large;  
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.PadIzquierdo {
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
}

.PadCol {
    padding-right: 20px!important;
    padding-left: 20px!important;
}

.tituloImg {
    margin: 20px 10px 20px 10px;
}

.ff-custom {
    font-family: 'Raleway';
    color: #707070;
    font-size: 18px;
}


.grid {
    font-family: 'QuattrocentoSans-Regular' !important;
}

.grid td{
    padding: 10px 0px;
}

    .grid th {
        font-family: 'QuattrocentoSans-Regular' !important;
        background-color: #e4e9ed; 
        font-weight: lighter;
        font-size: 14pt;
    }

.right {
    text-align: right !important;
}


.ut-btn.round {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ut-btn.small {
    font-size: 11px;
}


.ut-btn.ut-pt-btn {
    background: #01a982;
}

.ut-btn.round {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ut-pt-pricing .ut-btn {
    margin-right: 0;
    margin-top: 20px;
}

.ut-btn {
    min-width: 150px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px;
    color: #FFFFFF !important;
    background: transparent;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    transition: 0.2s all linear;
    font-family: 'Raleway' !important;
}

    .ut-btn.ut-pt-btn:hover {
        background: #213a65!important;
    }


.SubTotal {
    border-top: 1px solid gray;
    padding: 1px 1px 1px 10px;
    position: absolute;
    right: 10px;
    font-size: 14pt;
    font-family: 'QuattrocentoSans-Regular' !important;
    
}

.cantidad {
    border-radius: 8px;
    text-align: center;
}

.roundDivContent
{
    margin: 0px 0px 30px 0px;
}

.buscar {
    width: 200px;
    text-transform: uppercase;
    border: none !important;
    background-color: #f5f5f7 !important;
    font-size: 14pt !important;
    line-height: 14pt;
    padding: 10px 5px;
}

::-webkit-input-placeholder {
    color: #b0b0b0;
    text-transform: none;
    padding: 0px 5px 0px 2px;
    text-transform: none;
    font-family: 'raleway-light-webfont'!important;
}

::-moz-placeholder {
    color: #b0b0b0;
    text-transform: none;
    padding: 0px 5px 0px 2px;
    text-transform: none;
    font-family: 'raleway-light-webfont' !important;
}

:-moz-placeholder { /* Older versions of Firefox */
    color: #b0b0b0;
    text-transform: none;
    padding: 0px 5px 0px 2px;
    text-transform: none;
    font-family: 'raleway-light-webfont' !important;
}

:-ms-input-placeholder {
    color: #b0b0b0;
    text-transform: none;
    padding: 0px 5px 0px 2px;
    text-transform: none;
    font-family: 'raleway-light-webfont' !important;
}
