/*Para TAGS*/
html {
    font-family: TitilliumWebRegular;
}

body {
    margin: 0;
    padding: 0;
}

#pie {
    background-color: #4581BD;
    text-align: center;
    color: white;
    height: 30px;
    line-height: 30px;
    font-family: TitilliumWebRegular;
    font-size: 10px;
}

#pie a {
    text-decoration: none;
    color: #FFFFFF;
}

#pie a:hover {
    color: #9EC01C;
}

#forgotinput {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #777777;
    font-size: 10pt;
    font-family: TitilliumWebRegular;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 2px 5px;
    width: 350px;
    height: 28px;
    border: 1px solid #25B4D6;
}

#forgotinput:focus {
    -webkit-box-shadow: 0 0 2px #25B4D6;
    -moz-box-shadow: 0 0 2px #25B4D6;
    -ms-box-shadow: 0 0 2px #25B4D6;
    -o-box-shadow: 0 0 2px #25B4D6;
    box-shadow: 0 0 2px #25B4D6;
    background-color: #FFFFFF;
    outline: none;
}

#username { background-position: 10px 15px !important }
#password { background-position: 10px -48px !important }

#username,
#password {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;	
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: white url("/images/login/iconosLogin.png") no-repeat;
    color: #777777;
    font-size: 10pt;
    font-family: TitilliumWebRegular;
    margin: 0 0 15px;
    padding: 10px 10px 10px 40px;
    width: 170px;
    height: 28px;
    border: none;
}

#username:focus,
#password:focus {
    -webkit-box-shadow: 0 0 2px #25B4D6;
    -moz-box-shadow: 0 0 2px #25B4D6;
    -ms-box-shadow: 0 0 2px #25B4D6;
    -o-box-shadow: 0 0 2px #25B4D6;
    box-shadow: 0 0 2px #25B4D6;
    background-color: #FFFFFF;
    outline: none;
}

.titulomediano {
    font-family: TitilliumWebThin;
    font-size: 18px;
    color: #575756;
    padding-top: 10px;
    padding-bottom: 20px; 
}

.fondoform {
    padding: 20px;
    /*width: 300px;*/
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: -webkit-linear-gradient(#F2F3F3, #D8D9DD); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F2F3F3, #D8D9DD); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F2F3F3, #D8D9DD); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F2F3F3, #D8D9DD);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2F3F3', endColorstr='#D8D9DD',GradientType=0 );
}

input.botoningreso {
    font-family: TitilliumWebRegular;
    font-weight: 100;
    font-size: 14pt;
    color: #FFFFFF;
    background: -moz-linear-gradient(#4581BD, #13539B);
    background: -webkit-linear-gradient(#4581BD, #13539B);
    background: -o-linear-gradient(#4581BD, #13539B);
    background: -ms-linear-gradient(#4581BD, #13539B);
    background: linear-gradient(#4581BD, #13539B);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4581BD', endColorstr='#13539B',GradientType=0 );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #13539B;
    margin: 20px 0 0 15px;
    position: relative;
    width: 160px;
    height: 38px;
    cursor: pointer;
}

input.botoningreso:disabled {
    background: #777777;
}

input.botoningreso:hover:enabled {
    background: -moz-linear-gradient(#9EC01C, #698B2D); /* FF3.6+ */
    background: -webkit-linear-gradient(#9EC01C, #698B2D); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(#9EC01C, #698B2D); /* Opera 11.10+ */
    background: -ms-linear-gradient(#9EC01C, #698B2D); /* IE10+ */
    background: linear-gradient(#9EC01C, #698B2D); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9EC01C', endColorstr='#698B2D',GradientType=0 ); /* IE6-9 */
    border: 1px solid #698B2D;
}

#forgot:hover {
    color: #4581BD;
    text-decoration: underline;
    cursor: pointer;
}

#nocerrar, #nocerrarlabel {
    cursor: pointer;
}

#extraslogin {
    width: 220px;
    margin-left: 40px;
    color: #575756;
    font-size: 8pt;
}

#extraslogin div:nth-child(1) {
    width: 50%;
    float: left;
    text-align: left;
}

#extraslogin div:nth-child(2) {
    width: 50%;
    float: right;
    text-align: right;
}

.mensajeerror {
    color: #6D6D6D;
    font-size: 9pt;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    font-size: 12px;
}

.ui-selectmenu-menu .ui-menu-item {
    font-size: 12px;
}

/* select with custom icons */
.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item {
    padding: 0.5em 0 0.5em 3em;
}
.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
    height: 24px;
    width: 24px;
    top: 0.1em;
}

/* select with CSS avatar icons */
option.avatar {
    background-repeat: no-repeat !important;
    padding-left: 20px;
}
.avatar .ui-icon {
    background-position: left top;
}

.ui-selectmenu-button {
    outline: none !important;
}