@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:500);
/*-------------------------*/
/*-------- Resets ---------*/
* {
    padding: 0;
    margin: 0;
    font-family: 'Droid Sans', sans-serif;
}

html, body {
    background: #fff;
}
/*h1, h2, h3, h4, h5, h6{font-family:Open Sans, Helvetica, sans-serif;}*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}

body {
    line-height: 1;
}

.ActionBtn {
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 10px 25px;
    color: #fff;
    background: #3fbfeb;
}

.ChatButton {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 10;
    background: #3FBFEB;
}

    .ChatButton div p {
        margin-bottom: 0!important;
        font-size: inherit!important;
    }

        .ChatButton div p img {
            margin: 10px 15px!important;
        }

.Validation {
    border: 1px solid #3FBFEB;
}

/*-------------------------*/
/*-------- Header ---------*/
header {
    height: auto;
    background: #282828;
}

.Logo {
    float: left;
}

    .Logo img {
        margin-top: 6px;
    }

.LoggedUser {
    float: right;
    margin-top: 25px;
    color: #3fbfeb;
    text-align: right;
}

    .LoggedUser label {
        color: #fff;
        margin-bottom: 0px;
        line-height: 22px;
        vertical-align: middle;
    }

    .LoggedUser a {
        font-weight: bold;
        margin-bottom: 0px;
        color: #3fbfeb;
        display: inline-block;
        vertical-align: middle;
        padding-right: 4px;
    }

        .LoggedUser a:hover {
            background-color: #fff;
        }

    .LoggedUser img {
        vertical-align: middle;
    }

    .LoggedUser input[type="image"] {
        line-height: 22px;
        margin-bottom: 0px;
        margin-left: 5px;
        vertical-align: middle;
    }
/*Guide*/
#guide img {
    width: 17px;
    height: 17px;
    margin: 4px 4px 4px 4px;
}
/*---- BANNER ---*/
.BannerImage {
    position: relative;
}

    .BannerImage > img {
        width: 100%;
        z-index: 0;
        height: 480px;
    }

        .BannerImage > img.Bannerhome {
            position: absolute;
            bottom: 0px;
            left: 0;
            z-index: 10;
        }

.caption {
    position: absolute;
    text-align: center;
    top: 80px;
    width: 100%;
    z-index: 10;
}

    .caption h1 {
        text-transform: uppercase;
        color: #fff;
        text-shadow: 1px 1px 2px #000;
    }

    .caption h4 {
        font-style: italic;
        color: #fff;
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: 100;
    }

    .caption .ActionBtn:hover {
        background: #fff;
        color: #212121;
        text-decoration: none;
    }

