/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
}

body {
    line-height: 1;
	
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {width: 100%}

* {text-decoration: none; list-style: none;}

/* FIN RESETEO */

body {font-family: 'Roboto', sans-serif;}

.main {max-width: 1600px; margin: 0 auto; padding: 0 15px;}

/* LOGIN */
body.login {
    background: #1a1a1a;
}

div.loginWrapper {
    position: absolute;
    max-width: 560px;
    height: 402px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 15px;
}
div.loginWrapper img {
    max-width: 300px;
    margin: 0 auto 30px auto;
    display: block;
}
form#loginForm li {padding-bottom: 30px;}
form li:last-child {padding-bottom: 0;}
form li .texto {
    background: transparent;
    border: 1px solid white;
    color: white;
    font-weight: 300;
    font-size: 18px;
    padding: 15px;
    max-width: 560px;
    width: 100%;
}
form li .boton {
    background: transparent;
    color: white;
    border: none;
    font-size: 18px;
    font-weight: 300;
    float: right;
}
form li:last-child:hover .boton {color: #ffce00;}
form li i.fa {
    color: #ffce00;
    float: right;
    font-size: 24px;
    margin-left: 5px;
}
form li:last-child:hover i {color: white;}

/* HEADER */
header {
    background: #1a1a1a;
    padding: 30px 0;
}
header img {width: 150px;}
header div.user {
    text-align: right;
    font-weight: 100;
    color: white;
    padding-bottom: 15px;
}
header a.logout {
    background: white;
    padding: 5px 10px;
    font-size: 14px;
    color: #1a1a1a;
    float: right;
}
header a.logout:hover, header a.logout:focus, header a.logout:active {
    text-decoration: none;
    background: #ffce00;
    color: #1a1a1a;
}
header .col-sm-6:last-child {display: table;}
header .col-sm-6:last-child > div {display: table-cell; vertical-align: middle;}

@media screen and (max-width:767px) {
    header img {display: block; margin: 0 auto;}
    header .col-sm-6:last-child {display: block;}
    header .col-sm-6:last-child > div {display: block; padding-top: 15px;}
    header div.user {text-align: center;}
    header a {
        float: inherit;
        position: absolute;
        width: 104px;
        height: 24px;
        left: 0;
        right: 0;
        top: 44px;
        margin: auto;
    }
    header {padding-bottom: 59px; position: relative;}
}

/* LISTADO PROYECTOS */

.fila-cabecera {
    background: #1a1a1a;
    color: white;
    font-weight: 100;
    font-size: 18px;
    text-align: center;
}
.fila-cabecera .row > div {padding-top: 25px; padding-bottom: 25px;}
.fila-cabecera .row > div:nth-child(1) {text-align: left;}
.fila-cabecera .row > div:nth-child(2) {border-left: 1px solid white; border-right: 1px solid white;}
.fila-proyecto {
    color: #1a1a1a;
    font-weight: 300;
    font-size: 18px;
}
.fila-proyecto .row > div {padding-top: 25px; padding-bottom: 25px;}
.fila-proyecto .row > div:nth-child(2) {border-left: 1px solid #ccc; border-right: 1px solid #ccc;}
.fila-proyecto ul {margin: 15px 0 0 0;}
.fila-proyecto ul li {
    display: inline-block;
    color: #999;
    padding-right: 10px;
    border-right: 1px solid #999;
    margin-right: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}
.fila-proyecto ul li span {font-weight: 500;}
.fila-proyecto ul li:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}
.fila-proyecto i {
    text-align: center;
    width: 100%;
    font-size: 22px;
}
.fila-proyecto a {color: #1a1a1a;}
.fila-proyecto a:hover, .fila-proyecto a:active, .fila-proyecto a:focus  {color:#ffce00;}
.fila-proyecto:nth-child(even) {background: #f1f1f1;}
.fila-proyecto .row > div:nth-child(2), .fila-proyecto .row > div:nth-child(3) {display: table;}
.fila-proyecto .row > div:nth-child(2) a, .fila-proyecto .row > div:nth-child(3) a {display: table-cell; vertical-align: middle;}
ul.pagination {
    margin: 25px 0 60px 0;
    float: right;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 5px 9px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #1a1a1a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #1a1a1a;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    cursor: default;
    color: #1a1a1a;
    background-color: #ffce00;
    border-color: #1a1a1a;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: white;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}
.filtros {padding-top: 60px; padding-bottom: 25px;}

button, .dropdown-menu {
    width: 100%;
}
button {
    padding: 10px 15px;
    background: transparent;
    border: 1px solid #1a1a1a;
}
button:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 1px solid #1a1a1a;
    border-top: 0;
}
.dropdown-menu li a {
    padding: 10px 15px;
    text-align: center;
    border-bottom: 1px solid #1a1a1a;
    font-size: 16px;
}
.dropdown-menu li a:hover {
    background: #ffce00;
}
.filtros a.descargar {
    display: block;
    border: 1px solid #1a1a1a;
    text-align: center;
    padding: 10px 15px;
    color: #1a1a1a;
}
.filtros a.descargar:hover, .filtros a.descargar:focus, .filtros a.descargar:active {
    color: white;
    background: #1a1a1a;
    text-decoration: none;
}
.filtros .buscador {position: relative;}
.filtros .buscador input {
    width: 100%;
    padding: 7px 15px 8px 15px;
    border: 1px solid #1a1a1a;
}
.filtros .buscador i {
    position: absolute;
    right: 15px;
    top: 7px;
    color: #1a1a1a;
    font-size: 22px;
}
@media screen and (max-width:767px) {
    .fila-proyecto .row > div:nth-child(2) {border-left:0; border-right:0;}
    .fila-proyecto .row > div:nth-child(1) {border-bottom: 1px solid #ccc;}
    .filtros .buscador {margin-top: 15px;}
}
@media screen and (max-width:370px) {
    .filtros .col-xs-6 {width: 100%;}
    .filtros .col-xs-6:nth-child(1) {margin-bottom: 15px;}
}

/* FICHA PROYECTO */

h1 {
    font-size: 24px;
    color: #1a1a1a;
    font-weight: 300;
    padding: 60px 0;
}
h1 span {font-weight: 500;}

.apartado .col-sm-6 {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;
    line-height: 24px;
    color: #1a1a1a;
}
.apartado .col-sm-6 span {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.apartado h2, .apartado h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #ffce00;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #1a1a1a;
}
.apartado h3 {
    font-size: 18px;
    font-weight: 300;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 20px;    
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.apartado h3 span {font-weight: 500;}
.apartado {padding: 40px 0 20px 0}
.apartado:nth-child(odd) {background: #f1f1f1;}
.apartado ul {padding: 20px 0;}
.apartado ul li {padding-bottom: 20px}
.apartado ul li:last-child {padding-bottom: 0}
.apartado ul li a {
    color: #1a1a1a;
    line-height: 22px;
}
.apartado ul li a:hover, .apartado ul li a:active, .apartado ul li a:focus {
    color: #1a1a1a;
    text-decoration: none;
}
.apartado ul li a i {margin-right: 10px;}
.apartado ul li a:hover i {color: #ffce00;}
.apartado:last-child {padding: 40px 0;}
.apartado form ul li {font-weight: 300;}
.apartado form input {margin-right: 5px;}
.apartado:last-child .estado-proyecto > div {background: #f1f1f1; padding: 40px 20px 20px 20px;}
.apartado:last-child .estado-proyecto > div > div {width: 169px; margin: 0 auto;}
.apartado:last-child .row > div {margin-top: 20px}
.apartado form {position: relative; padding-bottom: 64px;}
.apartado textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 213px;
    max-height: 213px;
    border: 1px solid #1a1a1a;
    padding: 20px;
    line-height: 26px;
}
.apartado .boton {
    background: #1a1a1a;
    color: white;
    padding: 15px;
    text-align: center;
    border: 0;
    font-weight: 300;
    width: 250px;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.apartado .boton:hover, .apartado .boton:active, .apartado .boton:focus {
    text-decoration: none;
    background: #ffce00;
    color: #1a1a1a;
    font-weight: 500;
}
.apartado .dropdown-menu {padding: 0; margin-bottom: 60px; box-shadow: none;}
.apartado .dropdown-menu li {padding-bottom: 0}

.jurado span {text-transform: uppercase;}
.observaciones {
    background: #f1f1f1;
    padding: 20px;
    margin: 20px 0;
    font-weight: 300;
    line-height: 26px;
}
.observaciones span {
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

@media screen and (max-width:767px) {
    .apartado .boton {
        margin: 0 auto;
        left: 0;
    }
}

@media screen and (max-width:425px) {
    div.numeracionPaginas{
        text-align: center;
    }
    div.numeracionPaginas > div
    {
        display: inline-block;
    }
}
a.dropdown-item,
.buscador a{
    cursor: pointer;
}
label.error{
    color:red !important;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 80px;
    background: transparent;
    line-height: 0;
    padding: 0;
}
label.error i{
    color: #ffce00;
}
.votacionesJurado{
    display: none;
}
p.password{
    margin-left: 25px;
    font-weight: 300;
    font-size: 14px;
    margin-top: -8px;
}
p.password i{
    margin-right: 10px;
}