/**
 * Estilos Para Actividades
 * Color primario #203F91
 * Color secundario #EE1C29
 */

#actividadesComponent
	{
	}

#actividadesComponent .actividadContenidoPre, #actividadesComponent .actividadContenidoPost
	{
	text-align: justify;
	}


/*Modulo de Horarios*/
#horariosModule
	{
	background-image: url(../images/horarios-actividades/horarios-module-middle-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}

#horariosModule .topMargin
	{
	background-image: url(../images/horarios-actividades/horarios-module-top-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	}

#horariosModule .bottomMargin
	{
	background-image: url(../images/horarios-actividades/horarios-module-bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
	
	padding-top: 2px;
	padding-bottom: 10px;
			
	padding-left: 6px;
	padding-right: 6px;
	}

#horariosModule .moduleWidth
	{
	background-image: url(../images/horarios-actividades/horarios-module-header.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 220px;
	padding-top: 34px;
	}

#horariosModule th, #horariosModule td
	{
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	border-right: 1px solid #00529C;
	border-bottom: 1px solid #00529C;
	}

#horariosModule th
	{
	width: 50px;
	border-left: 1px solid #00529C;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	}

#horariosModule td
	{
	width: 23px;
	font-size: 1px;
	text-align: left;
	
	background-image: url(../images/horarios-actividades/module-vacio-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	}

#horariosModule td.con
	{
	background-image: url(../images/horarios-actividades/module-con-icon.png);
	}

#horariosModule td.sin
	{
	background-image: url(../images/horarios-actividades/module-sin-icon.png);
	}

#horariosModule .relative
	{
	position: relative;
	width: 23px;
	height: 16px;
	font-size: 1px;
	line-height: 1px;
	}

#horariosModule .toolTip
	{
	display: none;
	position: absolute;
	bottom: 12px;
	left: -220px;
	width: 230px;
	line-height: normal;
	z-index: 120;
	}

#horariosModule .toolTip div
	{
	background-image: url(../images/calendario-eventos/tip-bg.png);
	background-repeat: repeat;
	line-height: normal;
	}

#horariosModule .toolTip .tipBg
	{
	padding: 5px;
	padding-bottom: 10px;
	background-color: #FFFFE1;
	border: 1px solid #333333;
	}

#horariosModule .toolTip .linea
	{
	padding-top: 10px;
	font-size: 11px;
	text-align: center;
	color: #000000;
	}

#horariosModule .toolTip .linea strong
	{
	color: #333333;
	}


#horariosModule .toolTip .diaHora
	{
	font-size: 11px;
	text-align: right;
	
	color: #203F91;
	}

#horariosModule td.sin .toolTip .linea
	{
	color: #EE1C29;
	}