/*---- BOXES ---*/
.Blocks {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.box {
    cursor: pointer;
    text-align: center;
    color: #fff;
    -webkit-transition: background-color 0.1s linear;
}

    .box > p {
        font-size: 13px;
        padding: 14px 8px 14px 8px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
    }

.box1 {
    border-bottom: 8px solid #1BBC9B;
    background: #282828;
    border-top: 1px solid #ccc;
}

.box2 {
    border-bottom: 8px solid #e74c3c;
    background: #282828;
    border-top: 1px solid #ccc;
}

.box3 {
    border-bottom: 8px solid #e98401;
    background: #282828;
    border-top: 1px solid #ccc;
}

.box4 {
    border-bottom: 8px solid #3498db;
    background: #282828;
    border-top: 1px solid #ccc;
}

.box5 {
    border-bottom: 8px solid #2ecc71;
    background: #282828;
    border-top: 1px solid #ccc;
}

.box6 {
    border-bottom: 8px solid #EF4836;
    background: #282828;
    border-top: 1px solid #ccc;
}

.box1:hover {
    border-bottom: 8px solid #1BBC9B;
    background: #1BBC9B;
}

.box2:hover {
    border-bottom: 8px solid #e74c3c;
    background: #e74c3c;
}

.box3:hover {
    border-bottom: 8px solid #e98401;
    background: #e98401;
}

.box4:hover {
    border-bottom: 8px solid #3498db;
    background: #3498db;
}

.box5:hover {
    border-bottom: 8px solid #2ecc71;
    background: #2ecc71;
}

.box6:hover {
    border-bottom: 8px solid #EF4836;
    background: #EF4836;
}

.box1.selected {
    border-bottom: 8px solid #1BBC9B;
    background: #1BBC9B;
    -webkit-transition: none;
}

.box2.selected {
    border-bottom: 8px solid #e74c3c;
    background: #e74c3c;
    -webkit-transition: none;
}

.box3.selected {
    border-bottom: 8px solid #e98401;
    background: #e98401;
    -webkit-transition: none;
}

.box4.selected {
    border-bottom: 8px solid #3498db;
    background: #3498db;
    -webkit-transition: none;
}

.box5.selected {
    border-bottom: 8px solid #2ecc71;
    background: #2ecc71;
    -webkit-transition: none;
}

.box6.selected {
    border-bottom: 8px solid #EF4836;
    background: #EF4836;
    -webkit-transition: none;
}

.col-md-custom {
    width: 16.6666666%;
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}

.col-md-custom2 {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}

.containerWhite {
    background: #fff;
}

/*.box1{border-top:8px solid #1abc9c; background:#7f8c8d;}
.box2{border-top:8px solid #e74c3c; background:#7f8c8d;}
.box3{border-top:8px solid #e98401; background:#7f8c8d;}
.box4{border-top:8px solid #3498db; background:#7f8c8d;}
.box5{border-top:8px solid #2ecc71; background:#7f8c8d;}

.box1:hover{border-top:8px solid #1abc9c; background:#5fb581;}
.box2:hover{border-top:8px solid #e74c3c; background:#e74c3c;}
.box3:hover{border-top:8px solid #e98401; background:#e98401;}
.box4:hover{border-top:8px solid #3498db; background:#3498db;}
.box5:hover{border-top:8px solid #2ecc71; background:#2ecc71;}*/

.Text {
    margin: 0 0 50px;
}

    .Text p {
        font-size: 16px;
        line-height: 24px;
    }

/*---- FOOTER ---*/
footer {
    float: left;
    width: 100%;
}

.Emails {
    background: #3fbfeb;
    padding: 30px 0;
}

    .Emails p {
        color: #FFFFFF;
        float: left;
        font-size: 18px;
        margin: 0 15px 0;
        line-height: 40px;
        text-transform: uppercase;
    }

    .Emails .ActionBtnBorder {
        border: 3px solid #FFFFFF;
        color: #FFFFFF;
        display: block;
        float: left;
        margin-top: 0;
        padding: 7px 35px;
        text-decoration: none;
        text-transform: uppercase;
    }

        .Emails .ActionBtnBorder:hover {
            background: #fff;
            color: #212121;
        }

    .Emails input.Inputcyan {
        width: 325px;
        height: 40px;
        background: #1a7a9a;
        border: none;
        color: #fff;
    }

    .Emails .icon-arrow-right {
        background: url("../Media/Generales/ArrowRightB.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        display: block;
        float: left;
        height: 33px;
        margin-top: 5px;
        width: 25px;
    }

.Footer, .Copy {
    background: #282828;
    padding: 20px 0 0;
}

.Footer {
    padding-bottom: 35px;
}

    .Footer h4 {
        color: #FFFFFF;
        font-size: 15px;
        margin-bottom: 25px;
        text-transform: uppercase;
    }

#MenuFooter ul {
    list-style: none outside none;
}

    #MenuFooter ul li.active, #MenuFooter ul li:hover {
        border-left: 4px solid #3fbfeb;
    }

    #MenuFooter ul li {
        border-left: 4px solid transparent;
        padding: 3px 0 3px 10px;
        margin-bottom: 2px;
        text-transform: uppercase;
    }

        #MenuFooter ul li a {
            font-size: 12px;
            color: #c8c8c8;
            text-decoration: none;
        }

#MenuFooter .Social {
}

    #MenuFooter .Social h4 {
        margin-bottom: 10px;
        margin-top: -10px;
    }

    #MenuFooter .Social ul {
        margin-left: 0px;
    }

        #MenuFooter .Social ul li {
            float: left;
            padding: 0;
            margin: 0 3px 0 0;
            border-left: none;
        }

            #MenuFooter .Social ul li:hover {
                border-left: none;
            }

            #MenuFooter .Social ul li a {
                width: 25px;
                height: 25px;
                display: block;
                background: url(../Media/Generales/SpriteSocial.png) no-repeat;
            }

                #MenuFooter .Social ul li a.linkedin {
                    background-position: 0 0;
                }

                #MenuFooter .Social ul li a.twitter {
                    background-position: -25px 0;
                }

                #MenuFooter .Social ul li a.facebook {
                    background-position: -50px 0;
                }

                #MenuFooter .Social ul li a.linkedin:hover {
                    background-position: 0 -25px;
                }

                #MenuFooter .Social ul li a.twitter:hover {
                    background-position: -25px -25px;
                }

                #MenuFooter .Social ul li a.facebook:hover {
                    background-position: -50px -25px;
                }

