/* inicio form consulta a socio */
#mensajeConsulta {
    width: 400px;
    margin: auto;
    margin-bottom: 10px;
}
#formConsulta form {
    margin: 6px auto auto auto;
    width: 460px;
}
#formConsulta h1, #formRecomendar h1 {
    color: #085190;
    margin: auto auto 10px auto;
    background-color: #F6FAFD; /* #F9F9F9; */
    text-align:center;
    font-size:14px;
    color:#615357;
    padding: 6px;
    color: #619AD1;
}
#formConsulta form #mensajeForm, .ventanaEmergente #mensajeForm, #formRecomendar form #mensajeFormRecomendar, .ventanaEmergente #mensajeFormRecomendar
{
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
}
#formConsulta form label, #formRecomendar form label {
    width: 120px;
}
#formConsulta form input, #formConsulta form textarea,
#formRecomendar form input, #formRecomendar form textarea {
    border: 1px solid #C8D2D9;
    padding: 3px;
    float: left;
    margin-left: 10px;
    margin-bottom: 6px;
}
#formConsulta form input.hidden {
    display: none;
}
#formConsulta form .img_big_pic, #formRecomendar form .img_big_pic {
    float: left;
    margin-left: 10px;
}
#formConsulta form input#enviar, #formRecomendar form input#enviar {
    background: transparent;
    width: 70px;
}
#formConsulta form img, #formRecomendar form img {
    display:block;
    margin: 4px;
    margin-left: 20px;
    border: 1px solid #CCCCCC;
}
/* fin form consulta a socio */

/* * html  */
.load {
    background-image: url(/public/imgs/load.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
/* TIP */
#tip {
    position: absolute;
    display: none; /* visibility: hidden; */
    background-image: url(/public/imgs/tri.gif);
    background-repeat: no-repeat;
    padding: 14px 0px 14px 0px;
}
.tipTL { background-position: top left; }
.tipTR { background-position: top right; }
.tipBL { background-position: bottom left; }
.tipBR { background-position: bottom right; }
.tipLoad {
	background-image: url(/public/imgs/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100px;
    height: 50px;
}
.tipBkgA {
    background-image: url(/public/imgs/cir.gif);
    background-repeat: no-repeat;
    background-position: top left;
}
.tipBkgB {
    background-image: url(/public/imgs/cir.gif);
    background-repeat: no-repeat;
    background-position: top right;
}
.tipBkgC {
    background-image: url(/public/imgs/cir.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.tipBkgD {
    background-image: url(/public/imgs/cir.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.tipBkgE {
    background-color: #F4F5F7;
    padding: 8px;
    margin-left: 16px;
    margin-right: 16px;
    width: auto;
}
#tipCerrar {
    padding: 8px 0px 0px 0px;
    border: 1px solid #F4F5F7;
    text-align:right;
}
#tipCerrar img {
    cursor: pointer;
}
#tipContData {
    border: 1px solid #F4F5F7;
    background-color: #F4F5F7;
    padding: 0px 16px 0px 16px;
}
#tipData {
    border: 1px solid #F4F5F7;
}
#tipData h3 {
    border: 1px solid #F4F5F7;
    margin: 0px;
    padding: 0px;
    margin-bottom: 4px;
}
#tipData center img {
    margin-top: 4px;
}
#tipData div {
    font-size: 11px;
}
/* LISTADOS */
.socios {
    padding: 0px;
    margin: 0px;
}
.socios ul {
    list-style: none;
    width: 260px;
    padding: 0px;
    margin: 0px;
}
.socios ul.colIzq li .imglogo, .socios ul.colDer li .imglogo, #loadLogo {
    display: none;
}
.socios ul.colIzq {
    float: left;
    margin-left: 30px;
}
.socios ul.colDer {
    /* float: right; */
    float: left;
}
.socios ul li {
    margin: 0px;
    padding: 0px;
}
.socios ul li a {
    color: #666666;
    text-decoration: none;
    margin-bottom: 6px;
}
.socios ul li a:hover  {
    color: #000000;
}

/* USER ESTATICO */
.tituloMedio {
    margin-bottom: 10px;
}
.socio {
    padding-left: 240px;
}
.infoSocio {
    text-align: center;
}
.socio h3 {
    margin: 0px 0px 4px 0px;
    padding: 0px;
}
.socio img {
    margin-top: 4px;
    margin-bottom: 10px;
    padding: 4px;
    border: 1px solid #DDDDDD;
}
.socio ul {
    list-style: none;
    width: 350px;
    margin: auto;
}
.socio ul li {
    text-align: left;
}
.socio ul li span {
    font-weight: bold;
}
.socio ul li a {
    text-decoration: none;
    color: #333333;
}
.socio ul li.direccion {
    text-align: center;
}

.click {
    cursor: pointer;
}
.click:hover {
    color: #2E67A0;
    text-decoration: underline;
}


/* win*/
#sombraWin {
    display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
    height: 100%;
    background-color: #699FBB; /**/
	-moz-opacity:0.3;
	opacity:0.3;
    filter: alpha(opacity=30);
    z-index: 102;
}
#contenidoWin {
    position: absolute;
	top: 0px;
	left: 0px;
    display: none;
    width: 100%;
    height: 100%;
    margin: auto;
    background: transparent;
    text-align: center;
    z-index: 103;
}
#cabeceraWin {
    border: 2px solid #497295;
    margin:auto;
    margin-top:60px;
    width: 600px;   /*7*/
    height: 22px;
    text-align: right;
    vertical-align: middle;
    background-color: #497295;
}
#cabeceraWin .titulo {
    float: left;
    width: 90%;

    display: inline-block;
    text-align: left;
    padding-left: 10px;
    vertical-align: middle;
    color:#FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin: 4px 0px 0px 0px;
}
#cabeceraWin .clouse {
    background-image: url("/public/imgs/clousebwblue.jpg");
    background-repeat: no-repeat;
    background-position: center right;
    display: inline-block;
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
}
#cuerpoWin {
    border: 2px solid #497295;
    margin:auto;
    width: 600px;/*7*/
    height: 460px;
    overflow: hidden;
    background-image: url(/public/imgs/load.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}
#cuerpoWin iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
/* oculta el titulo de los formularios en las ventanas emergentes */
.ventanaEmergente h1 {
    display:none;
}