﻿/* Reset */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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, 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
{
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
body
{
    line-height: 1;
    zoom: 90%;
}
body.index
{
    background: url(/images/fondo_general.jpg);
    
    height: 100%;
    zoom: 100%;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
/* Reset End */

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    
    padding: 1em;
    border: 1px solid #ccc;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    min-width:15em;
    margin-top: 1em;
    background-color:#EAEDEF;
}



fieldset p
{
    margin: 2px 12px 10px 10px;
    text-align: center;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    /*     font-size: 1.1em;     font-weight: 600;     padding: 2px 4px 8px 4px; */
    padding: 2px 4px 8px 4px;
    color: #385c5b;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/
html, body
{
    /*font-family: Cambria,'Open Sans',arial,sans-serif;*/
    font-size: 16px;
}

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.margin-left
{
    margin-left: 2%;
}
.left
{
    float: left;
}
.right
{
    float: right;
}

.fixed-top
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
.fullWidth
{
    width: 100%;
}
/* Etiquetas y campos de formularios */

.ErrorFormulario
{
    color: Red;
    font-size: 1.2em;
}

.ErrorFormulario:before
{
    content: '* ';
}
.etiquetaFormulario
{
    font-size: 1em;
    line-height: 22px;
    font-style: italic;
    text-align: left;
    margin: 0;
    color: #777;
   /* padding-left: 15px;/*/
    font-family: Cambria, Georgia, serif;
    border-left: 8px solid rgba(63,148,148, 0.1);
}

.divCampoForm.right
{
    float: right;
}
.divCampoForm.left
{
    float: left;
}

.divCampoForm
{
     /*margin: .5%;*/
    width: 47%;
    float: left;
    margin-left:5px;
    margin-right:5px;
}

.divCampoFormInvitarUsuario
{
     /*margin: .5%;*/
    width: 75%;
    float: left;
    margin-left:5px;
    margin-right:5px;
}

.divCampoFormAsiento
{
     /*margin: .5%;*/
    width: 47%;
    float: left;
    margin-left:5px;
    margin-right:5px;
    margin-top: 22px;
}

.divCampoFormLine
{
     /*margin: .5%;*/
    width: 100%;

}

.divCampoFormEmail
{
    
    width: 96%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    
}

.divCampoFormSelect
{
    /*margin: .5%;*/
    width: 47%;
    float: left;
}

.DescripcionAnuncioANU
{
    height: 500px;
    width: 100%;
    font-size: 24px;
}


.divCampoFormRegistro
{
    display: table;
    margin: 0 auto;
    padding-top: 10px;
}

.divBotonesPropietario
{
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}

.divCampoFormSelect > select
{
    margin: .5%;
    height: 143px;
    width: 65%;
    min-width: 195px;
}
.CampoFormularioEstandar
{
    width: 100%;
    min-width: 100px;
    margin: .5%;
    height: 22px;
}

.CampoFormularioDatosRegistrales
{
    width: 200%;
    min-width: 200px;
    margin: .5%;
    height: 66px;
}

.CampoFormularioEstandar2
{
    width: 15%;

    margin: .5%;
    height: 22px;
}


.CampoFormularioTextAreaEstandar
{
    width: 100%;
    min-width: 100px;
    resize: none;
    height: 90px;
    min-height: 125px;
}

.CampoFormularioTextAreaEnunciadoConvocatoria
{
    width: 100%;
    /**min-width: 100px;**/
    resize: none;
    height: 90px;
    min-height: 90px;
}

.CampoFormularioTextAreaContenidoConvocatoria
{
    width: 100%;
    /**min-width: 100px;*/
    resize: none;
    height: 190px;
    min-height: 190px;
}


.CampoFormularioTextAreaDescripcion
{
    width: 100%;
    min-width: 100px;
    resize:none;
    height: 3em;
}

/* Responsive */
@media screen and (max-width:800px)
{
    .divCampoForm
    {
        width: 100%;
        text-align: center;
    }
    .CampoFormularioEstandar
    {
        width: 98%;
        margin: 5px auto;
    }
    
      .CampoFormularioEstandar2
    {
        width: 98%;
        margin: 5px auto;
    }

    .CampoFormularioTextAreaEstandar
    {
        width: 98%;
        margin: 5px auto;
        min-height: 75px !important;
    }
}
/* Etiquetas y campos de formularios END */
/* Comienza la creación */

.center
{
    text-align: center;
}


/* Elementos originales */
/* Botones */
.btn-grande
{
    text-decoration: none;
    display: block;
    margin: 2% 10%;
    text-align: center;
    box-shadow: inset 0 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 3px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 3px 0 rgba(0,0,0,.1);
    padding: 2% 2.5%;
    border: 2px solid #fff !important;
    border-radius: 0 0 1em 1em;
}
.btn-grande:hover
{
    box-shadow: inset 0 3px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 3px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 3px 0 rgba(0,0,0,.1);
    border-radius: 1em 1em 0 1em;
}

.btn-negro-blanco
{
    background: #123456;
    color: #fff;
}
.btn-negro-blanco:hover
{
    background: #000000;
}

.btn-azul-blanco
{
    background: #0A00FF;
    color: #fff;
}
.btn-azul-blanco:hover
{
    background: #0B27B4;
}

.btn-azulado-blanco
{
    background: #0059B3;
    color: #fff;
}
.btn-azulado-blanco:hover
{
    background: #000000;
    background: #398080;
}

/* Botones END */
/* Enfecto GLOW para inputs y textarea */
.CampoFormularioEstandar, textarea
{
    padding: .25%;
    margin-bottom: .25%;
    outline: none;
    margin: .5%;
    transition: all 0.15s ease-in-out;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.2);
}


.CampoFormularioEstandar3
{
    padding: .25%;
    margin-bottom: .25%;
    outline: none;
    margin: .5%;
    transition: all 0.15s ease-in-out;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.2);
    display: inline-block;
}

