
/*

Fuentes:
Century Ghotic | 72px; 36px; 24px; 18px; 14px

Color : #009999-verde ; 
Degradado: #009999-verde al #0066cc-azul (vertical)

*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
    clear: both;
}


/* LOGIN */

#main_login_container{
    width: 100%;
    height: 100%;
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;

    background: #009999; /* Old browsers */
    background: -moz-linear-gradient(top, #009999 0%, #0066cc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #009999 0%,#0066cc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #009999 0%,#0066cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009999', endColorstr='#0066cc',GradientType=0 ); /* IE6-9 */
}

#main_login{
    width: 100%;/*1500px;*/
    height: 100%;
    max-width: 100%;/*1500px;*/
    margin: 0 auto;
    background: url('../img/background_login.jpg') no-repeat center 0;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

#main_login .header_login{
    width: 100%;
    padding: 60px 67px 0;
}

#main_login .header_login .logo_login{
    width: 196px;
    height: 158px;
    background: url('../img/logo_login.png') no-repeat;
}

#main_login .welcome{
    width: 100%;
    text-align: center;
    padding: 5px
}

#main_login .welcome h1{
    margin: 0;
    font-size: 72px;
    font-weight: bold;
}

#main_login .login_form_container{
    width: 100%;
    margin-top: 35px;
    text-align: center;
    height: 388px;
    background: #0099999e;
    margin: 60px 0;
}

#main_login .login_form_container .login_form{
    padding-top: 35px;
}

#main_login .login_form_container .login_form .welcome_form{
    padding-bottom: 24px;
    border-bottom: 3px solid white;
    width: 1015px;
    margin: 0 auto 35px;
}

#main_login .login_form_container .login_form .welcome_form p{
    margin: 0;
    font-size: 24px;
    line-height: 30px;
}

#main_login .login_form_container .login_form fieldset{
    width: 595px;
    margin: 0 auto;
    border: 0;
    padding: 5px 10px 5px;
}

#main_login .login_form_container .login_form fieldset label{
    float: left;
    color: white;
    font-weight: normal;
    font-size: 18px;
    padding: 5px 0;
    margin: 0;
}

#main_login .login_form_container .login_form fieldset input{
    float: right;
    width: 390px;
    margin: 0 5px;
    height: 40px;
}

#main_login .login_form_container .login_form fieldset button{
    float: right;
    padding: 2px 25px;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
    margin: 15px 10px;
    width: 145px;
    box-shadow: 5px 5px 5px black;
    background: #009999;
}

#main_login #login_intranet:hover{
    opacity: 0.5;
}

a.homeBack{
    display: inline-block;
    width: 40px;
    height: 36px;
    background: url(../img/home_backBtn.png) no-repeat;
    margin-right: 15px;
}
a.homeBack:hover{
    opacity: 0.5;
}

/* HOME */

#main_home_container{
    width: 100%;
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;

    background: #009999; /* Old browsers */
    background: -moz-linear-gradient(top, #009999 0%, #0066cc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #009999 0%,#0066cc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #009999 0%,#0066cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009999', endColorstr='#0066cc',GradientType=0 ); /* IE6-9 */
}

#main_home_container #main_home{
    width: 100%;/*1500px;*/
    max-width: 100%;/*1500px;*/
    margin: 0 auto;
    padding: 0 40px 120px;
}

#main_home_container #main_home .header{
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid white;
    height: 150px;
}

#main_home_container #main_home .header .logo, 
#main_repository_container #main_repository .header .logo,
#main_parte_horas_container #main_parte_horas .header .logo,
#main_news_container #main_news .header .logo{
    display: block;
    float: left;
    width: 13%;
    height: 90px;
    background: url(../img/logo_login.png) no-repeat;
    background-size: contain;
    margin-top: 35px;
    margin-left: 5%;
}

#main_home_container #main_home .header .user,
#main_repository_container #main_repository .header .user,
#main_parte_horas_container #main_parte_horas .header .user,
#main_news_container #main_news .header .user{
    display: inline-block;
    float: left;
    width: 95%;
    height: 90px;
    margin-top: -80px;
    text-align: right;
}

