/*                                                                            */
/*      Estilos da páxina pública                                             */
/*      06/02/2009                                                            */
/*      Creado por Consultores Asesores Netglobal S.L.                        */

body {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 padding: 0 0 0 0;
 margin: 0 0 0 0;
}

table
{
    font-size: 1em;
}

h1 {
	font-size: 1.5em;
	color: #000066;
}

img {
	border: 0px;
}

a
{
   font-weight: bold;
}

/**
 * Cando se produza un erro
 */
.erros {
  color: #CC3333;
  font-weight: bold;
  background-color: #FFF;
  padding-left: 5px;
}
.erro_aplicacion {
	background: #CC3333;
	color: #FFF;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}




#paxina {
	/* border: 0px solid black; */
}



#cabeceira {
	height: 123px;
	background: url(../imaxes/imxCabeceira.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
	#logoUSC {  /* capa para o logo da USC */
		position: absolute;
		background: url(../imaxes/logousc.gif);
		background-repeat: no-repeat;
		top: 20px;		height: 75px;
		left: 20px;		width: 160px;

	}
	#nomeFacultade {  /* capa para o nome da facultade */
		position: absolute;
		background: url(../imaxes/tituloFacFlx.gif);
		background-repeat: no-repeat;
		top: 20px;		height: 75px;
		left: 170px;	width: 300px;
	}
	#cambiarLingua {  /* capa para a selección do idioma */
		position: absolute;
		top: 105px;		height: 23px;
		right: 23px;
	}
	#linguaActiva {
		  color: #FFF;
		  font-weight: bold;
	}
	#linguaInactiva {
		  color: #667DA9;
		  font-style: italic;
	}


	#corpo #lateralEsquerdo {
		width: 160px;
		border-right: 3px solid #EDF3FF;
        vertical-align: top;
	}
	#corpo #contido {
		margin: 10px 10px 0px 0px;
        vertical-align: top;
	}
	#corpo #lateralDereito {
		width: 200px;
		border-right: 14px solid #869DC9;
        vertical-align: top;
	}

#pe {
	background: url(../imaxes/imxPe.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: auto;
	background-color: #869DC9;
	padding: 4px;
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
}


/*******************  estilos do menú principal  **************/
ul#menuPrincipal {
  list-style: none;
  margin:0;
  padding: 0 0 0 5px;
}
#menuPrincipal li {
  display: block;
  list-style: outside none;
  text-align: left;
  padding: 5px 0 0 5px;
}

#menuPrincipal li a {
	color: #888888;
}
#menuPrincipal li:hover, #menuPrincipal li#seleccionado {
	color: #333399;
	background: #C7D9FC;
}

#menuPrincipal li.subMenu  {
    padding-left: 10px;
}
#menuPrincipal li.subSubMenu  {
    padding-left: 20px;
}


#menuPrincipal li.subMenu a, #menuPrincipal li.subSubMenu a {
    font-weight: normal;
}

/*******************  estilos RECADROS DO MENU **************/
.recadro
{
    border: 1px solid #869DC9;
	font-size: 0.95em;
	width: 196px;
}

.recadro .titulo
{
 height: 18px;
 border-bottom: 1px solid #869DC9;
 padding-bottom :2px;
 background: #869DC9;
 color: white;
 padding: 2px;
 font-weight: bold;
}

/*
 * Autenticacion
 */
.logout {
	color: red;
}

.administrar {
	color: green;
}


/*
 * MENU NOVAS
 */
#novas
{
  position: relative;
  height: 168px;
}

#scrollNovas {
    padding: 5px 0 0 3px;
    overflow:hidden;
    position: relative;
    text-align: left;
    width:182px;
    height:160px;
}
#frechas {
	position: absolute;
	top: 0px;
    right: 11px;
	height: 168px;
	border-left: 1px solid #869DC9;
}
#frechaArriba
{
    position: absolute;
    top: 0px;
}
#frechaAbaixo{
    position: absolute;
    bottom: 0px;
}

.frecha {
	cursor:pointer;
}

/*
 * NO MENU LIGAZONS, REPRESENTA a 1 LIGAZON
 */
.ligazon
{
    padding: 5px 5px 5px 5px;
}





