h1{
	font-size:1.2 em;
	font-weight: bold;
	text-align: center;
	color:#555555;
}
.actasPleno .bloqueSesion {
	display: inline-block;
	width: 48%;
	margin-top: 1.5em;
}

.actasPleno .bloqueSesion .top {
	display: block;
	width: 96%;
	height: 24px;
	border: 1px #666666 solid;	
	background-color: #DBDBDB;
	font-size: 12px;
}

.actasPleno .bloqueSesion .top .fecha {
	text-align: right;
	margin-right: 10px;
}

.actasPleno .bloqueSesion .top .sesion {
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	color:#555;
}
.sesion a{
	color:#555;
}
.sesion a:hover{
	color:#971726;
}

.actasPleno .bloqueSesion .top .hora {
	float:right;
	margin-top: 5px;
	margin-right: 10px;
}

.actasPleno .bloqueSesion .top .instancia{
	float: left;
	margin-top: 5px;
	margin-left: 20px;
}

.actasPleno .bloqueSesion .bottom {
	display: block;
	width: 93.35%;
	padding-left:.6em;
	padding-right:.6em;
	height:60px;
	border-left: 1px #666666 solid;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	background-color: #F7F7F7;
	font-size: 12px;
	padding-bottom:5px;
	padding-top:5px;
}

.actasPleno .bloqueSesion .bottom .lista {
	text-align: justify;
	padding: 5px;
}

.actasPleno .bloqueSesion .bottom .lista{
	padding: 5px;
	text-align:left;
}

.actasPleno .bloqueSesion .bottom .lista a, .actasPleno .bloqueSesion .bottom .lista a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.actasPleno .bloqueSesion .bottom .lista a:hover {
	color: #000000;
	text-decoration: underline;
}

@media all and (max-width: 1024px) {
	.actasPleno .bloqueSesion {
		display: inline-block;
		width: 94%;
		margin-top: 20px;
	}
	.actasPleno .bloqueSesion .bottom {
		display: block;
		width: 93%;
		padding-left:.8em;
		padding-right:.7em;
	}
}