.Copy {
    border-top: 1px solid #535353;
}

    .Copy p {
        color: #f9f8f7;
        font-size: 13px;
        line-height: 30px;
        font-family: 'Roboto', sans-serif;
    }

    .Copy i.location {
        background: url(../Media/Generales/LocationIcon.png) no-repeat;
        width: 30px;
        height: 30px;
        display: block;
        margin-right: 20px;
        float: left;
    }

    .Copy a {
        text-decoration: underline;
    }

    .Copy .Imago {
        text-decoration: none;
        float: right;
        display: block;
    }

.tooltip {
    top: 10px;
}

.tooltip-arrow {
    display: none;
}

.tooltip-inner {
    background: #fff;
    border: 1px solid #3fbfeb;
    color: #212121;
    padding: 8px;
    min-width: 300px;
}

.iconos {
    margin-bottom: 5px;
    width: 24px;
    height: 24px;
}

/*---- Factura ----*/

#Factura {
    padding: 40px 0;
    margin-left: auto;
    margin-right: auto;
}

    #Factura h2 {
        margin-bottom: 20px;
    }

    #Factura h4 {
        margin-bottom: 10px;
    }

    #Factura h5 {
        margin-bottom: 10px;
        float: left;
    }

    #Factura input[type=text],
    #Factura input[type=password],
    #Factura input[type=email],
    #Factura input[type=url],
    #Factura input[type=date],
    #Factura input[type=number],
    #Factura textarea {
        border: 2px solid #e5e5e5;
        height: 30px;
        line-height: 30px;
        width: 300px;
        background: #fff;
        -webkit-transition: border-color 0.3s;
        -moz-transition: border-color 0.3s;
        -ms-transition: border-color 0.3s;
        -o-transition: border-color 0.3s;
        transition: border-color 0.3s;
        resize: none;
        outline: medium none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
    }


        /*#Factura textarea{height:100px; width:300px;border:1px solid #ccc; padding:5px; background:#eee;}*/
        #Factura input[type=text]:focus,
        #Factura input[type=password]:focus,
        #Factura input[type=email]:focus,
        #Factura input[type=url]:focus,
        #Factura input[type=date]:focus,
        #Factura input[type=number]:focus,
        #Factura select:focus,
        #Factura textarea:focus {
            border-color: #2da5da;
        }

        #Factura input[type=text]:hover,
        #Factura input[type=password]:hover,
        #Factura input[type=email]:hover,
        #Factura input[type=url]:hover,
        #Factura input[type=date]:hover,
        #Factura input[type=number]:hover,
        #Factura select:hover,
        #Factura textarea:hover {
            border-color: #8DC9E5;
        }

    #Factura select {
        border: 2px solid #e5e5e5;
        height: 30px;
        line-height: 30px;
        width: 300px;
        background: #fff;
        -webkit-transition: border-color 0.3s;
        -moz-transition: border-color 0.3s;
        -ms-transition: border-color 0.3s;
        -o-transition: border-color 0.3s;
        transition: border-color 0.3s;
        outline: medium none;
        text-transform: uppercase;
    }

#FormPromociones input[type=text],
#FormPromociones input[type=date],
#FormPromociones input[type=number] {
    border: 2px solid #e5e5e5;
    background: #fff;
    height: 30px;
    width: 200px;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    resize: none;
    outline: medium none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}


    /*#Factura textarea{height:100px; width:300px;border:1px solid #ccc; padding:5px; background:#eee;}*/
    #FormPromociones input[type=text]:focus,
    #FormPromociones input[type=date]:focus,
    #FormPromociones select:focus,
    #FormPromociones textarea:focus {
        border-color: #2da5da;
    }

    #FormPromociones input[type=text]:hover,
    #FormPromociones input[type=date]:hover,
    #FormPromociones input[type=number]:hover,
    #FormPromociones select:hover,
    #FormPromociones textarea:hover {
        border-color: #8DC9E5;
    }

#FormPromociones select {
    border: 2px solid #e5e5e5;
    background: #fff;
    height: 30px;
    width: 200px;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    outline: medium none;
    text-transform: uppercase;
}
#formCuotasDefault select {
    border: 2px solid #e5e5e5;
    background: #fff;
    height: 30px;
    width: 200px;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    outline: medium none;
    text-transform: uppercase;
}

#Factura .writeMessage {
    height: 200px;
}

#Factura .concepto {
    height: 100px;
}

#Factura label { /*text-transform:uppercase;*/
}

#Factura input[type="button"] {
    float: right;
    border: 3px solid #3fbfeb;
    color: #3fbfeb;
    text-transform: uppercase;
    padding: 8px 10px!important;
    height: auto;
    width: 100px;
    background: transparent;
}

    #Factura input[type="button"]:hover {
        border-color: #212121;
        color: #212121;
    }

#Factura input[type="radio"] {
    height: auto;
    width: auto;
    background: transparent;
}

