body{
    color: black;
    margin: 0;
    padding: 0;
    font-family: tahoma, Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: right;
    background-image: url('');
}

.wrapper{
    width: 980px;
    margin: 0 auto;
    text-align: left;
}

.header{
    height: 100px;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
}

/*HEADER*/
.header .logo{
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    width: 672px;
    height: 100px;
    float: left;
    position: relative;
    cursor: pointer;
}

.header .logo .tooltip{
    background-image: url("../images/back.png");
    width: 150px;
    height: 12px;
    position: absolute;
    left: 5px;
    bottom: 7px;
    font-size: 12px;
    padding-left: 15px;
    background-repeat: no-repeat;
    display: none;
}

.header .memberArea{
    background-image: url('../images/btnZonaDeAfiliados.png');
    width: 288px;
    height: 52px;
    float: right;
    cursor: pointer;
    margin-top: 25px;
}

.header .memberArea:hover{
    background-position: left bottom;
}

/*MENU*/
.menu{
    background-image: url('../images/bgMenu.png');
    height: 40px;
}

.menu .dynamic{
    float: left;
    width: 830px;
}

.menu .dynamic div.option{
    height: 18px;
    float: left;
    padding: 11px 7px;
}

.menu .dynamic div.option:hover{
    background-image: url('../images/bgMenu2.png');
}

.menu .dynamic div.option>a{
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    display: block;

}

.menu .dynamic div.selected{
    background-image: url('../images/bgMenuOver.png');
}

.menu .dynamic div.divider{
    background-image: url('../images/menuDivider.png');
    width: 2px;
    height: 40px;
    float: left;
}

.menu .contactBtn{
    float: right;
    background-image: url('../images/btnContactenos.png');
    width: 109px;
    height: 30px;
    margin-right: 12px;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
}

.menu .contactBtn div.formC{
    background-image: url("../images/contactWindow.png");
    width: 242px;
    height: 307px;
    padding-top: 50px;
    padding-left: 35px;
    position: absolute;
    z-index: 100000;
    right: -10px;
    top: -9px;
    display: none;
}

.menu .contactBtn div.formC label{
    display: block;
    margin-top: 10px;
}

.menu .contactBtn div.formC input{
    display: block;
    margin-top: 5px;
}

.menu .contactBtn div.formC textarea{
    display: block;
}

.send{
    background-image: url("../images/btnEnviar.png");
    background-repeat: no-repeat;
    width: 116px;
    height: 32px;
    margin-top: 10px;
    cursor: pointer;
    padding: 0 !important;
}
.send:hover{
    background-image: url("../images/btnEnviar.png");
    background-position: left bottom;
}

.later{
    height: 32px;
    margin-top: 5px;
    cursor: pointer;
    padding: 0 !important;
}



div.formC .contactLoader{
    background-image: url("../images/loaderSmall.gif?id=1");
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: none;
}

div.formC .contactOk{
    background-image: url("../images/sendOk.png");
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: none;
}

div.formC .iconError{
    background-image: url("../images/iconError.png");
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: none;
}

/*SUBMENU*/
.submenu{
    position: absolute;
    background-image: url('../images/bgSubmenu.png');
    max-width: 359px;
    padding-top: 17px;
    z-index: 100000;
    top: 128px;
    background-repeat: no-repeat;
    display: none;
}

.private{
    top: 328px;
}

.submenu div{
    width: 195px;
    float: left;
}

.submenu a{
    display: block;
    color: white;
    padding: 10px;
    font-weight: bold;
    font-size: 11px;
}

.submenu a:hover{
    background-image: url('../images/bgSubmenuHover.png');
    background-color: #4d004c;
    text-decoration: none;
}

.submenu div.dividerSub{
    background-image: url('../images/dividerSub.png');
    height: 2px;
}

/*BANNER*/
.bannerSpacer{
    width: 980px;
    height: 10px;
    background-color: white;
}

.banner {
    padding: 0;
    width: 980px;
    height: 300px;
    background: #000 url('../libraries/orbit1.2.3/orbit/loading.gif') no-repeat center center;
    overflow: hidden;
}

.banner>img, .banner>div, .banner>a {
    width: 980px;
    height: 300px;
    display: none;
}

/*CONTENT*/
.content {
    padding: 30px 10px 30px 10px !important;
    background-color: white;
}

.content .news{
    width: 400px;
    float: left;
    height: 320px;
    overflow: hidden;
}