#main_home_container #main_home .header .user span,
#main_repository_container #main_repository .header .user span,
#main_parte_horas_container #main_parte_horas .header .user span,
#main_news_container #main_news .header .user span{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

#main_home_container #main_home .header .logout,
#main_repository_container #main_repository .header .logout,
#main_parte_horas_container #main_parte_horas .header .logout,
#main_news_container #main_news .header .logout{
    display: block;
    float: right;
    width: 34px;
    height: 42px;
    margin-top: -85px;
    margin-right: -10px;
}

#main_home_container #main_home .header .logout a,
#main_repository_container #main_repository .header .logout a,
#main_parte_horas_container #main_parte_horas .header .logout a,
#main_news_container #main_news .header .logout a{
    width: 54px;
    height: 66px;
    background: url(../img/home_logout.png) no-repeat;
    display: block;
}

#main_home_container #main_home .header .logout:hover,
#main_repository_container #main_repository .header .logout:hover,
#main_parte_horas_container #main_parte_horas .header .logout:hover,
#main_news_container #main_news .header .logout:hover{
    opacity: 0.5;
}

#main_home_container #main_home .top_home{
    margin-top: 30px;
    width: 100%;
}

#main_home_container #main_home .top_home .left_col{
    display: block;
	margin-left: 25%;
    float: left;
}

#main_home_container #main_home .top_home .left_col .parte_horasBtn{
    background: url(../img/parte_horasBtn.png) no-repeat;
	background-size: contain;
}

#main_home_container #main_home .top_home .left_col .vacacionesBtn{
    background: url(../img/vacacionesBtn.png) no-repeat;
	background-size: contain;
}

#main_home_container #main_home .top_home .left_col .repositorioBtn{
    background: url(../img/repositorioBtn.png) no-repeat;
	background-size: contain;
}

#main_home_container #main_home .top_home .left_col a{
    width: 120px;
    height: 150px;
    margin-right: 190px;
    float: left;
	display: block;
}

#main_home_container #main_home .top_home .left_col .parte_horasBtn span,
#main_home_container #main_home .top_home .left_col .vacacionesBtn span,
#main_home_container #main_home .top_home .left_col .repositorioBtn span{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    top: 40px;
    left: 120;
    text-align: left;
    width: 190px;
	    position: relative;
}

#main_home_container #main_home .top_home .left_col .vacacionesBtn:hover,
#main_home_container #main_home .top_home .left_col .parte_horasBtn:hover,
#main_home_container #main_home .top_home .left_col .repositorioBtn:hover{
    opacity: 0.5;
}

#main_home_container #main_home .top_home .right_col{
    display: block;
    width: 49%;
    margin-left: 1%;
    float: left;
}

#main_home_container #main_home .top_home .right_col .col_container{
    width: 100%;
    height: 415px;
    background: #d0eaee;
    padding: 10px;
}

#main_home_container #main_home .top_home .right_col .col_container_empleo{
	display: inline-block;
    width: 100%;    
	min-height: 800px;	
    background: #d0eaee;
    padding: 10px;
}


#main_home_container #main_home .top_home .right_col .col_container label,
#main_home_container #main_home .top_home .right_col .col_container_empleo label{
    background: #009999;
    color: white;
    padding: 3px 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    height: 30px;
}

#main_home_container #main_home .top_home .right_col .col_container #tc-jswidget
{	   
    overflow: auto;
}

#main_home_container #main_home .bottom_home{
    margin-top: 20px;
}

#main_home_container #main_home .bottom_home .left_col{
    display: block;
    width: 45%;
    height: 325px;
    margin: 30px 1% 0 2%;
    float: left;
}

#main_home_container #main_home .bottom_home .left_col .col_container{
    width: 100%;
    height: 610px;
    background: #d0eaee;
    padding: 10px;
	margin-bottom: 10px;
}