#Factura .LineComun {
    margin-bottom: 10px;
}

    #Factura .LineComun label {
        width: 200px;
    }

#Factura .Line {
    padding: 10px 0px;
}

    #Factura .Line label {
        width: 200px;
        margin-bottom: 0px;
        padding-left: 10px;
    }

#Factura .LineAlternate {
    padding: 10px 0px;
    background: #eeedee;
}

    #Factura .LineAlternate label {
        width: 200px;
        margin-bottom: 0px;
        padding-left: 10px;
    }

#Factura .Labels {
    width: 200px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

#Factura .LabelsSinPad {
    width: 300px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

#Factura .LabelsSinPadRight {
    width: auto;
    float: right;
    text-align: right;
    margin-bottom: 0px;
}

#Factura .LabelsBolder {
    width: 200px;
    margin-bottom: 0px;
}

#Factura .LabelsComName {
    width: 200px;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0px;
}

#Factura .LogoCom {
    height: 80px;
}

#Factura .StateImg {
    margin-left: 10px;
    height: 22px;
}

#Factura .LineCheckBox {
    margin-bottom: 10px;
}

    #Factura .LineCheckBox label {
        width: 200px;
        cursor: pointer;
        vertical-align: middle;
    }

    #Factura .LineCheckBox input[type="checkbox"] {
        height: auto;
        width: auto;
        vertical-align: middle;
    }

#Factura .LineX3 {
    margin-bottom: 10px;
}

    #Factura .LineX3 label {
        width: 200px;
    }

    #Factura .LineX3 input {
        width: 150px;
        text-transform: uppercase;
    }

    #Factura .LineX3 select {
        width: 150px;
    }

#Factura .LineDate {
    margin-bottom: 10px;
}

    #Factura .LineDate label {
        width: 200px;
    }

    #Factura .LineDate input {
        width: 268px;
        text-transform: uppercase;
    }

#Factura .Button {
    float: right;
    border: 2px solid #3fbfeb;
    color: #3fbfeb;
    text-transform: uppercase;
    padding: 4px 4px!important;
    height: auto;
    width: auto;
    background: transparent;
}

    #Factura .Button:hover {
        border-color: #212121;
        color: #212121;
    }

#Factura .LineEntera {
    margin-bottom: 10px;
}

    #Factura .LineEntera input {
        width: 505px;
    }

    #Factura .LineEntera textarea {
        height: 100px;
        width: 505px;
        padding: 5px;
    }

#Factura .LineRadios {
    margin-bottom: 10px;
}

    #Factura .LineRadios label {
        width: 120px;
        vertical-align: middle;
    }

    #Factura .LineRadios input[type="radio"] {
        width: auto;
        vertical-align: middle;
        margin-bottom: 5px;
        margin-top: 0px;
    }

#Factura input[type=text].valid {
    background: #9deb91;
}

#Factura input[type=text].invalid {
    background: #eb91ae;
}
/* Formulario Email*/
#FormEmail {
    padding: 40px 0;
    margin-left: auto;
    margin-right: auto;
}

    #FormEmail input[type=text],
    #FormEmail input[type=url],
    #FormEmail input[type=date],
    #FormEmail input[type=number],
    #FormEmail textarea {
        border: 2px solid #e5e5e5;
        height: 30px;
        line-height: 30px;
        width: 300px;
        background: #fff;
        -webkit-transition: border-color 0.3s;
        -moz-transition: border-color 0.3s;
        -ms-transition: border-color 0.3s;
        -o-transition: border-color 0.3s;
        transition: border-color 0.3s;
        resize: none;
        outline: medium none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        #FormEmail input[type=text]:focus,
        #FormEmail input[type=url]:focus,
        #FormEmail input[type=date]:focus,
        #FormEmail input[type=number]:focus,
        #FormEmail select:focus,
        #FormEmail textarea:focus {
            border-color: #2da5da;
        }

        #FormEmail input[type=text]:hover,
        #FormEmail input[type=url]:hover,
        #FormEmail input[type=date]:hover,
        #FormEmail input[type=number]:hover,
        #FormEmail select:hover,
        #FormEmail textarea:hover {
            border-color: #8DC9E5;
        }

    #FormEmail select {
        border: 2px solid #e5e5e5;
        height: 30px;
        line-height: 30px;
        width: 300px;
        background: #fff;
        -webkit-transition: border-color 0.3s;
        -moz-transition: border-color 0.3s;
        -ms-transition: border-color 0.3s;
        -o-transition: border-color 0.3s;
        transition: border-color 0.3s;
        outline: medium none;
        text-transform: uppercase;
    }

.ui-datepicker-trigger {
    border: none;
    height: 30px;
    background: #e5e5e5;
}
/*#Factura input[type="checkbox"]{display:none; }
#Factura input[type="checkbox"]:checked + .checkboxC:before {content: "\2713"; text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);}
    */