.CampoFormularioEstandar2, textarea
{
    padding: .25%;
    margin-bottom: .25%;
    outline: none;
    margin: .5%;
    transition: all 0.15s ease-in-out;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.2);
}


.CheckboxFormularioEstandar
{
    padding: .25%;
    width: 100px;
    height: 25px;
}
.buttonFormularioEstandar
{
    padding: 1%;
    margin-bottom: .25%;
    outline: none;
    transition: all 0.15s ease-in-out;
    border-radius: .5em; /* border:1px solid rgba(0,0,0,0.2);*/
    background: #0059B3;
    color: white;
    cursor: pointer;
    width: 10em;
    height:3em;
}

.buttonYoutube
{
    padding: 1%;
    margin-bottom: .25%;
    outline: none;
    transition: all 0.15s ease-in-out;
    border-radius: 12px;
    background: #FFFF;
    color: black;
    cursor: pointer;
    width: 20em;
    height:3em;
}

@media screen and (max-width:800px)
{
    .buttonFormularioEstandar
    {
        padding: 2%;
    }
}

/* Sombreados por color */
.verdeClaro2:focus
{
    box-shadow: 0 0 5px rgba(26, 129, 0,1);
    border: 1px solid rgba(26, 129, 0,1);
}
.verdeClaro:focus
{
    box-shadow: 0 0 5px #398080;
    border: 1px solid #398080;
}
.olive:focus
{
    box-shadow: 0 0 5px olive;
    border: 1px solid olive;
}
.azul:focus
{
    box-shadow: 0 0 5px rgba(0,0,255,1);
    border: 1px solid rgba(0,0,255,0.8);
}
.rojo:focus
{
    box-shadow: 0 0 5px rgba(255,0,0,1);
    border: 1px solid rgba(255,0,0,0.8);
}
.naranja:focus
{
    box-shadow: 0 0 5px rgba(230,95,0,1);
    border: 1px solid rgba(230,95,0,0.8);
}
.verde:focus
{
    box-shadow: 0 0 5px rgba(0,255,0,1);
    border: 1px solid rgba(0,255,0,0.8);
}
/* Enfecto GLOW para inputs y textarea END*/
/* Generalización */
.clear
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.fullWidth
{
    width: 100%;
}
/* Generalización END */
/* Elementos originales END*/

/* Estilos Generales */

/* @@Site.Master */

/* GENERAL SITE STYLES */
.page
{
    max-width: 1600px;
    margin: 0 auto;
}

@media screen and (min-width:800px)
{
    .page
    {
        width: 88%;
    }
}


.titulo1
{
    text-align: center;
    font-weight: bold;
    margin: 1%;
    color: #398080;
}

/* GENERAL SITE STYLES */
/* ___HEADER */
/* ___LOGO___ */
header
{
    background: white;
}

.fondoPrincipal
{
    /*background: url(../images/fondo_nube.jpg);*/
}

.cabecera
{
    background: url(/images/Cabecera-fondo4.png);
    background-repeat: no-repeat;
    background-position: 0em -11em;
    margin-bottom: 1%;
    overflow: hidden;
}
@media screen and (min-width:640px)
{
    .logo
    {
        margin-left: 2%;
        width: 33%;
        float: left;
    }
}

@media screen and (max-width:640px)
{
    .logo
    {
        width: 100%;
        text-align: center;
    }
}

/* ___LOGO END */
/* ___RRSS */

@media screen and (min-width:800px)
{
    p.redesSociales:before
    {
        font-weight: bold;
        font-size: 1.5em;
    }
    p.redesSociales
    {
        text-align: right;
    }
}

