body 
{
   behavior: url("../javascript/csshover3.htc");
}


.tablaPresencia
{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}

.tablaPresencia td
{
	text-align:center;
}

.tablaPresencia tr.headerer
{
	background:#f6f6f6;
}

.prototip .default .content 
{
	padding:0;
}

.tablaPresencia tr.headerer th
{
	text-align:center;
}

.tablaPresencia th
{
	text-align:left;
	padding-left:5px;
}

.tablaPresencia th
{
	
}

.popoupMapa
{
	width:620px;
	height:340px;
	position:absolute;
	top:50%;
	left:50%;	
	margin:-170px 0 0 -260px;
	z-index:1000;
}

.popoupMapa .fondoMapa
{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#660000;
}

.popoupMapa .fondoMapa .izqMapa
{
	position:absolute;
	top:0px;
	height:100%;
	left:-11px;
	background:url(../images/mapa/linea_izq.png) no-repeat;
	width:11px;
}

.popoupMapa .contenedorMapa
{
	position:absolute;
	left:7px;
	top:28px
}

.popoupMapa .fondoMapa .derMapa
{
	position:absolute;
	top:0px;
	height:100%;
	right:-11px;
	background:url(../images/mapa/linea_der.png) no-repeat;
	width:11px;
}

.popoupMapa .fondoMapa .cenMapa
{
	height:298px;
	position:absolute;
	left:7px;
	background:#fff;
	width:606px;
	top:28px;
}

.cerrarMapa
{
	position:absolute;
	width:50px;
	height:15px;
	top:6px;
	right:6px;
	cursor:pointer;
	background:url(../images/mapa/b_cerrar.png) no-repeat;
}

.contenedorInfo
{
	position:absolute;
	right:23px;
	padding-left:20px;
	border-left:1px solid #0073FC;
	font-size:10px;
	color:#0073FC;
	top:35px;	
}

.contenedorInfo ul
{
	list-style:none;
	padding:0;
	margin:0;
}

.contenedorInfo ul li
{
	cursor:pointer;
	margin:1px 0;
}

.contenedorInfo ul li:hover
{
	color:#660000;
	text-decoration:underline;
}

.nombrePresencia
{
	position:absolute;
	color:#fff;
	margin:5px 0 0 7px;
	font-size:13px;
	font-weight:bold;
}