/*#Factura .checkboxC {text-transform:uppercase; font-weight:500; display: inline-block; cursor: pointer; vertical-align: middle; width:200px;}
#Factura .checkboxC:before {
	content: "";
	
	width: 22px;
	height: 22px;
	vertical-align:middle;
	background-color: #3fbfeb;
	color: #FFF;
	text-align: center;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);	
	border-radius: 2px;
    font-weight:600;
}*/
#Map iframe {
    margin-bottom: -5px;
}

#Grilla {
    padding: 10px 0;
}
    /*#Grilla input{border:1px solid #ccc; height:30px; line-height:30px; padding:0px 5px;}
#Grilla textarea{border:1px solid #ccc; padding:5px; background:#eee;}
#Grilla input:focus{border:1px solid #3fbfeb;}
#Grilla textarea:focus{border:1px solid #3fbfeb;}*/
    #Grilla input[type="button"] {
        padding: 3px 5px;
        border: 1px solid #282828;
        color: #282828;
        height: auto;
        background: transparent;
        font-weight: bold;
    }

        #Grilla input[type="button"]:hover {
            border-color: #1abc9c;
            color: #fff;
            background-color: #1abc9c;
        }

.ButtonSmall {
    border: 2px solid #3fbfeb;
    color: #3fbfeb;
    height: 30px;
    width: auto;
    background: transparent;
}

    .ButtonSmall:hover {
        border-color: #212121;
        color: #212121;
    }

.ButtonExcel {
    float: right;
    border: 2px solid #27ae60;
    color: #27ae60;
    padding: 4px 4px!important;
    height: auto;
    width: auto;
    background: transparent;
    font-weight: bold;
}

    .ButtonExcel:hover {
        border-color: #212121;
        color: #212121;
    }

.ButtonOscuro {
    border: 2px solid #2c3e50;
    color: #2c3e50;
    height: 30px;
    background: transparent;
    font-weight: bold;
}

    .ButtonOscuro:hover {
        border-color: #2c3e50;
        color: #fff;
        background: #2c3e50;
    }

.ButtonExcelSmall {
    float: right;
    border: 2px solid #27ae60;
    color: #27ae60;
    height: 30px;
    background: transparent;
    font-weight: bold;
}

    .ButtonExcelSmall:hover {
        border-color: #2c3e50;
        color: #fff;
        background: #2c3e50;
    }

.ButtonSmallClaro {
    border: 2px solid #e5e5e5;
    height: 30px;
    background: transparent;
    padding-right: 5px;
}

    .ButtonSmallClaro:hover {
        border-color: #2c3e50;
        color: #fff;
        background: #2c3e50;
    }

.ButtonSolid {
    float: right;
    border: 2px solid #3fbfeb;
    color: #fff;
    padding: 4px 8px!important;
    height: auto;
    width: auto;
    background: #3fbfeb;
    font-weight: bold;
}

    .ButtonSolid:hover {
        border-color: #2c3e50;
        background: #2c3e50;
    }

.ButtonSolidEmail {
    float: left;
    border: 2px solid #3fbfeb;
    color: #fff;
    padding: 4px 8px!important;
    height: auto;
    width: auto;
    background: #3fbfeb;
    font-weight: bold;
}

    .ButtonSolidEmail:hover {
        border-color: #2c3e50;
        background: #2c3e50;
    }

.DropDownC {
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    width: 300px;
    background: #eee;
    padding-left: 4px;
}
/*Para mostrar mensaje de error*/
.Error {
    color: #FF0000;
    font-size: 25px;
    border:solid;
    text-align:center;
}

.Resultado {
    color: #212121;
    font-size: 15px;
}

/*Para seleccionar el medio de pago*/
img.radio-select-img-item {
    border: solid 2px #ffffff;
    margin-right: 20px;
    cursor: pointer;
    width: 80px;
}

    img.radio-select-img-item:hover {
        border: solid 2px #adff2f;
        width: 80px;
    }

    img.radio-select-img-item.item-checked {
        border: solid 2px #3fbfeb;
        width: 80px;
    }

.hrSpecial {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
}

.hrSpecialLess {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
    margin-top: 5px;
    margin-bottom: 10px;
}

.okText {
    display: inline;
    color: green;
}

.LoaderImg {
    padding: 20px 20px;
}

.detallePago {
    color: #212121;
    text-transform: uppercase;
    font-weight: 600;
}

.my-dialog {
    font-size: 18px;
    color: #1abc9c;
    background: #fefefe;
    border: #1abc9c solid 2px;
    border-radius: 5px;
    width: 360px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-width: 1px;
}

    .my-dialog .ui-dialog-titlebar {
        display: none;
    }

