@font-face {
    font-family: 'Colaborate-Thin';
    src: url('../fonts/Colaborate/ColabThi.eot');
    src: url('../fonts/Colaborate/ColabThi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Colaborate/ColabThi.woff') format('woff'),
    url('../fonts/Colaborate/ColabThi.ttf') format('truetype'),
    url('../fonts/Colaborate/ColabThi.svg#Colaborate-Thin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GreyscaleBasicRegular';
    src: url('../fonts/Greyscale/Greyscale_Basic_Regular-webfont.eot');
    src: url('../fonts/Greyscale/Greyscale_Basic_Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Greyscale/Greyscale_Basic_Regular-webfont.woff') format('woff'),
    url('../fonts/Greyscale/Greyscale_Basic_Regular-webfont.ttf') format('truetype'),
    url('../fonts/Greyscale/Greyscale_Basic_Regular-webfont.svg#GreyscaleBasicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GreyscaleBasicItalic';
    src: url('../fonts/Greyscale/Greyscale_Basic_Regular_Italic-webfont.eot');
    src: url('../fonts/Greyscale/Greyscale_Basic_Regular_Italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Greyscale/Greyscale_Basic_Regular_Italic-webfont.woff') format('woff'),
    url('../fonts/Greyscale/Greyscale_Basic_Regular_Italic-webfont.ttf') format('truetype'),
    url('../fonts/Greyscale/Greyscale_Basic_Regular_Italic-webfont.svg#GreyscaleBasicItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GreyscaleBasicBold';
    src: url('../fonts/Greyscale/Greyscale_Basic_Bold-webfont.eot');
    src: url('../fonts/Greyscale/Greyscale_Basic_Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Greyscale/Greyscale_Basic_Bold-webfont.woff') format('woff'),
    url('../fonts/Greyscale/Greyscale_Basic_Bold-webfont.ttf') format('truetype'),
    url('../fonts/Greyscale/Greyscale_Basic_Bold-webfont.svg#GreyscaleBasicBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GreyscaleBasicBoldItalic';
    src: url('../fonts/Greyscale/Greyscale_Basic_Bold_Italic-webfont.eot');
    src: url('../fonts/Greyscale/Greyscale_Basic_Bold_Italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Greyscale/Greyscale_Basic_Bold_Italic-webfont.woff') format('woff'),
    url('../fonts/Greyscale/Greyscale_Basic_Bold_Italic-webfont.ttf') format('truetype'),
    url('../fonts/Greyscale/Greyscale_Basic_Bold_Italic-webfont.svg#GreyscaleBasicBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Fix IE Image link borders*/
a img {
    border: none;
}

body {
    color: black;
    font-size: 100%;
    font-family: "Colaborate-Thin", sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgb(239, 239, 239);
}

#content {
    min-height: 300px;
}

#main {
    font: 20px/1.25em "Colaborate-Thin";
    padding-top: 20px;
    background-color: white;

    /* Box Shadow */
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
    -pie-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
}

.login-errors p {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0;
    text-align: right;
}

.area-cliente {
    border-left: 7px solid rgb(72, 26, 126);
    padding-left: 5px;
}

.form-box {
    padding-top: 5px;
    border-left: 7px solid rgb(148, 113, 176);
    padding-left: 5px;
}

/* LOGIN FORM */

/* PlaceHolder hack*/
:-ms-input-placeholder {
    color: #262626;
}

::-webkit-input-placeholder {
    color: #262626;
}

:-moz-placeholder {
    color: #262626;
}

/* ---- - --- -- - */

#id_username {
    width: 200px;
}

#id_password {
    margin-top: 5px;
    width: 125px;
}

p.lost-pass-link {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

/* MENU */
img.ribbon-left, img.ribbon-right {
    position: absolute;
    top: 37px;
    width: 35px;
    height: 23px;
    display: block;
}

img.ribbon-left {
    left: -5px;
}

img.ribbon-right {
    right: -5px;

    /* Voltear imagen */
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.menu-bar {
    font: 20px/1.25em "Colaborate-Thin";
    margin-top: 20px;
    z-index: 0;
    left: -40px;
    border-bottom: 5px solid rgb(148, 113, 176);
    margin-bottom: 30px;

    /* Gradiente */
    background: #9471b0; /* Old browsers */
    background: -moz-linear-gradient(left, #9471b0 2%, #481a7e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, #9471b0), color-stop(100%, #481a7e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #9471b0 2%, #481a7e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #9471b0 2%, #481a7e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #9471b0 2%, #481a7e 100%); /* IE10+ */
    background: linear-gradient(to right, #9471b0 2%, #481a7e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9471b0', endColorstr='#481a7e', GradientType=1); /* IE6-9 */
}

#nav-line {
    position: absolute;
    left: 80px;
    bottom: -5px;
    min-width: 50px;
    height: 5px;
    background-color: rgb(72, 26, 126);
}

.menu {
    margin-left: 50px;
    overflow: hidden;
    height: 32px;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu ul > li {
    list-style: none;
    text-align: center;
    line-height: 1.5em;
    margin: 0;
    float: left;
    font: 30px/33px "Colaborate-Thin";
    margin-left: 30px;
    display: inline;
}

.menu ul > li.contratar {
    margin-left: 20px;
    background-color: rgb(148, 113, 176);
    padding: 0px 60px;
}

.menu ul > li.areclientes {
    margin-left: 20px;
    background-color: rgb(148, 113, 176);
    padding: 0px 30px;
}

.menu a {
    text-decoration: none;
    color: white;
}

/* FOOTER */
.pre-footer img {
    margin-left: 60px;
    margin-top: 30px;
}

.footer {
    background-color: rgb(72, 26, 126);
    width: 960px;
    min-height: 150px;
    margin: 0;

    /* Gradient */
    background: #9471b0; /* Old browsers */
    background: -moz-linear-gradient(top, #9471b0 2%, #481a7e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #9471b0), color-stop(100%, #481a7e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9471b0 2%, #481a7e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9471b0 2%, #481a7e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9471b0 2%, #481a7e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #9471b0 2%, #481a7e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9471b0', endColorstr='#481a7e', GradientType=0); /* IE6-9 */
}

.footer p {
    margin-top: 30px;
    font: 18px/1.25em "Colaborate-Thin";
    position: relative;
    float: right;
    margin-right: 30px;
    color: white;
}

.footer-curve {
    width: 100%;
}

.logo-blanco, .logo-ccr {
    position: relative;
    float: left;
    height: 60px;
    margin: 0 30px;
}

.logo-ccr {
    margin-top: 10px;
}

.button {
    margin: 2px;
    font-weight: bold;
    line-height: 1;
    padding: 3px 6px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 1px #6D659F;
    /* Background gradient */
    background: #ACA4DA;
    background: -moz-linear-gradient(top, #ACA4DA 0%, #786FB3 100% );
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ACA4DA),
    to(#786FB3) );
    /* Box shadow */
    -moz-box-shadow: inset 0 1px 0 0 #B5AEE5;
    -webkit-box-shadow: inset 0 1px 0 0 #B5AEE5;
    box-shadow: inset 0 1px 0 0 #B5AEE5;
}

table.reset-confirm input, table.change-pass input {
    float: right;
    margin-left: 5px;
}

table.reset-confirm input[type="submit"], table.change-pass input[type="submit"] {
    margin-top: 5px;
}

ul.errorlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #BD0000;
}

ul.errorlist li {
    margin: 5px 0;
}

.hide {
    visibility: hidden;
}

form#contratar-form input[type="submit"] {
    float: right;
}

input, textarea {
    font-size: 16px;
    padding: 3px;
    border: 1px solid #9471B0;
    position: relative;
    z-index: 0;
    border-radius: 5px;
    background-color: #EFEFEF;
}