#main_home_container #main_home .bottom_home .left_col .col_container .header_container{
    width: 100%;
}

#main_home_container #main_home .bottom_home .left_col .col_container .header_container .fecha{
    background: #009999;
    color: white;
    padding: 3px 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    height: 30px;
    float: left;
    width: 19%;
    margin-right: 5px;
}

#main_home_container #main_home .bottom_home .left_col .col_container .header_container .noticia{
    background: #009999;
    color: white;
    padding: 3px 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    height: 30px;
    float: right;
    width: 79%;
}

#main_home_container #main_home .bottom_home .left_col .col_container ul{
    width: 100%;
    height: 555px;
    display: block;
    overflow-y: scroll;
    list-style: none;
}

#main_home_container #main_home .bottom_home .left_col .col_container ul li{
    font-size: 14px;
}

#main_home_container #main_home .bottom_home .left_col .col_container ul li a{
    width: 100%;
    height: 55px;
    display: block;
}

#main_home_container #main_home .bottom_home .left_col .col_container ul li a:hover{
    background: #b2f9e4; 
}

#main_home_container #main_home .bottom_home .left_col .col_container ul li .fecha{
    display: block;
    width: 20%;
    float: left;
    padding: 15px 10px 0;
}

#main_home_container #main_home .bottom_home .left_col .col_container ul li .noticia{
    display: block;
    float: right;
    width: 80%;
    border-left: 5px solid #009999;
    padding: 15px 15px 0px 10px;
    height: 100%;
}

#main_home_container #main_home .bottom_home .left_col .col_container_sugerencias{
    width: 100%;
    height: 250px;
    background: #d0eaee;
    padding: 10px;
	margin-bottom: 10px;
}

#main_home_container #main_home .bottom_home .left_col .col_container_sugerencias label{
    background: #009999;
    color: white;
    padding: 3px 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    height: 30px;
}

#main_home_container #main_home .bottom_home .left_col .col_container_sugerencias form{
    
}

#main_home_container #main_home .bottom_home .left_col .col_container_sugerencias form textarea{
    border: 0;
    height: 130px;
    background: transparent;
    font-family: inherit;
    font-size: 14px;
}
#main_home_container #main_home .bottom_home .left_col .col_container_sugerencias form textarea::placeholder{
    font-family: inherit !important;
}
#main_home_container #main_home .bottom_home .left_col .col_container_sugerencias form textarea::-moz-placeholder{
    font-family: inherit !important;
}

#main_home_container #main_home .bottom_home .left_col .col_container_sugerencias form button{
    float: right;
    padding: 2px 25px;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    margin: 15px 10px;
    width: 145px;
    height: 38px;
    box-shadow: 5px 5px 5px black;
    background: #009999;    
}


#main_home_container #main_home .bottom_home .right_col{
    display: block;
    width: 50%;
    height: 800px;
    margin: 30px 0 0 0%;
    float: left;
}

#main_home_container #main_home .bottom_home .right_col .col_container{
    width: 100%;
    height: 325px;
    background: #d0eaee;
    padding: 10px;
}
#main_home_container #main_home .bottom_home .right_col .col_container_empleo{
	display: inline-block;
    width: 100%;    
	min-height: 800px;	
    background: #d0eaee;
    padding: 10px;
}


#main_home_container #main_home .bottom_home .right_col .col_container label,
#main_home_container #main_home .bottom_home .right_col .col_container_empleo label{
    background: #009999;
    color: white;
    padding: 3px 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    height: 30px;
}

#main_home_container #main_home .bottom_home .right_col .col_container #tc-jswidget
{	   
    overflow: auto;
}
/* REPOSITORIO */

#main_repository_container{
    width: 100%;
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
    height: fit-content;
    background: #009999; /* Old browsers */
    background: -moz-linear-gradient(top, #009999 0%, #0066cc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #009999 0%,#0066cc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #009999 0%,#0066cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009999', endColorstr='#0066cc',GradientType=0 ); /* IE6-9 */
}