.DetailLine {
    margin-bottom: 10px;
}

.DetailValue {
    width: 200px;
    word-break: break-all;
}

.DetailTitle {
    width: 120px;
    color: #d35400;
}

/*LOGIN*/
#Login {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
    padding: 20px 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

    #Login .Line {
        padding: 10px 2px;
    }

        #Login .Line label {
            width: 100%;
            margin-bottom: 0px;
            font-size: 17px;
        }

    #Login input {
        border: 1px solid #ccc;
        height: 30px;
        line-height: 30px;
        width: 100%;
        background: #eee;
    }

    #Login textarea {
        height: 100px;
        width: 100%;
        border: 1px solid #ccc;
        padding: 5px;
        background: #eee;
    }

    #Login input:focus {
        border: 1px solid #3fbfeb;
    }

    #Login textarea:focus {
        border: 1px solid #3fbfeb;
    }

    #Login input[type="button"] {
        border: 2px solid #3fbfeb;
        color: #3fbfeb;
        text-transform: uppercase;
        padding: 4px 4px!important;
        height: auto;
        width: 100%;
        background: transparent;
    }

        #Login input[type="button"]:hover {
            border-color: #212121;
            color: #212121;
        }

    #Login .Button {
        border: 2px solid #3fbfeb;
        color: #3fbfeb;
        text-transform: uppercase;
        padding: 4px 4px!important;
        height: auto;
        width: 100%;
        background: transparent;
    }

        #Login .Button:hover {
            border-color: #212121;
            color: #212121;
        }

.btnML:link, .btnML:visited {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -.015em;
    font-size: 1em;
    padding: 1em 3em;
    color: #293584;
    background: #FEE600;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.btnML:hover, .btnML:focus, .btnML:active {
    background: #95A5A6;
}

.btnML:hover, .btnML:focus, .btnML:active {
    margin-left: 10px;
}

.btnEmail:link, .btnEmail:visited {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -.015em;
    font-size: 1em;
    padding: 1em 3em;
    color: #293584;
    background: #3498db;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.btnEmail:hover, .btnEmail:focus, .btnEmail:active {
    background: #95A5A6;
}

.btnEmail:hover, .btnEmail:focus, .btnEmail:active {
    margin-left: 10px;
}

/* For mobile : like samsung grand(480 * 800): */
@media screen and (max-width : 480px) {
    .col-md-custom {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-md-custom2 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    header {
        height: auto;
    }

    .Logo {
        float: left;
        width: 100%;
    }

        .Logo a {
            display: table;
            margin: 0 auto;
        }

        .Logo img {
            width: 100%;
        }

    .ActionBtn {
        background: none repeat scroll 0 0 #3FBFEB;
        color: #FFFFFF;
        display: block;
        height: 40px;
        line-height: 23px;
        padding: 10px 25px;
        text-align: center;
        text-transform: uppercase;
        width: 100% !important;
    }

    .MenuText {
        display: block;
        float: left;
        color: #c8c8c8;
        text-transform: uppercase;
        display: block;
        margin-left: 10px;
        line-height: 32px;
    }
    /*.box > p {font-size: 14px; padding: 18px 10px 10px 10px; text-transform: uppercase; font-weight: bold;}*/
    .Emails p {
        font-size: 13px;
        margin: 0;
    }

    .Emails .ActionBtnBorder {
        display: table;
        margin: 15px auto 0;
    }

    .Emails input.Inputcyan {
        width: 100%;
        border-radius: 0;
    }

    .Emails .icon-arrow-right {
        display: none;
    }

    #MenuFooter ul {
        margin-bottom: 10px;
    }

    #MenuFooter .Social h4 {
        margin-bottom: 10px;
        margin-top: 0px;
    }

    #MenuFooter .Social {
        float: left;
        width: 100%;
        border-top: 1px solid #333;
        padding-top: 15px;
        margin-bottom: 10px;
    }

    .Twitter {
        float: left;
        width: 100%;
        border-top: 1px solid #333;
        padding-top: 15px;
        margin-bottom: 10px;
    }

    .Descargas {
        float: left;
        width: 100%;
        border-top: 1px solid #333;
        padding-top: 15px;
        margin-bottom: 10px;
    }

    .Copy .location {
        display: none!important;
    }

    .Copy p {
        line-height: 15px;
        text-align: center;
    }

    .Copy .Imago {
        display: table;
        float: none;
        margin: 0 auto;
        text-decoration: none;
        margin-top: 10px;
    }

    .ChatButton {
        display: none;
    }

    .Emails p {
        line-height: 20px;
        text-align: center;
    }

    .Emails .ActionBtnBorder {
        display: table;
        margin: 5% 30%!important;
    }

    .resp-tab-content.resp-tab-content-active {
        border-bottom: 1px solid #CCCCCC !important;
    }

    #Factura textarea {
        width: 100%;
        border-radius: 0px!important;
    }

    #Factura input {
        width: 100%;
        border-radius: 0px!important;
    }

    #Factura .Line label {
        padding-left: 0;
    }

    #Factura .LineAlternate label {
        padding-left: 0;
    }

    #Factura input[type="submit"] {
        margin-right: 0;
    }

    #Map iframe {
        height: 250px!important;
    }

    .DNone {
        display: none;
    }

    #Factura .LineX3 {
        margin-bottom: 8px;
    }

        #Factura .LineX3 label {
            width: 100%;
        }

        #Factura .LineX3 input {
            width: 100%;
        }

        #Factura .LineX3 select {
            width: 100%;
        }

    #Factura .LineDate label {
        width: 100%;
    }

    #Factura .LineDate input {
        width: 100%;
    }

    #Factura .LineEntera input {
        width: 100%;
    }

    #Factura .LineRadios label {
        width: 85%;
    }

    #Factura .LineRadios input[type="radio"] {
        width: 15%;
    }

    .ButtonExcelSmall {
        float: left;
    }

    .ButtonSolid {
        float: left;
        width: 100%;
    }

    .my-dialog {
        width: 100%;
    }
}

