table.layout
{
	height:300px;
	width:590px;
}
table.layout tr td.actividades_holder
{
	padding:5px;
	padding-right:8px;
	width:100%;
}
table.calendar
{
	font-family: sans, arial;
	background: white;
	border: solid 3px black;
	padding: 5px;
	-moz-border-radius: 12px;
	-webkit-border-radius:12px;
	margin-top:35px;
	margin-left:5px;
}
table.calendar tr td.navigation
{
	background: #194393;
	color: white;
	text-align: center;
}
table.calendar tr td.navigation span.navigation_arrows a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}
table.calendar tr td.header_days
{
	background: gray;
	color: white;
	text-align: center;
	border: solid 1px white;
	padding: 0px 3px;
}
table.calendar tr td.day
{
	text-align: center;
	border: solid 1px white;
	padding: 0px 2px;
	vertical-align: middle;
	text-align: center;
}
table.calendar tr td.day a
{
	text-decoration: none;
}
table.calendar tr td.off_month_day
{
	color: #DDDDDD;
}
table.calendar tr td.imp1
{
	border: solid 2px #0081c8;
}
table.calendar tr td.imp2
{
	border: solid 3px #efe206;
}
table.calendar tr td.imp3
{
	border: solid 4px #e19708;
}
table.calendar tr td.imp4
{
	border: solid 2px #cc0909;
	background-color: #cc0909;
	color: white;
	font-weight: bold;
}
table.calendar tr td.imp4 a
{
	color: white;
}
table.calendar tr td.imp4 a:visited
{
	color: yellow;
}
div.actividades
{
	width:100%;
	height:285px;
	background-color:#0081c8;
	border: solid 1px black;
	font-family: arial, sans;
	color: white;
	overflow: auto;
}
div.actividades div.title
{
	position:static;
	background-color:#194393;
	text-align: center;
	font-weight: bold;
	color:white;
}
div.actividades div.cont
{
	padding: 5px;
	position:static;
	height:auto;
	width: auto;
}

div.cont table
{
	margin:2px;
	padding: 2px;
	width:100%;
	*width:90%
}
div.cont table tr td.header
{
	background-color: #194393;
	font-weight: bold;
	font-size: small;
	color:white;
}
div.cont table tr td.toolbox
{
	background-color: #194393;
	vertical-align: middle;
	text-align: center;
}
div.cont table tr td.toolbox a img
{
	margin: 3px 2px;
	border: none;
}
div.cont table tr td.descr
{
	background-color: #0072b0;
	font-size: small;
	color:white;
}

div.cont table.imp1
{
	border: solid 1px #0081c8;
}
div.cont table.imp1 tr td.img
{
	width: 24px;
	min-height: 24px;
	background-image: url('/img/actividades/blueflag.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

div.cont table.imp2
{
	border: solid 2px #efe206;
}
div.cont table.imp2 tr td.img
{
	width: 24px;
	min-height: 24px;
	background-image: url('/img/actividades/yellowflag.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

div.cont table.imp3
{
	border: solid 3px #e19708;
}
div.cont table.imp3 tr td.img
{
	width: 24px;
	min-height: 24px;
	background-image: url('/img/actividades/orangeflag.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

div.cont table.imp4
{
	border: solid 4px #cc0909;
}
div.cont table.imp4 tr td.img
{
	width: 24px;
	min-height: 24px;
	background-image: url('/img/actividades/redflag.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
#submenu ul
{
	/*margin:0px 0px;*/
	position:relative;
	bottom:40px;
	left:4px;
	width:550px;
	list-style:none;
}
#submenu{
position:absolute;
}