.rrss
{
    margin: 1.5% 2% .5% 0;
    width: 20%;
    float: right;
    
    
}
.rrss ul
{
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
    -webkit-margin-start: 0 !important;
    -webkit-margin-end: 0 !important;
    -webkit-padding-start: 0 !important;
    list-style: none;
    text-decoration: none;
}
.rrss ul li:first-child
{
    margin-right: 10%;
}
.rrss ul li
{
    margin-left: 5%;
    float: right;
}

@media screen and (min-width:800px)
{
    .rssIMG
    {
        height:52px;
        -webkit-transition: all .3s ease-in-out; /* Chrome y Safari */
        -o-transition: all .3s ease-in-out; /* Opera */
        -moz-transition: all .3s ease-in-out; /* Mozilla Firefox */
        -ms-transition: all .3s ease-in-out; /* Internet Explorer */
        transition: all .3s ease-in-out; /* W3C */
    }
    .rssIMG:hover
    {
        -webkit-transform: rotate(360deg) scale(1.35); /* Chrome y Safari */
        -o-transform: rotate(360deg) scale(1.35); /* Opera */
        -ms-transform: rotate(360deg) scale(1.35); /* Mozilla Firefox */
        -moz-transform: rotate(360deg) scale(1.35); /* Internet Explorer */
        transform: rotate(360deg) scale(1.35); /* W3C */
    }

}
@media screen and (max-width:800px) and (min-width:640px)
{
    .rssIMG
    {
        margin-top: 2.5em;
    }
}

@media screen and (max-width:640px)
{

    .rrss ul li
    {
        display: inline !important;
        margin: 0 !important;
        float: none !important;
    }
    .rrss
    {
        width: 100% !important;
        float: none !important;
        text-align: center;
        margin: 0 auto !important;
    }
}
/* ___RRSS END */
/* ___NAV __MenuPrincipal*/
@media screen and (min-width:800px)
{
    nav
    {
        right: 0;
        left: 0; /*position:absolute;*/
        z-index: 2;
        width: 100%;
        max-width: 1400px;
        overflow: hidden;
        margin: 0 auto; /*                      background: #DCDCDC;                     background: black;                     */
    }
    nav ul
    {
        -webkit-margin-before: 0 !important;
        -webkit-margin-after: 0 !important;
        -webkit-margin-start: 0 !important;
        -webkit-margin-end: 0 !important;
        -webkit-padding-start: 0 !important;
        list-style: none;
        text-decoration: none;
    }
    nav ul li:first-child
    {
    }
    nav ul li
    {
        float: left;
        background: #e6e6e6; /* 		background: -moz-linear-gradient(top, #e6e6e6 0%, #777777 100%); 		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#777777)); 		background: -webkit-linear-gradient(top, #e6e6e6 0%,#777777 100%); 		background: -o-linear-gradient(top, #e6e6e6 0%,#777777 100%); 		background: -ms-linear-gradient(top, #e6e6e6 0%,#777777 100%); 		background: linear-gradient(top, #e6e6e6 0%,#777777 100%); 		*/
        background: #0059B3;
        width: 16%;
        text-align: center;
        line-height: 2em;
        padding: 0 2%;
        letter-spacing: .1em;
        text-transform: uppercase;
        font-weight: bold;
        border-radius: 2em .5em 0 0;
        box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
        margin-top: .33%;
    }
    nav ul li:hover
    {
        background: #398080;
        background: Green;
    }

    nav ul li.active
    {
        background: black;
        background: #398080;
        background: Green;
    }

    .MenuActivo
    {
        background: rgba(61, 31, 31,0.9);
        background: #398080;
        background: Green;
    }

    nav ul li a
    {
        text-decoration: none;
        color: White;
    }

    input.menuAdaptativoBoton
    {
        display: none;
    }
    .adapterNavMenu
    {
        display: block !important;
    }
}
/* Menú tablets mobile */

@media screen and (max-width:800px)
{
    input.menuAdaptativoBoton
    {
        width: 100%;
        background: #0059B3;
        font-weight: bold;
        font-size: 1.5em;
        margin-bottom: 2.5%;
        border-radius: 1em 4em;
        box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
        margin-top: 5px;
        color: White;
        outline: 0;
    }
    .adapterNavMenu
    {
        display: none;
    }
    nav ul
    {
        -webkit-margin-before: 0 !important;
        -webkit-margin-after: 0 !important;
        -webkit-margin-start: 0 !important;
        -webkit-margin-end: 0 !important;
        -webkit-padding-start: 0 !important;
        list-style: none;
        text-decoration: none;
    }
    nav ul li
    {
        text-align: center;
        background: #e6e6e6; /* 		background: -moz-linear-gradient(top, #e6e6e6 0%, #777777 100%); 		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#777777)); 		background: -webkit-linear-gradient(top, #e6e6e6 0%,#777777 100%); 		background: -o-linear-gradient(top, #e6e6e6 0%,#777777 100%); 		background: -ms-linear-gradient(top, #e6e6e6 0%,#777777 100%); 		background: linear-gradient(top, #e6e6e6 0%,#777777 100%); 		*/
        background: #0059B3;
        font-size: 1.15em;
        line-height: 2em;
        padding: 0 2%;
        letter-spacing: .1em;
        text-transform: uppercase;
        font-weight: bold;
        border-radius: 1em 4em;
        box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
        margin-top: 5px;
        color: White;
    }
    nav ul li a
    {
        text-decoration: none;
        color: White;
    }
}

