﻿h1{
	font-size:1.2 em;
	font-weight: bold;
	text-align: center;
	color:#555555;
}


 .bloqueSesion {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	margin-top: 20px;
}

 .bloqueSesion .top {
	display: block;
	width: 100%;
	height: 44px;
	border: 1px #666666 solid;	
	background-color: #DBDBDB;
	font-size: 12px;
}

 .bloqueSesion .top .fecha {
	text-align: right;
	margin-right: 10px;
}

 .bloqueSesion .top .sesion {
	float: left;
	margin-top: 0px;
	margin-left: 5px;
}

 .bloqueSesion .top .hora {
	float:right;
	margin-top: 5px;
	margin-right: 10px;
}

 .bloqueSesion .top .instancia{
	float: left;
	margin-top: 5px;
	margin-left: 20px;
}

 .bloqueSesion .bottom {
	display: block;
	width: 100%;
	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;
	text-align: justify;
}

 .bloqueSesion .bottom .lista {
	text-align: justify;
	padding: 5px;
}

 .bloqueSesion .bottom .lista{
	padding: 5px;
	text-align:left;
}

 .bloqueSesion .bottom .lista a,  .bloqueSesion .bottom .lista a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

 .bloqueSesion .bottom .lista a:hover {
	color: #000000;
	text-decoration: underline;
}

 .bottom ul li{
	list-style:upper-roman;
	line-height:20px;
	margin-left:5%;
	margin-top: 12px;
	line-height: 1 em;
}