/*===============================
		  CASA HIGUERAS
		  CSS Document
		  SGA CONTENT
================================*/
@media all {
   div.saltopagina{
      display: none;
   }
}
@media print{
   div.saltopagina{
      display:block;
      page-break-before:always;
   }
} 
body	{

}

/*------------ SIDEBAR LINKS --------------*/
a.sga_sidebar_menu:link,a.sga_sidebar_menu:visited,a.sga_sidebar_menu:hover	{
	width:150px;
	margin:0px;
	display:block;
    font-size: 15px;	
	font-family:"Trebuchet MS" ;
    text-transform: uppercase;
	border-bottom:1px #3232a7 ridge;
	padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
   
}

a.sga_sidebar_menu:link,a.sga_sidebar_menu:visited	{
	color:#3232a7;
	text-decoration:none;
	
}

a.sga_sidebar_menu:hover	{
	color:#01286c;
	text-decoration:underline;
	
}

/*------------ FOOTER LINKS --------------*/
a.sga_footer:link,a.sga_footer:visited	{
	color:#ccb;
	font-weight:bold;
	text-decoration:underline;
	margin:0px;
}

a.sga_footer:hover	{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
	margin:0px;
}

a.buscar:link,a.buscar:visited	{
	color:#ab0000;
	font-weight:bold;
	text-decoration:underline;
	margin:0px;
	padding:0px 18px 0px 0px;
	background:url('../images/intranet/icono_buscar.png') right no-repeat;
}

a.buscar:hover	{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	margin:0px;
	padding:0px 18px 0px 0px;
	background:url('../images/intranet/icono_buscar.png') right no-repeat;
}


/*------------ CONTENT --------------*/
#sga_head	{
	width:20%;
	height:130px;
	color:white;
	margin:0px;
	padding:0px;
	text-align:right;
	background:url('../images/marlegre-Logo130.png') no-repeat;
    position: absolute;
    top:300px;
    left: 30px;
}
#sga_headindex	{
	width:10%;
	height:130px;
	color:white;
	margin:0px;
	padding:0px;
	text-align:center;
	/background:url('../images/marlegre-Logo130.png') no-repeat;
    
}
#sga_bienvenido	{
	height:16px;
	color:#999;
	font-size:12px;
	padding:15px 0px 0px 40px;
	background:url('../images/intranet/icono_users.png') 0 -1px no-repeat;
}

#sga_sec	{
	width:98%;
	text-align:left;
	padding:0px;
	background:url('../images/sga_sec.png') repeat-y;	
}

#sga_sidebar	{
	width:180px;
	height:100%;
	padding:0px;
	background:#eae2b7;
	vertical-align:top;
	border:1px #ccc solid;
    /*
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
    */
}

#sga_main_content	{
	width:100%;
	padding:0px 0px 0px 5px;
	vertical-align:top;
}

#sga_footer	{
	width:100%;
	height:65px;
	color:#01286c;
	text-align:center;
	margin:30px 0px 0px 0px;
	border-top:1px #ccc solid;
	padding:35px 0px 0px 0px;
	background:url('../images/sga_footer.png') repeat-x;		
}

#panel_control	{
	text-align:left;
	vertical-align:top;
	padding:0px 0px 0px 80px;
	text-align:left;
	background:url('../images/vestido.png') no-repeat;
}

#calendario	{
	width:190px;
	height:150px;
	position:absolute;
	margin:-5px -10px;
	padding:15px;
	background:url('../images/calendar_bg.png') no-repeat;
}


/*---------- DIVS ----------*/
div.titulo_columna	{
	color:#ad9551;
	font-weight:bold;
}

div.navbar_icons	{
	float:left;
	text-align:center;
	padding:2px 4px;
	line-height:16px;
}

div.navbar_icons_des	{
	float:left;
	text-align:center;
	padding:2px 4px;
	line-height:16px;
	color:#ccb;
}

div.sga_titulo_sidebar {
	width:140px;
	color:#4168ac;
	font-size:14px;
	font-family:"Georgia";
	font-weight:bold;
	/*text-shadow:#999 0px 1px 1px;*/
	margin:5px 0px;
	padding:0px 5px 2px 5px;
	border-bottom:1px #4168ac solid;
}

input.entrar	{
	width:76px;
	border:none;
	padding:4px 0px;
	cursor:pointer;	
}

input.entrar	{
	background:#a78f3f url('../images/button_entrar.png') 0px 0px;
}

input.entrar:hover	{
	background:#a78f3f url('../images/button_entrar.png') 0px -26px;
}
/*----------- TABLAS ----------*/
table.sga_navbar	{
	width:100%;
	padding:0px;
	margin:0px 0px 25px 0px;
}

td.sga_navbar	{
	height:30px;
	border-bottom:1px #ccb solid;
}


/*----------- PERFIL ALUMNO ----------*/
div.titulo_perfil	{
	width:100%;
	color:#fff;
	font-size:24pt;
	font-family:"Georgia";
	font-style:italic;
	border-bottom:1px #568 solid;
}

div.subtitulo_perfil	{
	color:#5f8ddd;
	font-size:12pt;
	font-family:"Georgia";
	font-style:italic;
}

td.bg_perfil_foto	{
	width:135px;
	height:125px;
	vertical-align:top;
	background:url('../images/intranet/bg_perfil_foto.png') no-repeat;
}

td.bg_perfil	{
	height:125px;
	vertical-align:bottom;
	background:url('../images/intranet/bg_perfil.png') repeat-x;
	padding:0px 0px 7px 0px;
}

td.bg_perfil_logo	{
	width:90px;
	height:125px;
	background:url('../images/intranet/bg_perfil_logo.png') no-repeat;
}