/* Menú tablets mobile END */
/* ___NAV __MenuPrincipal END*/
/* ___HEADER END*/
/* ___CONTENT */
section .contenido
{
    width: 90%;
    margin: 1% auto;
    overflow: hidden;
}
/* ___CONTENT END */

/* ___FOOTER */
footer
{
    background: #e6e6e6;
    overflow: hidden;
}
.contacto, .advertencia, .sitemap
{
    margin-top: 1%;
    text-align: center;
}
@media screen and (min-width:800px)
{
    .contacto, .advertencia, .sitemap
    {
        float: left;
        width: 31%;
    }
}
/* ___FOOTER END */
/* @@Site.Master PAGE END */

/* Estilos Generales END */

/* PAGES */
/* @@Default.aspx PAGE */
.cloudly
{
    overflow: hidden; /* background: url(../images/fondo_nube.jpg) no-repeat;  		 repeat; 		background: aliceblue; 		background: url(../imagenes/nubes.jpg) .2em repeat; 		*/
    background-size: cover;
}
.HomeRegistro, .HomeAcceso, .HomeImagenPortada
{
    /*text-transform: uppercase;*/
    min-height: 400px;
    font-family: Geneva,Tahoma,Verdana,sans-serif;
}
@media screen and (min-width:800px)
{
    .HomeRegistro, .HomeAcceso, .HomeImagenPortada
    {
        width: 29.33%;
        min-height: 425px;
        float: left;
        margin-top: 35px;
        margin-left: 2em;
        border: 2px solid blue;
        height: 425px;
    }
}
.HomeRegistro p, .HomeAcceso p, .HomeImagenPortada p
{
    width: 90%;
    margin: 7% 5% 5% 5%;
    text-align: center;
}

.HomeImagenPortada img
{
    width: 100%;
}
.HomeRegistro header, .HomeAcceso header, .HomeImagenPortada header
{
    background: blue;
    color: white;
    text-align: center;
    padding: 1% 2%;
    margin-bottom: 3%;
    font-weight: bold;
}
/* @@Default.aspx PAGE END */

/* @@EntidadesFinancieras.aspx PAGE */

