
.Orga_Container {
	width:80%;
	margin:0 auto;
	position:relative;
	text-align:center
}

.Orga_Container_Imagenes {
position:relative; margin:0 auto;
display:inline-block;
padding:5% 1%;
background:#fff;
/*border-bottom:30px solid #468ab1;*/
border:2px solid #468ab1;
box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
box-sizing:border-box;
/*border-radius:2px*/
}


.Orga_a2b_tit {
	position:absolute;
	top:6%;
	left:0;
	max-width:27%
}
.Orga_a2b_img {
	position:absolute;
	right:1%;
	top:1%;
	max-width:17%
}


.Orga_Secciones {
	text-align:left;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.1)
}
.Orga_Secciones > li {
    font-style: oblique;
    font-size: 1.1em;
    vertical-align: top;
    display: inline-block;
    padding: 10px 0;
    margin: 0 40px 15px;
    max-width: 150px;
    min-width: 150px;
    border-top: 2px dotted #666
}

.Orga_Secciones > li a {
	color:#333;
}


.Orga_Secciones:before {
	background:#f0f1e9;
	position:absolute;
	content:' ';
	width:100%;
	height:10px;
	top:10px;
	left:0;
}

.Orga_Miembros {
	list-style-type: none;
	font-size:0.9em;color:#191919
}
.Orga_Miembros li {
	cursor:pointer
}
.Orga_Miembros a:hover {
	text-decoration:none !important;
	color:#4589b0 !important
}

.Orga_Sel {
	position:absolute;
	cursor:pointer;
	
	border-radius:6px
}
.Orga_Sel:hover {
/*background:rgba(255,0,0,.01);*/
}

.Orga_FunBottom {
background: #f0f1e9;
color:#010101;
padding-bottom:25px;
padding-top: 15px;
position:relative;top:-3px;
box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
border: 2px solid #468ab1;
border-radius:0 0 2px 2px;
    text-align: left;

}

.Orga_BordeBottom {
background:#468ab1;padding-bottom:3%;position:absolute;bottom:0;left:0;width:100%
}
/*.Orga_FunBottom_B {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
opacity:0.1;
background-image:url('../img/logo400.png');
background-repeat: no-repeat;
background-position: right bottom
}*/

@media (max-width: 1100px) {
	.Orga_Container_Imagenes {
		/*border-bottom:20px solid #468ab1*/
	}
}

@media (max-width: 800px) {

	.Orga_Secciones > li {
		border-top: 1px dotted #090909;
		/*font-size:10px;*/
		margin: 0 20px 15px
	}
	
	/*.Orga_Container_Imagenes {
		padding:5% 1%;
	}*/
	.Orga_Container {
		width:95%
	}
}

@media (max-width: 450px) {

	.Orga_Secciones > li {
		text-align:center;
		font-size:10px;
		margin: 0 6px 15px
	}
}