#main_repository_container #main_repository{
    width: 100%;/*1500px;*/
    max-width: 100%;/*1500px;*/
    margin: 0 auto;
}

#main_repository_container #main_repository .header{
    width: 100%;
    margin: 0 auto;
    height: 150px;
    padding: 0 40px;
}

#main_repository_container #main_repository .header .logo{
    background: url(../img/logo_login.png) no-repeat;
    background-size: contain;
}

#main_repository_container #main_repository .repository_container{
    background: #e6ecf0;
    padding: 50px 80px;
}

#main_repository_container #main_repository .repository_container h1{
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #009999;
}

#main_repository_container #main_repository .repository_container .repository_file_container{
    padding: 30px 65px;
}

#main_repository_container #main_repository .repository_container .repository_file_container .file_container{
    height: 100%;
}

#main_repository_container #main_repository .repository_container .repository_file_container .file_container ul{
    width: 100%;
    display: block;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 150px;
    border-top: 1px solid #009999;
}

#main_repository_container #main_repository .repository_container .repository_file_container .file_container ul li{
    margin: 55px 35px;
    display: inline-flex;
}

#main_repository_container #main_repository .repository_container .repository_file_container .file_container ul li a{
    display: block;
    width: 112px;
    height: 112px;
    position: relative;
}

#main_repository_container #main_repository .repository_container .repository_file_container .file_container ul li a span{
    position: absolute;
    bottom: -58px;
    width: 75px;
    display: block;
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    left: 0;
    right: 0;
    min-height: 40px;
}

#main_repository_container #main_repository .repository_container .repository_file_container .file_container ul li a:hover{
    opacity: 0.5; 
}

#main_repository_container #main_repository .repository_container .repository_file_container .file_container .date{
    font-size: 20px;
    text-transform: uppercase;
    color: #009999;
    padding: 0 70px 5px;
}

/* REPOSITORIO */

#main_parte_horas_container{
    width: 100%;

    background: #009999; /* Old browsers */
    background: -moz-linear-gradient(top, #009999 0%, #0066cc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #009999 0%,#0066cc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #009999 0%,#0066cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009999', endColorstr='#0066cc',GradientType=0 ); /* IE6-9 */
}

#main_parte_horas_container #main_parte_horas{
    width: 100%;/*1500px;*/
    max-width: 100%;/*1500px;*/
    margin: 0 auto;
}

#main_parte_horas_container #main_parte_horas .header{
    width: 100%;
    margin: 0 auto;
    height: 150px;
    padding: 0 40px;
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}

#main_parte_horas_container #main_parte_horas .header .logo{
    background: url(../img/logo_login.png) no-repeat;
    background-size: contain;
}

#main_parte_horas_container #main_parte_horas .parte_horas_container{
    background: #e6ecf0;
    padding: 50px 80px;
}


#main_parte_horas_container #main_parte_horas .parte_horas_container h1{
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #009999;
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}

#main_parte_horas_container #main_parte_horas .parte_horas_container .parte_horas_form_container{
    padding: 40px 15px 30px;
    background: white;
    height: 1500px;
}

#main_parte_horas_container #main_parte_horas .parte_horas_container .parte_horas_form_container .form_container{
    height: 100%;
}

/* NOTICIAS */



#main_news_container{
    width: 100%;
	height:100%;
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;

    background: #009999; /* Old browsers */
    background: -moz-linear-gradient(top, #009999 0%, #0066cc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #009999 0%,#0066cc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #009999 0%,#0066cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009999', endColorstr='#0066cc',GradientType=0 ); /* IE6-9 */
}

#main_news_container #main_news{
    width: 100%;/*100%;/*1500px;*/*/
    max-width: 100%;/*100%;/*1500px;*/*/
    margin: 0 auto;
    padding: 0 0 120px;
}

#main_news_container #main_news .header{
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid white;
    height: 150px;
    padding: 0 40px;
}

#main_news_container #main_news .header .logo{
    background: url(../img/logo_login.png) no-repeat;
    background-size: contain;
}

