@charset "utf-8";
/* CSS Document */
hr{
	width:90%;
	margin:0 auto;
	clear:both;
	padding:0;
	border-top:#06F solid 1px;
	border-bottom:#fff solid 1px;
}
#barra_enlaces{
	width:100%;
	height:70px;
}
#barra_enlaces ul li{
	float:left;
	margin:40px 40px 40px 50px;
	padding:40px;
}
#barra_enlaces ul{
	list-style-type:none;
	padding:1px 5px 2px 5px;
	margin:0 0 0 20px;
	font-size:12px;
	font-weight:bold;
	float:left;
}
#barra_enlaces ul li{
	float:left;
	padding:0 2px 0 2px;
	color:#06f;
	font-size:14px;
	font-weight:100;
}
#barra_enlaces ul li a{
	color:#06F;
	text-decoration:none;
	padding:0 4px 0 1px;
	font-size:12px;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	
}
#barra_enlaces ul li a:hover{
	color:#F60;
	text-decoration:underline;
}

#contenido{
	width:100%;
}
table.not{
	width:90%;
	margin-left:30px;
	margin-bottom:5px;
	border:#CCC solid 1px;
}

table.not tr th{
	border:none;
	text-align:justify;
	font-size:14px;
	background-color:#D6D6D6;
	padding:7px;
	color:#236149;
	font-weight:normal;
}
table.not tr td{
	border:none;
	text-align:right;
	font-size:10px;
	background-color:#06F;
	padding:2px 7px 2px 7px;
	color:#fff;
	font-weight:bold;
}

table.not tr th a{
	color:#06F;
	text-decoration:none;
}

table.not tr th a:hover{
	color:#06F;
	text-decoration:underline;
}