.content .news .new{
    margin: 10px 0 20px 0;
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
    cursor: pointer;
    border:  1px solid #fff;
}

.content .news .new:hover{
    background-color: #f3fee2;
    border-color: #ccff99;
}

.content .news .new .date{
    font-size: 12px;
    font-weight: bold;
    color: #75ca00;
}

.content .news .new .title{
    font-size: 13px;
    font-weight: bold;
    color: #569204;
}

.content .news .new .text{
    color: gray;
    margin-top: 5px;
    height: 65px;
    overflow: hidden;
}

.content .news .new a{
    color: black;
    display: block;
    margin-top: 5px;
    font-weight: bold;
}

.content .divider{
    background-image: url('../images/contentDivider.png');
    width: 15px;
    height: 283px;
    float: left;
    margin: 0 10px;
}

.content .memberArea{
    width: 296px;
    float: left;
}

.content .memberArea .error{
    background-image: url('../images/bgError.png');
    background-repeat: no-repeat;	
    width: 227px;
    height: 19px;
    padding-left: 30px;
    padding-top: 4px;
    margin: 10px auto;
    color: white;
    display: none;
}
.content .memberArea form{
    width: 200px;
    margin: 10px auto;
}

.content .memberArea form label{
    margin-top: 7px;
    margin-bottom: 3px;
    display: block;
}

.content .memberArea .registrese{
    background-image: url("../images/btnRegistrese.png");
    width: 254px;
    height: 50px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 10px;
}

.content .memberArea .registrese:hover{
    background-position: left bottom;
}

.content .banners{
    width: 229px;
    height: 309px;
    color: white;
    float: right;
    margin-top: 10px;
}

.formCalc{
    width: 229px;
    height: 230px;
    color: white;
    background-image: url('../images/bgCalculadora.png');
}

.content .c1{
    float:left;
    width: 700px;
}

.content .c2{
    float:left;
    margin-left: 20px;
    width: 229px;
}

/*FOOTER*/
.foot{
    background-image: url('../images/bgFoot.png');
    background-repeat: repeat-x;
    height: 95px;
    background-color: #E7FFB4;
    padding-top: 41px;
}

.foot .data{
    float: left;
    width: 800px;
}

.foot .logo{
    background-image: url('../images/logoFoot.png');
    width: 144px;
    height: 38px;
    float: right;
}

/*OTHERS*/


h1{
    color: #4d044c;
    padding: 0;
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1px;
}

h2{
    color: #616ab5;
    padding: 0;
    margin: 0;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: -1px;
    text-align: center;
    padding-top: 10px;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.clear{
    clear: both;
    float: none;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

form{
    padding: 0;
    margin: 0;
}

label{
    padding: 0;
    margin: 10;
    color: #333333;
}

input{
    padding: 4px;
    width: 190px;
    border-radius: 20px;   
    /*background-image: url("../images/bgInput.png");
    background-repeat: repeat-x;*/
    font: helvetica;
}

input[type=checkbox]{
    width: 10px !important;
}

input[type=radio]{
    width: 10px !important;
}

textarea{
    padding: 4px;
    width: 188px;
    border: 1px solid #4e59a5;
    /*background-image: url("../images/bgInput.png");
    background-repeat: repeat-x;*/
    font: inherit;
}


select{
    padding: 4px;
    width: 188px;
    border: 1px solid #b8b8b8;
    font: inherit;
}

input[type=submit]{
    padding: 0;
    margin-top: 5px;
    border: none;
    height: 26px;
    cursor: pointer;
    background-color: #616ab5;
    border: 1px solid #616ab5;
    color: white;
    width: 80px;
    background-image: none;
}

input[type=button]{
    padding: 0;
    margin-top: 5px;
    border: none;
    height: 26px;
    cursor: pointer;
    background-color: #616ab5;
    border: 1px solid #616ab5;
    color: white;
    width: 80px;
    background-image: none;
}

/*PANEL DE ASOCIADOS*/
.infoBar{
    color: black;
    font-size: 12px;
}

.infoBar .foto{
    width: 128px;
    height: 145px;
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    position: relative;
}

.infoBar .foto form{
    position: absolute;
    right: 140px;
    bottom: 15px;
}

.infoBar .foto .picc{
    width: 128px;
    height: 128px;
    background-color: white;
    border:  1px solid gray;
    background-repeat: no-repeat;
    background-image: url("../images/profile.png");
}

.infoBar .c1{
    width: 600px;
    float: left;
}



.salir{
    background-image: url("../images/btnSalir.png");
    width: 71px;
    height: 27px;
    float: right;
    margin-right: 14px;
    margin-top: 2px;
    cursor: pointer;
}

.salir:hover{
    background-position: left bottom;
}

#carne{
    background-image: url("../images/bgCarne.png");
    width: 279px;
    height: 320px;
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
}

#carne .foto{
    width: 128px;
    height: 128px;
    background-color: white;
    border:  1px solid gray;
    position: absolute;
    top: 70px;
    left: 75px;
    background-repeat: no-repeat;
    background-image: url("../images/profile.png");
}