/* For iphone: */
@media screen and (max-width : 320px) {
    .col-md-custom {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-md-custom2 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .my-dialog {
        width: 100%;
    }
}


/* For ipad: */
@media screen and (max-width : 760px) {
    .col-md-custom {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-md-custom2 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .col-md-custom {
        float: left;
    }

    .col-md-custom2 {
        float: left;
    }
}

/* #3- Regular sized laptops */
@media (min-width: 980px) and (max-width: 1200px) {
    /*.box > p {font-size: 14px; padding: 18px 10px 10px 10px; text-transform: uppercase; font-weight: bold;}*/
    .col-md-custom {
        float: left;
        height: 87px;
    }

    .col-md-custom2 {
        float: left;
        height: 87px;
    }
}

/* #3- Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .Logo {
        display: table;
        margin: 0 auto;
    }

    header {
        height: auto;
    }

    .caption {
        position: absolute;
        text-align: center;
        top: 40px;
        width: 100%;
        z-index: 10;
    }

    .Emails p {
        font-size: 14px;
        text-align: center;
        float: none;
    }

    .Emails .ActionBtnBorder {
        display: table;
        margin: 20px auto;
        width: 30%;
        float: none;
        text-align: center;
    }

    .Emails input.Inputcyan {
        width: 50%;
        border-radius: 0;
    }

    .Emails .icon-arrow-right {
        display: none;
    }

    #MenuFooter ul {
        margin-bottom: 10px;
    }

    #MenuFooter .Social h4 {
        margin-bottom: 10px;
        margin-top: 0px;
    }

    #MenuFooter .Social {
        float: left;
        width: 100%;
        border-top: 1px solid #333;
        padding-top: 15px;
        margin-bottom: 10px;
    }

    .Twitter {
        float: left;
        width: 100%;
        border-top: 1px solid #333;
        padding-top: 15px;
        margin-bottom: 10px;
    }

    .Descargas {
        float: left;
        width: 100%;
        border-top: 1px solid #333;
        padding-top: 15px;
        margin-bottom: 10px;
    }

    .Copy .location {
        display: none!important;
    }

    .Copy p {
        line-height: 15px;
        text-align: center;
    }

    .Copy .Imago {
        display: table;
        float: none;
        margin: 20px auto;
        text-decoration: none;
        margin-top: 10px;
    }

    .Logo {
        display: block;
        float: none;
        margin: 20px auto;
        width: 288px;
    }

    #Factura input[type="submit"] {
        margin-right: 80px;
    }

    #Factura textarea {
        width: 70%;
        border-radius: 0px!important;
    }

    #Factura input {
        width: 70%;
        border-radius: 0px!important;
    }

    #Factura .Line label {
        padding-left: 0;
    }

    #horizontalTab .resp-tabs-list li {
        width: 100%;
    }

        #horizontalTab .resp-tabs-list li.resp-tab-active {
            border-bottom: 1px solid #EDEDEE;
        }

    .Blocks {
        float: left;
        width: 100%;
    }
    /*.box > p {font-size: 14px; padding: 18px 10px 10px 10px; text-transform: uppercase; font-weight: bold;}*/
    .DNone {
        display: none;
    }

    .col-md-custom {
        float: left;
        height: 80px;
    }

    .col-md-custom2 {
        float: left;
        height: 80px;
    }

    .ButtonExcelSmall {
        float: left;
    }

    .ButtonSolid {
        float: left;
    }
}

/* #4- Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
    .col-md-custom {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-md-custom2 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* #5- Landscape phones and down */
@media (max-width: 480px) {
    .col-md-custom {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-md-custom2 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    header {
        height: auto;
    }

    .Logo {
        float: left;
        width: 100%;
    }

        .Logo a {
            display: table;
            margin: 0 auto;
        }

        .Logo img {
            width: 100%;
        }

    .ActionBtn {
        background: none repeat scroll 0 0 #3FBFEB;
        color: #FFFFFF;
        display: block;
        height: 40px;
        line-height: 23px;
        padding: 10px 25px;
        text-align: center;
        text-transform: uppercase;
        width: 100% !important;
    }

    .MenuText {
        display: block;
        float: left;
        color: #c8c8c8;
        text-transform: uppercase;
        display: block;
        margin-left: 10px;
        line-height: 32px;
    }
    /*.box > p {font-size: 14px; padding: 18px 10px 10px 10px; text-transform: uppercase; font-weight: bold;}*/
    .Emails p {
        font-size: 13px;
        margin: 0;
    }

    .Emails .ActionBtnBorder {
        display: table;
        margin: 15px auto 0;
    }

    .Emails input.Inputcyan {
        width: 100%;
        border-radius: 0;
    }

    .Emails .icon-arrow-right {
        display: none;
    }

    #MenuFooter ul {
        margin-bottom: 10px;
    }

    #MenuFooter .Social h4 {
        margin-bottom: 10px;
        margin-top: 0px;
    }

    #MenuFooter .Social {
        float: left;
        width: 100%;
        border-top: 1px solid #333;
        padding-top: 15px;
        margin-bottom: 10px;
    }

    .Twitter {
        float: left;
        width: 100%;
        border-top: 1px solid #333;
        padding-top: 15px;
        margin-bottom: 10px;
    }

    .Descargas {
        float: left;
        width: 100%;
        border-top: 1px solid #333;
        padding-top: 15px;
        margin-bottom: 10px;
    }

    .Copy .location {
        display: none!important;
    }

    .Copy p {
        line-height: 15px;
    }

    .Copy .Imago {
        display: table;
        float: none;
        margin: 0 auto;
        text-decoration: none;
        margin-top: 10px;
    }

    #Factura input[type="button"] {
        border: 3px solid #3fbfeb;
        color: #3fbfeb;
        text-transform: uppercase;
        height: auto;
        width: 100px;
        background: transparent;
    }

    #Factura .Line textarea {
        width: 100%;
        border-radius: 0px!important;
    }

    #Factura .Line input {
        width: 100%;
        border-radius: 0px!important;
    }

    #Factura .LabelsSinPad {
        width: 150px;
        text-transform: uppercase;
        font-weight: normal;
    }

    #Factura .Line label {
        width: 150px;
        text-transform: uppercase;
        font-weight: normal;
    }

    #Factura .LineComun label {
        width: 150px;
        text-transform: uppercase;
        font-weight: normal;
    }

    #Factura .LineAlternate label {
        width: 150px;
        text-transform: uppercase;
        font-weight: normal;
    }

    #Factura .Labels {
        width: 150px;
        text-transform: uppercase;
        font-weight: normal;
    }

    #Factura .LabelsComName {
        width: 150px;
        padding-left: 10px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px;
    }

    #Factura .LogoCom {
        height: 80px;
    }

    #Factura .LineX3 label {
        width: 100%;
    }

    #Factura .LineX3 input {
        width: 100%;
    }

    #Factura .LineX3 select {
        width: 100%;
    }

    #Factura .LineDate label {
        width: 100%;
    }

    #Factura .LineDate input {
        width: 100%;
    }

    #Factura .LineEntera input {
        width: 100%;
    }

    #Factura .LineRadios label {
        width: 85%;
    }

    #Factura .LineRadios input[type="radio"] {
        width: 15%;
    }

    #Login {
        width: 90%;
        padding: 2px 2px;
    }

        #Login textarea {
            width: 100%;
            border-radius: 0px!important;
        }

        #Login input {
            width: 100%;
            border-radius: 0px!important;
        }

            #Login input[type="button"] {
                width: 100%;
            }

    .ButtonExcelSmall {
        float: left;
    }

    .ButtonSolid {
        float: left;
        width: 100%;
    }

    .my-dialog {
        width: 100%;
    }
}

/*---- CHROME -----*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #horizontalTab .resp-tabs-list li {
        padding: 20px 62px;
    }

    ul.Features {
        margin-top: 136px;
    }
}