.contenedorPrincipal
{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

.Entidades_Domicilio, .Entidades_Contactos, .Entidades_Personas_Contacto
{
    display: none;
}

.Entidades_Domicilio_Toggle:focus ~ .Entidades_Domicilio
{
    display: block;
}

/* ___Pestañas */

/* Tratamiento de las etiquetas */
/* Sección de las etiquetas con su contenido */
.tabs
{
    margin: 40px auto;
}

/* checkbox que permaneceran ocultos para el correcto funcionamiento (inputs hijos directos de tabs) */
.tabs > input
{
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

/* Texto de las etiquetas */
.tabs label
{
    background: #5ba4a4;
    background: -moz-linear-gradient(top, #5ba4a4 0%, #4e8c8a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba4a4), color-stop(100%,#4e8c8a));
    background: -webkit-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
    background: -o-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
    background: -ms-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
    background: linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    float: left;
    display: block;
    width: auto;
    color: #385c5b;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 2em .5em 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
    cursor: pointer;
}

/* Al pulsar en una etiqueta */
.tabs label:after
{
    content: '';
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    display: block;
}

/* Al pasar el rato por encima de una etiqueta */
.tabs input:hover + label
{
    background: #5ba4a4;
}

/* Profundidad de las etiquetas */
.tabs label:first-of-type
{
    z-index: 5;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-label-2
{
    z-index: 4;
}

.tab-label-3
{
    z-index: 3;
}

.tab-label-4
{
    z-index: 2;
}
.tab-label-5
{
    z-index: 1;
}
/* La etiqueta que esta seleccionada (La transicion) */
.tabs input:checked + label
{
    background: #fff;
    z-index: 10;
}

/* Limpiar margenes */
.clear-shadow
{
    clear: both;
}

/* Contenedor que engloba el contenido de todas las etiquetas */
.content
{
    background: #fff;
    position: relative;
    width: 100%;
    z-index: 5;
    overflow: visible;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
}

/* Contenedor con el contenido de las etiquetas (divs hijos directos de content) */
.content > div
{
    position: absolute;
    top: 0; /*     padding: 1% 3%;     */
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

/* Movimiento de cada uno de los contenedores de las etiquetas */
.content-1, .content-2, .content-3, .content-4, .content-5
{
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
}

/* Hacer vosible el contenido elegido dentro del contenido de las etiquetas */
.tabs input.tab-selector-1:checked ~ .content .content-1, .tabs input.tab-selector-2:checked ~ .content .content-2, .tabs input.tab-selector-3:checked ~ .content .content-3, .tabs input.tab-selector-4:checked ~ .content .content-4, .tabs input.tab-selector-5:checked ~ .content .content-5
{
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    z-index: 100;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.2s 0.1s;
    -moz-transition: all ease-out 0.2s 0.1s;
    -o-transition: all ease-out 0.2s 0.1s;
    -ms-transition: all ease-out 0.2s 0.1s;
    transition: all ease-out 0.2s 0.1s;
}

/* Cabeceras H dentro del contenido de las etiquetas */
.content div h2, .content div h3
{
    color: #398080;
}

/* Parrafo dentro del contenido de las etiquetas */
.content div p
{
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    text-align: left;
    margin: 0;
    color: #777;
    padding-left: 15px;
    font-family: Cambria, Georgia, serif;
    border-left: 8px solid rgba(63,148,148, 0.1);
}

/* ___Pestanas END */
/* Campos de las etiquetas */
/* ___Datos generales */
.campoTextBoxEFEntidad
{
    width: 480px;
    float: left;
    margin: 5px .5%;
}

.campoTextBoxEFEntidad input
{
    float: right;
    width: 70%;
}

.campoTextBoxEFSwiftEntidad
{
    width: 480px;
    float: left;
    margin: 5px .5%;
}

.campoTextBoxEFSwiftEntidad input
{
    float: right;
    width: 70%;
}

.campoTextBoxEFNombreEntidad
{
    width: 480px;
    float: left;
    margin: 5px .5%;
}

.campoTextBoxEFNombreEntidad input
{
    float: right;
    width: 70%;
}

.campoTextBoxEFSiglaEntidad
{
    width: 180px;
    float: left;
    margin: 5px .5%;
}

.campoTextBoxEFSiglaEntidad input
{
    float: right;
    width: 20%;
}

.campoTextBoxEFNIFEntidad
{
    width: 200px;
    float: left;
    margin: 5px .5%;
}

.campoTextBoxEFNIFEntidad input
{
    float: right;
    width: 50%;
}

.campoTextBoxEFActivoEntidad
{
    width: 100px;
    float: left;
    margin: 5px .5%;
}

/* ___Datos generales END */

/* ___Datos de domicilio */

.campoTextBoxEFSiglaViaEntidad
{
    width: 100px;
    float: left;
    margin: 5px 1%;
}

.campoTextBoxEFSiglaViaEntidad input
{
    float: right;
    width: 30%;
}

.campoTextBoxEFDirEntidad
{
    width: 425px;
    float: left;
    margin: 5px 1%;
}

.campoTextBoxEFDirEntidad input
{
    float: right;
    width: 70%;
}

.campoTextBoxEFNumeroEntidad
{
    width: 100px;
    float: left;
    margin: 5px 1%;
}

.campoTextBoxEFNumeroEntidad input
{
    float: right;
    width: 30%;
}

.campoTextBoxEFEscaleraEntidad
{
    width: 100px;
    float: left;
    margin: 5px 1%;
}

.campoTextBoxEFEscaleraEntidad input
{
    float: right;
    width: 30%;
}

.campoTextBoxEFPisoEntidad
{
    width: 100px;
    float: left;
    margin: 5px 1%;
}

.campoTextBoxEFPisoEntidad input
{
    float: right;
    width: 30%;
}

.campoTextBoxEFLetraEntidad
{
    width: 100px;
    float: left;
    margin: 5px 1%;
}

.campoTextBoxEFLetraEntidad input
{
    float: right;
    width: 30%;
}

.campoTextBoxEFCPEntidad
{
    width: 200px;
    float: left;
    margin: 5px 1%;
}

.campoTextBoxEFCPEntidad input
{
    float: right;
    width: 50%;
}
.campoTextBoxEFAnotacionesEntidad
{
    width: 100%;
    float: left;
    margin: 5px 1%;
}

.campoTextBoxEFAnotacionesEntidad input
{
    width: 578px;
    margin: 5px 3%;
}
/* ___Datos de domicilio END */

/* ___Datos de Contacto */

.campoTextBoxEFTLFEntidad, .campoTextBoxEFFaxEntidad
{
    width: 200px;
    float: left;
    margin: 5px 1%;
}

.campoTextBoxEFTLFEntidad input, .campoTextBoxEFFaxEntidad input
{
    float: right;
    width: 50%;
}

.campoTextBoxEFEmailEntidad, .campoTextBoxEFWebEntidad
{
    width: 525px;
    float: left;
    margin: 5px 1%;
}

.campoTextBoxEFEmailEntidad input, .campoTextBoxEFWebEntidad input
{
    float: right;
    width: 70%;
}
/* ___Datos de Contacto END */

/* ___Responsive Design EF */
@media screen and (max-width: 825px)
{
    .campoMovil
    {
        width: 98% !important;
        margin: 5px .5% !important;
    }
    .campoMovil input
    {
        float: right;
        width: 60% !important;
        margin: 2px 0 !important;
    }
}
/* ___Responsive Design EF END */
/* @@EntidadesFinancieras.aspx END */
/* @@REG-Usuario.aspx */

/* @@REG-Usuario.aspx END*/
/* @@RegComunidad.aspx */
.TiTuloREG
{
    text-align: center;
    color: #398080;
    margin-top: 25px;
}

/* ___PESTAÑAS Registro */

/* Tratamiento de las etiquetas */
/* Sección de las etiquetas con su contenido */
.tabs
{
    margin: 40px auto;
}

/* checkbox que permaneceran ocultos para el correcto funcionamiento (inputs hijos directos de tabs) */
.tabs > input
{
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

/* Texto de las etiquetas */
.tabs label
{
    background: #5ba4a4;
    background: -moz-linear-gradient(top, #5ba4a4 0%, #4e8c8a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba4a4), color-stop(100%,#4e8c8a));
    background: -webkit-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
    background: -o-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
    background: -ms-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
    background: linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    float: left;
    display: block;
    width: auto;
    color: #385c5b;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 2em .5em 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
    cursor: pointer;
}

/* Al pulsar en una etiqueta */
.tabs label:after
{
    content: '';
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    display: block;
}

/* Al pasar el rato por encima de una etiqueta */
.tabs input:hover + label
{
    background: #5ba4a4;
}

/* Profundidad de las etiquetas */
.tabs label:first-of-type
{
    z-index: 5;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-label-2
{
    z-index: 4;
}

.tab-label-3
{
    z-index: 3;
}

.tab-label-4
{
    z-index: 2;
}
.tab-label-5
{
    z-index: 1;
}

/* La etiqueta que esta seleccionada (La transicion) */
.tabs input:checked + label
{
    background: #fff;
    z-index: 6;
}

/* Limpiamos margenes */
.clear-shadow
{
    clear: both;
}

/* Contenedor que engloba el contenido de todas las etiquetas */
.pestanitasReg .content
{
    background: #fff;
    width: 100%;
    z-index: 5;
    overflow: visible;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
}

/* Contenedor con el contenido de las etiquetas (divs hijos directos de content) */
.pestanitasReg .content > div
{
    width: 0;
    height: 0;
    float: left;
    z-index: 1;
    opacity: 0;
    overflow: hidden;
    position: initial;
}

/* Hacer vosible el contenido elegido dentro del contenido de las etiquetas */
.tabs input.tab-selector-1:checked ~ .content .content-1, .tabs input.tab-selector-2:checked ~ .content .content-2, .tabs input.tab-selector-3:checked ~ .content .content-3, .tabs input.tab-selector-4:checked ~ .content .content-4, .tabs input.tab-selector-5:checked ~ .content .content-5
{
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    z-index: 100;
    width: 100%;
    height: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.2s 0.1s;
    -moz-transition: all ease-out 0.2s 0.1s;
    -o-transition: all ease-out 0.2s 0.1s;
    -ms-transition: all ease-out 0.2s 0.1s;
    transition: all ease-out 0.2s 0.1s;
}
/* ___PESTAÑAS Registro END */
/* @@Reg-Comunidad.aspx END */

/* Cuentas.aspx */
/* ___Menu top END */
div.Panel1
{
    display: inline-block;
}

#SeleccionarPagina
{
    width: 3.5em;
}

#ButtonCambiarPagina
{
    display: none;
}

.menuTOP
{
    text-align: center;
}
/* ___Menu top END */
/* @@Cuentas.aspx END */

/* @@Contacto.aspx */

/* @@Contacto.aspx END */
/* @@Crear-Elemento-Division-Horizontal.aspx */

/* @@Crear-Elemento-Division-Horizontal.aspx END*/
/* PAGES END */

table
{
    margin-top: 10px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    -webkit-box-shadow: 0px 2px 1px 5px rgba(242, 242, 242, 0.1);
    box-shadow: 0px 2px 1px 5px rgba(242, 242, 242, 0.1);
}

.zebra
{
    border: 1px solid #555;
}

.zebra td
{
    border-left: 1px solid #555;
    border-top: 1px solid #555;
    padding: 10px;
    text-align: left;
}

.zebra th, .zebra th:hover
{
    border-left: 1px solid #555;
    border-bottom: 1px solid #828282;
    padding: 20px;
    background-color: #151515 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#151515), to(#404040)) !important;
    background-image: -webkit-linear-gradient(top, #151515, #404040) !important;
    background-image: -moz-linear-gradient(top, #151515, #404040) !important;
    background-image: -ms-linear-gradient(top, #151515, #404040) !important;
    background-image: -o-linear-gradient(top, #151515, #404040) !important;
    background-image: linear-gradient(top, #151515, #404040) !important;
    color: #fff !important;
    font-weight: normal;
}

.zebra tbody tr:nth-child(even)
{
    background: #000 !important;
    color: #fff;
}
/*
.zebra tr:hover *{
    background: #eeeeee;
	color:#000;
}
*/

.zebra td:hover
{
    background: #eeeeee !important;
    background: white !important;
    color: #000 !important;
}
.zebra tr
{
    background: #404040;
    color: #fff;
}





/*############################################MIGUEL Y ESTEBAN############################################*/

/*Validacion de usuarios*/
.validation-summary-errors li
{
    color: red;
    font-family: Cambria,Georgia,serif;
    font-size: 1em;
    font-weight: bold line-height: 22px;
    margin-bottom: 5px;
}


.field-validation-error
{
    color: red;
    font-family: Cambria,Georgia,serif;
    font-size: 1em;
    font-weight: bold line-height: 22px;
    margin-bottom: 5px;
}
/*a.active
{
    background: black;
    background: #398080;
    background: Green;
}*/

.derecha
{
    float: right;
}

.izquierda
{
    float: left;
}

.comunidad
{
    width: 100%;
    height: 100%;
}


.textoPortada
{
    margin-left: 30px;
    margin-right: 30px;
    font-family: Geneva,Tahoma,Verdana,sans-serif;
    font-size: 0.95em;
    text-align: justify;
    
    margin-bottom: 10px;
    margin-top: 10px;
    color:Black;
}


.notaIndex
{
    font-family: Geneva,Tahoma,Verdana,sans-serif;
    font-size: 0.90em;
    text-align: justify;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    color:Black;
}
 .notaPlantilla, .notaComunidad p
{
    font-family: Geneva,Tahoma,Verdana,sans-serif;
    font-size: 1.0em;
    text-align: justify;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    color:Black;
}

.parrafoNota
{
    
    padding: 5px;
    font-size: 80%;
    
}

.parrafoNota2
{
    padding-left: 10px;
    padding-top: 3px;
    
}
.notaIndex
{
    background-color: Yellow;
    border: medium solid blue;
    height: 120px;
    width: 340px;
    margin: 20px auto;
    border-radius: 19px;
}

.notaPlantilla
{
    background-color: Yellow;
    border: medium solid blue;
    height: 120px;
    width: 33%;
    margin: 70px auto 0px auto;
    border-radius: 19px;
}

.notaComunidad
{
    background-color: Yellow;
    border: medium solid blue;
    height: 68px;
    width: 64%;
    border-radius: 19px;
    margin-top:100px;
    margin-left:20px;
    display: inline-block;
}


.logo img
{
    width: 360px;
}

.emailIndex header
{
    background: none repeat scroll 0 0 blue;
    color: white;
    font-weight: bold;
    font-family: Geneva,Tahoma,Verdana,sans-serif;
    padding: 1% 2%;
    text-align: center;
    width: 167px;
    display: inline;
    margin-left: 31px;
}


.CampoFormularioEmail, textarea
{
    padding: .25%;
    margin-bottom: .25%;
    outline: none;
    margin: .5%;
    transition: all 0.15s ease-in-out;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.2);
    width: 440px;
}

.buttonFormularioEmail
{
    padding: 1%;
    margin-bottom: .25%;
    outline: none;
    transition: all 0.15s ease-in-out;
    background: blue;
    color: white;
    cursor: pointer;
}

.LabelPrincipal
{
    background:blue;
    width:50%;
    height:40px;   
    float:left;
    margin-right:20px;
    margin-left:20px;
}

.LabelPrincipal p{
    font-family: Geneva,Tahoma,Verdana,sans-serif;
    font-size: 1.0em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    color: White;
    padding-top:2x;
    padding-left:10px;
   
    
}
.Prueba
{
    margin-top:10px;
}

.TablaSimple ,.TablaGeneral header
{
    background:blue;
    color: White;
    font-family: Geneva,Tahoma,Verdana,sans-serif;
    font-size: 1.0em;
    text-align: center;
    font-weight: bold;
    height:34px;
    
}

.TablaGeneral
{
    width:64%;
    margin-top:1em;
    margin-left:20px;
    height:383px;
    float:left;
}



.TablaSimple
{
    /*box-shadow: inset 0 0 0 1px blue;*/
    background:none;
    float:left;
    width:50%;;
    height:383px;
}

.imagenTabla
{
    border:1px solid blue;
    background:none;
    float:right;
    width:30%;;
    height:431px;
    margin-top:16px;
}

.divImagenIncidencia
{
    margin-top: 10px;
    margin-bottom: 10px;
   margin-left: auto;
   margin-right: auto;
    background:none;
    width:400px;
    height:300px;

    float: left;
    
}

.divTextoNoImagenIncidencia
{
    margin-top: 10px;
    margin-bottom: 10px;
   margin-left: auto;
   margin-right: auto;
    background:none;
    width:400px;
    height:30px;

    float: left;
    
}
.buttonRelieve
{
    background: #1CBA0C;  /* Fondo, debe ser más claro que el borde */
    border: 5px outset #0C4F05;  /* Grosor del Borde */  /* Color del Borde */
    color: white;  /* Color del texto */
    text-align: center;  /* Alineación del texto */
    text-shadow: -1px -1px rgba(0,0,0,.2); 
    padding:8px;
    
}

.divButtonRelieve
{
    float:right;
    margin-top:-45px;
    width:30%;
    
}


/* WebGrid Styles*/

.gridtable thead,
.gridtalbe thead a:link,
.gridtable thead a:hover,
.gridtable thead a:visited, 
.gridtable header
{
    color:#FFFFFF;
    text-align center;
    
}

.gridtable tfoot,
.gridtable tfoot a:link,
.gridtable tfoot a:hover,
.gridtable tfoot a:visited
{
 text-align: center;
 background-color: 7B94D0;
 color:White;
    
}
    
.gridtable-header
{
    background-color:7B94D0;
}    
    
.gridtable-alt
{
    background-color:BCC8E4;
}

.gridtable
{
    width:100%;
}

.gridtable th
{
    border: 1px solid #C0C0C0;
    padding: 5px;
    background-color:7B94D0;
    
}

.BackButton{
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  -webkit-box-shadow: 5px 6px 3px #666666;
  -moz-box-shadow: 5px 6px 3px #666666;
  box-shadow: 5px 6px 3px #666666;
  font-family: Courier New;
  color: #ffffff;
  font-size: 25px;
  padding: 12px 20px 10px 20px;
  border: solid #1f628d 5px;
  text-decoration: none;
}

.BackButton{
  background: #67b8eb;
  background-image: -webkit-linear-gradient(top, #67b8eb, #3498db);
  background-image: -moz-linear-gradient(top, #67b8eb, #3498db);
  background-image: -ms-linear-gradient(top, #67b8eb, #3498db);
  background-image: -o-linear-gradient(top, #67b8eb, #3498db);
  background-image: linear-gradient(to bottom, #67b8eb, #3498db);
  text-decoration: none;
}

.DropDownList
{
    width:100%;
}

.ButtonSelection
{
    background: none repeat scroll 0 0 #0059b3;
    color: white;
    cursor: pointer;
    height: 3em;
    margin-bottom: 0.25%;
    outline: medium none;
    padding: 10%;
    width: 10em;   
}


.reserva
{
    background-color:Blue;
    
    }
    
.ocupado 
{
    background-color:Green;
    
    }
    
    
.elminiarR A:hover:before
{
    content:"Eliminar ";
    }
    
    
#PanelBandejaEntrada
{
    width: 370px;
    height: 350px;
    overflow: scroll;
    border:solid;
    border-width:5px;
}

.botonVolverPrincipal
{
    
    float: right; margin-right: 50px; margin-bottom: 0px; margin-top: -20px;
}


.cuerpoMenuAdministrador
{
     width: 1700px;
}
.ContenedorMenu
{
    float:left;
}

.fieldVotaciones
{
    width: 60%;
}


.DivTiposElementosDH { 
     width: 100%;
     overflow: scroll;
     overflow-x: hidden;
}

.TablaBasesFactura 
{
    width: 100%;
   border-spacing: 10px 50px;
}

.TablaBasesFactura th {
    padding-bottom: 10px;
    text-align: center; 
    vertical-align: middle; 
    
}

.TablaBasesFactura input {
   
    text-align: center; 
    vertical-align: middle; 
}


.TablaIRPF 
{
    width: 100%;
   border-spacing: 10px 50px;
}

.TablaIRPF th 
{
   
    padding-bottom: 2px;
    text-align: center; 
    vertical-align: middle; 
  
     
}

.TablaIRPF input {
   
    text-align: center; 
    vertical-align: middle; 
}
.ContenidoPagina 
{
    
    /*border: 2px solid #73AD21;*/
}

.MenuDesplegable
{
    float:left;

     /*border: 2px solid #73AD29;*/
}

.CuerpoMenu
{
     width: 1700px;
    /** border: 2px solid #8A2D40;*/
}