#carne .nombre{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    color: white;
    text-align: center;
    position: absolute;
    top: 210px;
    left: 10px;
    width: 250px;
}

#carne .cedula{
    font-size: 14px;
    color: white;
    text-align: center;
    position: absolute;
    top: 260px;
    width: 250px;
    left: 10px;
}

#carne .mipagina{
    text-align: left;
    position: absolute;
    top: 290px;
    width: 125px;
    left: 20px;
}

#carne .mipagina a{
    font-size: 14px;
    color: #90ee90;
}

#carne .salir{
    background-image: none;
    padding: 0;
    text-align: right;
    position: absolute;
    top: 290px;
    width: 125px;
    right: 10px;
}

#carne .salir a{
    font-size: 14px;
    color: #90ee90;
}

#tabs{
    margin-top: 35px;
    position: relative;
    height: 36px;
}

#tabs .tab{
    height: 36px;
    cursor: pointer;
    top: 0;
    position: absolute;
}

#tabs div.selected{
    z-index: 20;
    background-position: left bottom;
}

#tabs .estado{
    background-image: url("../images/tabEstado.png");
    width: 150px;
    left: 0;
    z-index: 12;
}

#tabs .actualizacion{
    background-image: url("../images/tabActualizacion.png");
    width: 183px;
    left: 130px;
    z-index: 11;
}

#tabs .solicitudes{
    background-image: url("../images/tabSolicitudes.png");
    width: 123px;
    left: 293px;
    z-index: 10;
}

#tabs .opinion{
    background-image: url("../images/tabOpinion.png");
    width: 193px;
    left: 400px;
    z-index: 9;
}

#tabs .junta{
    background-image: url("../images/tabJunta.png");
    width: 193px;
    left: 575px;
    z-index: 8;
}

table.data{
    margin-top: 25px;
}

table.data th{
    background-color: black;
    background-image: url("../images/bgTableHead.png");
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-align: left;
    letter-spacing: 1px;
}

table.data tr.titles td{
    background-image: url("../images/bgTableHead2.png");
    color: black;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #D8ACE6;
}

table.data td{
    text-align: center;
    border-bottom: 1px solid gray;
}

.disclaimer{
    background-color: #fafad2;
    border: 1px solid #E8CF6E;
    padding: 10px;
    margin-top: 20px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background-image: url("../images/alert.png");
    background-repeat: no-repeat;
    padding-left: 80px;
    background-position: 15px 0;
}

div.form label{
    display: block;
    background-color: black;
    background-image: url("../images/bgTableHead.png");
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-align: left;
    letter-spacing: 1px;
    padding: 6px;
}

div.form label.mensaje{
    background-color: #7b0000;
}


div.form div{
    padding: 10px;
}

div.form td.label{
    text-align: right;
}

div.form td input{
    width: 280px;
}

div.form td textarea{
    width: 280px;
}

div.form td input.small{
    width: 150px;
}

div.form .guardar{
    background-image: url("../images/btnGuardar.png");
    width: 115px;
    height: 33px;
    cursor: pointer;
    padding: 0;
}

div.form .guardar:hover{
    background-position: left bottom;
}

.loader{
    display: none;
}

.calculadora{
    padding: 10px;
    padding-top: 30px;
    position: relative;
}

.calculadora label{
    color: #ffc7fb !important;
    margin-top: 7px;
    margin-bottom: 3px;
    display: block;
}

.calculadora .mensaje{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
}

.calculadora .info{
    background-image: url("../images/bgCreditoInfo.png");
    width: 235px;
    height:101px;
    position: absolute;
    top: -85px;
    left:-275px;
    z-index: 1000;
    display: none;
    padding: 20px;
    padding-top: 40px;
    padding-right: 40px;
    color:#000000;
    font-size: 10px;
}

