/*
    Document: capas
*/

root {
    display: block;
}

#galeria
{
    margin: 10px auto;
    width: auto;
    position: static;
}

#galeria h1
{
    text-align: center;
}

#lista_galeria
{
    /*
        Galeria de socios 
    
    margin: 10px 30px 10px;
    width: 80%;
    */
    margin: 10px 10px 10px;
    width: 98%;
}

.iconlist
{
    list-style: none;
    margin: 0;
    padding: 0;
}

li.si
{
    background-image: url('/portal/imagenes/fotos16.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 0 3px 20px;
    margin: .4em 0;
}

li.no
{
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 0 3px 20px;
    margin: .4em 0;
}

#titulo_galeria
{
    text-align: center;
    margin: 10px auto;
    width: auto;
}

#control
{
    text-align: center;
    margin: 10px auto;
    width: auto;
}

#control img
{
    border: none;
}

#control a:active
{
    outline: none;
}

#control a:focus
{
    -moz-outline-style: none;
}

#control input
{
    -moz-outline-style: none;
    outline: none;
}

.noticia
{

    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: justify;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}

.tbl_noticia
{
    border: 0px none;
}

.tbl_grande_der
{
    width: 66%;
    border: 0px none;
    float: right;
}

.tbl_grande_izq
{
    width: 66%;
    border: 0px none;
    float: left;
}

.tbl_todo
{
    width: 100%;
    border: 0px none;
}
.tbl_todo1
{
    width: 100%;
    border: 0px none;
    display: block;
}

.ppal_tbl1
{
    border: 0px none;
    position: relative;
    width: 33%;
    text-align: center;
    margin-top: 10px;
    float: left;
    color: #0000FF;
    vertical-align: middle;
}

.ppal_tbl2
{
    position: relative;
    border: 0px none;
    width: 33%;
    text-align: center;
    margin-top: 10px;
    float: left;
    color: #0000FF;
    vertical-align: middle;
}

.ppal_tbl3
{
    border: 0px none;
    position: relative;
    width: 33%;
    text-align: center;
    margin-top: 10px;
    float: left;
    color: #0000FF;
    vertical-align: middle;
}


.tbl_peque_der
{
    border: 0px none;
    width: 33%;
    float: right;
    text-align: center;
    margin-top: 10px;
}

.tbl_peque_izq
{
    border: 0px none;
    width: 33%;
    float: left;
    text-align: center;
    margin-top: 10px;
}

.tbl_img
{
    border: 0px none;
    width: 100%;
    float: left;
    text-align: center;
    /*min-height: 702px;
    height: 702px;*/
    color: blue;
    font-family:Arial, Helvetica, sans-serif; 
    font-size:14px;
}

.titulo_mes{
    color: blue;
    font: bold 24px Arial,Helvetica,sans-serif;
}

.tbl_img_izq
{
    border: 0px none;
    width: 50%;
    float: left;
    text-align: center;
    /*min-height: 280px;
    height: auto;
    height: 280px;
    */
    min-height: 480px;
    height: 480px;
    background-color: #c4c4ff ;
    vertical-align: middle;
    display: inline-block;
}

.tbl_img_der
{
    border: 0px none;
    width: 50%;
    float: right;
    text-align: center;
    /*min-height: 280px;
    height: auto;
    height: 280px;*/
    min-height: 480px;
    height: 480px;
    background-color: #c4c4ff;
    vertical-align: middle;
    display: inline-block;
}

/* CSS For users gallery */

.gal_row{
    display: flex;
    height: 400px;
    min-height: 400px;
}

.gal_row_concurso{
    display: flex;
    height: 520px;
    min-height: 520px;
}

.gal_column {
    flex: 50%;
    text-align: center;
}

.gal_column_concurso_i {
    flex: 49%;
    text-align: center;
}
.gal_column_concurso_c {
    flex: 2%;
    text-align: center;
}
.gal_column_concurso_d {
    flex: 48%;
    text-align: center;
}

.gal_nota{
    justify-content:center; 
    background-color: #ccc;
    align-items: flex-end;
}

.gal_nota_concurso{
    justify-content:center; 
    background-color: #ccc;
    align-items: flex-end;
    text-align: center;
}


.gal_image {
    /*width: 60vw;*/
    display: flex;
    /*
        min-width: 320px;
        height: 320px;

    */
    max-width: 100%;
    min-height: 320px;
    margin: 5% auto;
    background-color: #dfeaed;
    justify-content: center;
    align-items: center;

}

.gal_image img {
    max-width: 100%;
}


.gal_image_concurso {
    /*width: 60vw;*/
    display: flex;
    min-height: 420px;
    height: 420px;
    margin: 5% auto;
    background-color: #c4c4ff;
    justify-content: center;
    align-items: center;

}

.gal_image_concurso img {
    max-width: 100%;
}

/* ----------------------------------------*/

.tbl_img_center
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.flotanteL
{
    border: 1px none;
    float: left;
    margin: 20px;
    /*  width: 200px;
        height: 200px;*/
}

.flotanteR
{
    border: 1px none;
    float: right;
    margin: 20px;
    /*  width: 200px;
        height: 200px;*/
}

.centrado
{
    border: 1px none;
    margin: 0 auto;
    text-align: center;
    /*  width: 200px;
        height: 200px;*/
}
#counter
{
    text-align: center;
    display: block;
    margin: auto;
}

label.error {
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top;
}

#captcha
{
    display: block;
    width: 100%;
    height: 132px;
}

#volver
{
    width: 100%;
    margin: 30px auto;
    text-align: center;
}

img.list_element
{
    vertical-align: middle;
}

label {
    display: inline;
}

.regular-checkbox {
    display: none;
}

.regular-checkbox + label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}

.regular-checkbox:checked + label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}

.big-checkbox + label {
    padding: 18px;
}

.big-checkbox:checked + label:after {
    font-size: 28px;
    left: 6px;
}

.tag {
    font-family: Arial, sans-serif;
    width: 200px;
    position: relative;
    top: 5px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
}

.centrado_alt {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.contenedor_alt {
    width: 100%;
    border: 0px none;
    display: block;
    margin: 0 auto;
}


.reset-this {
    animation: none;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    backface-visibility: visible;
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0;
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: separate;
    border-image: none;
    border-left: 0;
    border-left-color: inherit;
    border-left-style: none;
    border-left-width: medium;
    border-radius: 0;
    border-right: 0;
    border-right-color: inherit;
    border-right-style: none;
    border-right-width: medium;
    border-spacing: 0;
    border-top: 0;
    border-top-color: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    columns: auto;
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule: medium none currentColor;
    column-rule-color: currentColor;
    column-rule-style: none;
    column-rule-width: none;
    column-span: 1;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font: normal;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 0;
    outline: 0;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    position: static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes: '\201C' '\201D' '\2018' '\2019';
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align: inherit;
    text-align-last: auto;
    text-decoration: none;
    text-decoration-color: inherit;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transform-style: flat;
    transition: none;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: none;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 0;
    width: auto;
    word-spacing: normal;
    z-index: auto;
}

.address{
    margin-left: 20px;
    text-align: left;
}

table .form_insc {
    border: none;
}


.form_insc {
    display: block; 
    width: 100px; 
}

.anexos {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: rgba(219, 214, 217, 0.7);
    border: 0px solid #714D99;
    padding:12px 7px;
    margin:0 auto 7px;
    color: black;
    width: 80%;
}

.anexos a{
    color: blue;
}