#content {
    width: 900px;
    margin: 0px auto;
    padding: 2em 1em;
}

#header {
	background-color: #EBE9EA;
    border: 1px solid #D2D2D2;
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 10px;
    text-align: center;
    width: 900px;
    min-height: 150px;
}

#column-right {
	background-color: #EBE9EA;
    border: 1px solid #D2D2D2;
    border-radius: 8px 8px 8px 8px;
    float: right;
    min-height: 225px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    width: 180px;
	padding-top:10px;
}

#central {
	background-color: #EBE9EA;
    border: 1px solid #D2D2D2;
    border-radius: 8px 8px 8px 8px;
    float: left;
    min-height: 225px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 685px;
	padding:10px;
}

#footer {
	background-color: #EBE9EA;
    border: 1px solid #D2D2D2;
    border-radius: 8px 8px 8px 8px;
    margin-top: 10px;
    text-align: center;
    clear: left;
    width: 900px;
    min-height: 100px;
}
.popup{
    color: #FFF!important;
    left: -250px;
    position: absolute;
    top: -150px;
    width: 100%;
    z-index: 1001;
}
.popup-der{
    color: #FFF!important;
    left: -600px;
    position: absolute;
    top: -150px;
    width: 100%;
    z-index: 1001;
}
.content-popup {
	margin:0px auto;
	margin-top:120px;
	position:relative;
	padding:10px;
	width:800px;
	min-height:250px;
    height: 550px;
	border-radius:4px;
	background-color:#01273A;
	box-shadow: 0 2px 5px #666666;
}

.content-popup h2 {
	color:#48484B;
	border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
}

.popup-overlay {
	left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
	display:none;
	background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

.close {
    right: 15px;
    top: 100%;
}

.popup h3{
    color: #FFF;
}

.pop-up-afiliados{
    font-size: 1.5em;
    left: -10px!important;
    top: 0px!important;
}
.pop-up-secretario{
    top: -11px!important;
    left: 5px;
}
.pop-up-domicilio{
    top: -6px!important;
    left: 5px;
    font-size: 0.8em!important;
}
.pop-up-telefono{
    top: -2px!important;
    left: 5px;
    font-size: 0.8em!important;
}
.pop-up-web{
    top: -5px!important;
    left: 5px;
    font-size: 0.8em!important;
}
.pop-up-texto{
    font-size: 0.8em!important;
    text-align: right!important;
}

/*POP UP DE FOTOS*/
.popupfoto {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popupfoto .popupfototext {
    visibility: hidden;
    /*width:800px;*/
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popupfoto .popupfototext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popupfoto .showfoto {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}