/*------------ LINKS SIDEBAR --------------*/

a.sidebar:link	{
	color:#a8f;
	text-decoration:underline;
	font-weight:normal;
}

a.sidebar:visited	{
	color:#a8f;
	text-decoration:underline;
	font-weight:normal;
}

a.sidebar:hover	{
	color:white;
	text-decoration:underline;
	font-weight:normal;
}

/*--------- LINKS NOTICIAS -----------*/

a.noticias:link	{
	color:#fff;
	font-size:10pt;
	font-family:arial;
	font-weight:bold;
	text-decoration:underline;
	padding:5px 10px;
}

a.noticias:visited	{
	color:#fff;
	font-size:10pt;
	font-family:arial;
	font-weight:bold;
	text-decoration:underline;
	padding:5px 10px;
}

a.noticias:hover	{
	color:#a7f;
	font-size:10pt;
	font-family:arial;
	font-weight:bold;
	text-decoration:underline;
	padding:5px 10px;
}

DIV.v2009	{
	color:#888;
	font-family:arial;
	font-size:10pt;
	font-weight:bold;
}

DIV.titulosidebar	{
	color:#317;
	font-size:10pt;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	background:white url('images/titulo_sidebar.gif') repeat-y;
	display:block;
	height:15px;
	padding:5px 5px 5px 35px;
	margin:10px 0px;
	border-width:1px 0px;
	border-color:#317;
	border-style:solid;
}

DIV.textsidebar	{
	color:#ddd;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:justify;
	padding:0px 10px 5px 10px;
}

DIV.info	{
	color:#319;
	font-size:8pt;
	font-family:arial;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	background:white url('images/info.gif') no-repeat;
	height:70px;
	padding:10px 5px 0px 70px;
	margin:10px 0px;
	border-width:1px;
	border-color:black;
	border-style:solid;
}

DIV.contactos	{
	color:#319;
	font-size:8pt;
	font-family:arial;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	background:white url('images/icono_contactos.png') no-repeat;
	width:100;
	height:50px;
	padding:5px 5px 5px 70px;
	margin:10px 0px;
	border-width:1px;
	border-color:black;
	border-style:solid;
}

DIV.ayuda	{
	color:#319;
	font-size:8pt;
	font-family:arial;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	background:white url('images/ayuda_usuarios.png') no-repeat;
	height:60px;
	padding:5px 5px 5px 50px;
	margin:10px 0px;
	border-width:1px;
	border-color:black;
	border-style:solid;
}

HR.divsidebar	{
	color:#888;
	width:90%;
	padding:5px 0px;
}

TABLE.sidebar	{
	color:white;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	background:#666;
	margin:0px 10px 10px 10px;
	border-width:1px;
	border-color:#888;
	border-style:solid;
	width:250px;
}

TD.contsidebar	{
	background:#666;
	width:250px;
}