#main_news_container #main_news .news_container {
    background: #e6ecf0;
    padding: 50px 80px;
    position: relative;
}

#main_news_container #main_news .news_container h1{
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #009999;
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}

#main_news_container #main_news .news_container .printerBtn{
    position: absolute;
    right: 145px;
    top: 90px;
}

#main_news_container #main_news .news_container .printerBtn,
#main_news_container #main_news .news_container .printerBtn a{
    width: 47px;
    height: 49px;
    display: block;

}
#main_news_container #main_news .news_container .printerBtn a{
    background: url(../img/printBtn.png) no-repeat;
}


#main_news_container #main_news .news_container .printerBtn:hover{
    opacity: 0.5;
}

#main_news_container #main_news .news_container article{
    width: 50%;
    margin: 0 auto;
}

#main_news_container #main_news .news_container article .fecha{
    font-weight: bold;
    color: black;
    font-size: 18px;
}

#main_news_container #main_news .news_container article .fecha:before{
    content: ' ';
    display: inline-block;
    width: 15px;
    height: 14px;
    background: white;
    border-radius: 10px;
    margin-right: 5px;
}

#main_news_container #main_news .news_container article h2{

    padding: 0;
    font-size: 24px;
    color: #009999;
}

#main_news_container #main_news .news_container article img.main_photo{
    width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* MISC */

.warning, .warning label{
    color: #EE0000 !important;
}
.warning input{
    color: #EE0000 !important;
    border-color: #EE0000 !important;
}

@media print{

    /* HOME */
    #main_news_container, #main_news{
        width: 100% !important;
        min-width: 100% !important;
        -webkit-print-color-adjust: exact;
    }

    #main_news_container #main_news .header{
        height: 80px !important;
        border-bottom: 2px solid #009999;
        margin-bottom: 20px;
        -webkit-print-color-adjust: exact;
    }

    #main_news_container #main_news .homeBack,
    #main_news_container #main_news .printerBtn,
    #main_news_container #main_news .user,
    #main_news_container #main_news .logout{
        display: none !important;
    }
    #main_news_container, #main_news{
        padding-bottom: 0 !important;
    }
    #main_news_container #main_news .news_container{
        background: white;
    }
    #main_news_container #main_news .news_container h1{
        padding: 30px 30px 0;
        margin: 0;
    }
    #main_news_container #main_news .header .logo{
        background-size: 100px 81px;
        margin: 10px 0; padding: 0;
    }

    #main_news_container #main_news .news_container article .fecha:before{
        background: #009999 !important;
        -webkit-print-color-adjust: exact;
    }

    #main_news_container #main_news .news_container {
        padding: 0;
    }

    /* FORMULARIO */

    #main_parte_horas_container, #main_parte_horas{
        width: 100% !important;
        min-width: 100% !important;
        -webkit-print-color-adjust: exact;
    }

    #main_parte_horas_container #main_news .header{
        height: 80px !important;
        border-bottom: 2px solid #009999;
        margin-bottom: 20px;
        -webkit-print-color-adjust: exact;
    }

    #main_parte_horas_container .parte_horas_form_container{
        color: black !important;
    }

    #main_parte_horas_container .parte_horas_form_container *:not(img):not(th):not(td):not(label):not(strong):not(span){
        color: black !important;
        display: block !important;
        width: 100%;
        margin: 0 !important;
    }

    #main_parte_horas_container #main_parte_horas .parte_horas_container{
        padding: 25px 20px;
    }

    #main_parte_horas_container .homeBack,
    #main_parte_horas_container .printerBtn,
    #main_parte_horas_container .user,
    #main_parte_horas_container .logout,
    #main_parte_horas_container .parte_horas_form_container img{
        display: none !important;
    }

    table{
        /*page-break-before: always !important;
        page-break-after: always !important;*/
    }
    
    table.tablesorter th,table.tablesorter td:not(.small){
        width: 100% !important;
    }

    table.tablesorter td.small{
        width: 11x !important;
    }
}