/*------------ LINKS TOP_MENU -----------*/
a.top_menu:link	{
	color:#ccf;
	font-weight:bold;
	text-decoration:none;
	margin:0px 5px
}

a.top_menu:visited	{
	color:#ccf;
	font-weight:bold;
	text-decoration:none;
	margin:0px 5px
}

a.top_menu:hover	{
	color:white;
	font-weight:bold;
	text-decoration:underline;
	margin:0px 5px
}

/*------------ LINKS MENU NAVEGACION -----------*/
a.menu:link	{
	color:#ccf;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
	background:url('../images/boton_menu.png') no-repeat;
	display:block;
	margin:0px 0px 10px 5px;
	padding:3px 0px 0px 25px;
	width:170px;
	height:20px;
}

a.menu:visited	{
	color:#ccf;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
	background:url('../images/boton_menu.png') no-repeat;
	display:block;
	margin:0px 0px 10px 5px;
	padding:3px 0px 0px 25px;
	width:170px;
	height:20px;
}

a.menu:hover	{
	color:white;
	font-size:9pt;
	font-weight:bold;
	text-decoration:underline;
	background:url('../images/boton_menu.png') no-repeat 0px -24px;
	display:block;
	margin:0px 0px 10px 5px;
	padding:3px 0px 0px 25px;
	width:170px;
	height:20px;
}

/*--------------- MAINMENU INDEX --------------*/
a.main_menu:link	{
	color:#66a;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
	padding:0px 0px 0px 5px;
}

a.main_menu:visited	{
	color:#66a;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
	padding:0px 0px 0px 5px;
}

a.main_menu:hover	{
	color:white;
	font-size:8pt;
	font-weight:normal;
	text-decoration:underline;
	padding:0px 0px 0px 5px;
}

/*------------ LINKS MENU COLEGIO -----------*/
a.menu_colegio:link	{
	color:#448;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	padding:6px 20px;
	background:none;
}

a.menu_colegio:visited	{
	color:#448;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	padding:6px 20px;
	background:none;
}

a.menu_colegio:hover	{
	color:black;
	font-size:10pt;
	font-weight:bold;
	text-decoration:underline;
	padding:6px 20px;
	background:#88b;
}

/*------------ LINKS BOTTOM MENU -----------*/
a.bottom_menu:link	{
	color:#999;
	text-decoration:none;
}

a.bottom_menu:visited	{
	color:#999;
	text-decoration:none;
}

a.bottom_menu:hover	{
	color:blue;
	text-decoration:underline;
}

/*------------ LINKS GRAFIKA -----------*/
a.grafika:link	{
	color:#88c;
	font-weight:bold;
	text-decoration:none;
}

a.grafika:visited	{
	color:#88c;
	font-weight:bold;
	text-decoration:none;
}

a.grafika:hover	{
	color:#99d;
	font-weight:bold;
	text-decoration:underline;
}

/*------------ LINKS MENU SIDEBAR ----------*/
a.menu_sidebar:link	{
	color:#56a;
	text-decoration:none;
}

a.menu_sidebar:visited	{
	color:#56a;
	text-decoration:none;
}

a.menu_sidebar:hover	{
	color:#27d;
	text-decoration:underline;
}

/*-------------- LINKS LEER MAS ---------------*/
a.leermas:link	{
	color:#b28;
	text-decoration:underline;
}

a.leermas:visited	{
	color:#b28;
	text-decoration:underline;
}

a.leermas:hover	{
	color:#55f;
	text-decoration:underline;
}

/*Profesores*/

a.profesores:link	{
	display:block;
	background:url('../images/intranet_profesores.png');
	padding:0;
	height:70px;
	width:211px; 
}

a.profesores:visited	{
	display:block;
	background:url('../images/intranet_profesores.png');
	padding:0;
	height:70px;
	width:211px; 
}

a.profesores:hover	{
	display:block;
	background:url('../images/intranet_profesores.png') 0 -70px;
	padding:0;
	height:70px;
	width:211px;  
}

/*Alumnos*/

a.alumnos:link	{
	display:block;
	background:url('../images/intranet_alumnos.png');
	padding:0;
	height:70px;
	width:187px; 
}

a.alumnos:visited	{
	display:block;
	background:url('../images/intranet_alumnos.png');
	padding:0;
	height:70px;
	width:187px; 
}

a.alumnos:hover	{
	display:block;
	background:url('../images/intranet_alumnos.png') 0 -70px;
	padding:0;
	height:70px;
	width:187px;  
}

/*Webmail*/

a.webmail:link	{
	display:block;
	background:url('../images/intranet_webmail.png');
	padding:0;
	height:70px;
	width:190px; 
}

a.webmail:visited	{
	display:block;
	background:url('../images/intranet_webmail.png');
	padding:0;
	height:70px;
	width:190px; 
}

a.webmail:hover	{
	display:block;
	background:url('../images/intranet_webmail.png') 0 -70px;
	padding:0;
	height:70px;
	width:190px;  
}