.calculadora .info .cerrar{
    background-image: url("../images/btnCloseInfo.png");
    width: 21px;
    height:21px;
    position: absolute;
    top: 10px;
    right: 40px;
    z-index: 1001;
    cursor: pointer;
}

.texto{
    font-size: 16px;
    line-height: 1.1;
}


.candidato{
    cursor: pointer;
    float: left;
    width: 290px;
    margin-left: 4px;
    margin-bottom: 4px;
    padding: 5px;
    border:  1px solid #b4b4b4;
    position: relative;
}

.candidato .numero{
    background-color: #82b420;
    width: 30px;
    float: left;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    height: 15px;
    margin-right: 5px;
}

.candidato .data{
    width: 355px;
    float: left;
}

.candidato .data .nombre{
    font-size: 14px;
    color: black;
    font-weight: bold;
}

.candidato:hover{
    background-color: #f7e8f4;
    border:  1px solid #bc83b2;
}

.candSelected{
    background-color: #f7e8f4;
    border:  1px solid #bc83b2;
}

.loadingCand{
    background-image: url('../images/loadingCandidato.gif');
    height: 50px;
    width: 50px;
    position: absolute;
    top: 1px;
    right: 2px;
    display: none;
}

.okCand{
    background-image: url('../images/okCand.png');
    height: 48px;
    width: 48px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.contactBtn .close{
    background-image: url("../images/btnCloseInfo.png");
    width: 21px;
    height:21px;
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 10011;
    cursor: pointer;
}

a{
    color: black;
    text-decoration: none;
}

.album{
    width: 128px;
    height: 148px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-image: url("../images/bgAlbum.png");
    cursor: pointer;
    background-repeat: no-repeat;
    vertical-align: bottom;
    float: left;
}

.album .pic{
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 30px auto 10px auto;
    border: 5px solid white;
    box-shadow: 1px 1px 5px #000;
    -moz-box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
    background-color: white;
    vertical-align: middle;
}

.album .name{
    text-align: center;
}

.foto{
    float: left;
    width: 300px;
    height: 340px;
    border: 15px solid white;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 5px #000;
    -moz-box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
    position: relative;
}

.foto .pic{
    position: absolute;
}

.foto .name{
    width: 300px;
    height: 30px;
    line-height: 30px;
    color: white;
    background-color: #320831;
    position: absolute;
    bottom: 0;
    text-align: center;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

div#formJ{
    background-image: url("../images/contactWindow2.png");
    width: 242px;
    height: 303px;
    padding-top: 33px;
    padding-left: 35px;
    position: absolute;
    z-index: 100000;
    right: 7px;
    top: -314px;
    display: none;
}

div#formJ label{
    display: block;
    margin-top: 7px;
}

div#formJ input{
    display: block;
    margin-top: 3px;
}

div#formJ textarea{
    display: block;
}

.send{
    background-image: url("../images/btnEnviar.png");
    background-repeat: no-repeat;
    width: 116px;
    height: 32px;
    margin-top: 10px;
    cursor: pointer;
    padding: 0 !important;
}
.send:hover{
    background-image: url("../images/btnEnviar.png");
    background-position: left bottom;
}

div#formJ .contactLoaderJ{
    background-image: url("../images/loaderSmall.gif?id=1");
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    bottom: 35px;
    display: none;
}

div#formJ .contactOkJ{
    background-image: url("../images/sendOk.png?id=1");
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    bottom: 35px;
    display: none;
}

div#formJ .iconErrorJ{
    background-image: url("../images/iconError.png?id=1");
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    bottom: 35px;
    display: none;
}

.junta{
    background-image: url("../images/btnContacteJunta.png");
}

h3{
    color: #72cd32;
    border-bottom: 1px solid #befa93;
    font-size: 18px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.btnHome{
    background-image: url("../images/home.png");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.btnHome:hover{
    background-position: left bottom;
}

.corpMail{
    display: block;
    padding-left: 20px;
    text-decoration: none;
    background-image: url("../images/iconMail.png");
    background-repeat: no-repeat;
    margin-top: 15px;
    color: #006400;
}

img{
    border:  none;
}

.forgot{
    background-image: url("../images/btnForgot.png");
    width: 127px;
    height: 15px;
    margin: 10px auto 0 auto;
    cursor: pointer;
    display: none;
    float: right;
}

.forgot:hover{
    background-position: left bottom;
}
