@charset "utf-8";
/*	INSTITUTO SIMON BOLIVAR 	. UPDATED 2009
	ADMINISTRATOR				. JONATHAN@DESTINOGPS.COM
	2008-2009 (C) ALL RIGHTS RESERVED
	CSS Document */
@import url('/compose/menu.css');
@import url('/compose/local.css');
BODY	{
	margin:0px;
	padding:0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(/_images/css/background.png) top center no-repeat white;
	}
#body {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:100%;
	}
	#logo {
		z-index:100; position:absolute;
	}	
#cuerpo {
	width:100%;
	}
	.div10 { padding:10px; }
	.divend { height:20px; clear:both; }
	.columna {
		width:230px;
		background:#F5F5F5;
		color:#333333;
		border-right:#003399 solid 1px;		
		padding:10px;
		/* margin-bottom:10px; */
		}
		.columna a:link, .columna a:visited { text-decoration:none; color:#0043A8; }
		.columna a:hover { text-decoration:underline; }
		.columna ul {
			margin:0px;
			padding:0px;
		}
		.columna ul li {
			padding:0px 0px 0px 14px;
			list-style:none;
			display:block;
			line-height:20px;
			color:#333333;
		}
		.columna ul li a {
			display:block;
		}
		.columna ul li:hover, .columna ul li a:hover, .columna ul li:hover a{
			background:#0043A8; color:#FFFFFF; text-decoration:none;
		}
	#topbar	{
		height:30px;
		font-size:10px;
		text-align:right;
		background:url(/_images/css/topbar_background.png) repeat-x;
		color:white;
		} #topbar a:link, #topbar a:visited { color:white; text-decoration:none; } #topbar a:hover { text-decoration:underline; }
	#menubar {
		height:70px; padding-top:30px; padding-left:400px;
		background:url(/_images/css/background00.png) center bottom no-repeat;
		}
.avisos	{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
	}
.avisos tr:hover { background:#CCC; }
	.avisos tr:hover a:link strong { color:#CCC; text-decoration:none; }
	.avisos a:link, .avisos a:visited { color:#0043A8; text-decoration:none; }
	.avisos a:hover  { text-decoration:none; }
	.avisos strong { font-size:10px; color:#000; font-weight:lighter; }
		.avisos strong a:link, .avisos strong a:visited { color:#333; text-decoration:none; }
		.avisos strong a:hover { text-decoration:none; color:#FFF; }
.box-yellow, .box-sky {
	border:1px solid #666;
	font-size:13px;
	font-weight:inherit;
	display:block;
	text-decoration:none;
}
.box-yellow {
	background:#FC3;
	color:#333;
}
	.box-yellow:hover, .box-yellow:hover a:link { background:#F60; color:#FFF; }
	.box-yellow a:link, .box-yellow a:visited { color:#333; display:block; text-decoration:none; }
.box-sky {
	background:#06C;
	color:#FFF;
}
	.box-sky:hover, .box-sky:hover a:link { background:#036; color:#FFF; }
	.box-sky a:link, .box-sky a:visited { color:#333; display:block; text-decoration:none; }
#footer	{ 
	width:900px;
	height:110px;
	background:url(/_images/css/footer-background.png) no-repeat;
	padding-top:14px;
	font-weight:lighter;
	font-size:11px;
	}
	#footer	strong { 
	font-weight:bold;
	}