@CHARSET "ISO-8859-1";


*{
	font-family: Tahoma, Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}


body{
	padding: 0;
	margin: 0;
}

#sombra_cabeceira{
	/*
	height: 10px;
	background: #ffffff url(./images/bg_header.png) top left no-repeat;
	*/
}

#wrapper{
	margin: 1ex auto 2ex auto;
	padding: 0;
	max-width: 1004px;
}

#wrapper_left{
	margin: 0;
	padding-left: 10px;
	background: #ffffff url(./images/bg_wrapper_left.png) top left repeat-y;
}
#wrapper_right{
	padding-right: 10px;	
	background: #ffffff url(./images/bg_wrapper_right.png) top right repeat-y;
}

#sombra_pe{
	height: 10px;
	background: #ffffff url(./images/bg_footer.png) top left no-repeat;
}







#cabeceira_universidade{
	border-top: 1px solid #dadada;
	background: #ffffff url(./images/logo.jpg) 5px -10px  no-repeat;

	padding: 1.5em 1.5ex 0ex .5ex;	
	text-align: right;
	font-size: 13pt;
	font-style: italic;  
}

#subcabeceira{
	background: #eda249 url(./images/subcabeceira.gif) top left repeat-x;
	height: 40px; 	
}
#main{
	/*background: #ffffff url(./images/fondo.gif) top center repeat-y;*/
	padding: .5ex 0 .5ex .5ex;
}

#menu_esquerda{
	float: left;
	/*width: 125px;*/
	width: 15%;
	background: #ffffff url(./images/fondo.gif) top center repeat-y;
	min-height: 550px;
}

#DIV_CONTENIDO{
	margin: 0;
}

#contido{
	float: left;
	padding-left: 1ex;
	/*width: 850px;*/
	width: 83%;
	min-height: 600px;
  	height: auto !important;
  	height:	600px;
  	border-left: 1px solid #eda249;
}

.clear{
	clear: both;
}


/*
 * Definicion do menu lateral
 */

.titulo_subseccion_menu{
	font-weight: bold;
	font-style: italic;
}

ul.menu{
	padding: 0 .3ex 1ex .1ex;
	margin: 0;
	list-style: none;
}

ul.menu li{
	
	padding: .2ex 0 .2ex 1.5ex;
}



ul.menu li.seccion{
	font-weight: bold;
	text-align: center;
	padding: 2em 0 .5ex 0;
	border-bottom: 1px solid #222222;
}

ul.menu form {
	padding: 0px;
}

#pe{
	border-top: 1px solid #eda249;
	padding: .5ex;
	text-align: right;
	color: #777777
}





/*
 * Definicion dos enlaces e estilos de texto
 */
a{
	text-decoration: none;
	color: #18439b;
}
a:hover{
	text-decoration: underline;
}

a img{
	border: none;
}

img{
	vertical-align: middle;
}

.error{
	color: red;	
}

.red{
	color: red;
}

.negrita{
	font-weight: bold;
}

.letra_pequena{
	font-size: 8pt;
}



/*
 * Definicion do titulo, inclue menu de migas e impresion
 */
#titulo{
	margin: 0;
	padding: 0;
}

ul#menu_migas{
	list-style: none;
/*
	border-top: 1px dotted #aaaaaa;
	border-bottom: 1px dotted #aaaaaa;
*/	
	margin: 0 0 0.3ex 0;
	padding: .2ex;

}

ul#menu_migas li{
	display: inline;
	font-size: 8pt;
}

ul#menu_migas li a{
	font-size: 8pt;
}
	


/* 
 * Estilos dos listados 
 */
table.listado{
	border-collapse: collapse;
	margin: 1ex;
	width: 98%;
	border-bottom: 1px solid #dddddd;
}

table.listado th{
	font-weight: bold;
	background-color: #dddddd;
	padding: .5ex;	
	text-align: left;
}


table.listado td{
	padding: .5ex;
}


tr.fila_0 td{
	background-color: #ffffff;
}

tr.fila_1 td{
	background-color: #f0f0f0;
}

.cabeceira_listado{
	border-collapse: collapse;
	margin: 0ex 1ex 0ex 1ex;
	width: 98%;
	border-bottom: 1px solid #dddddd;
}

.subcabeceira_listado{
	border-collapse: collapse;
	margin: 0ex 1ex 0ex 1ex;
	width: 98%;
}


table.informacion_detallada{
	margin: 1ex;
	padding: 1ex 1ex .1ex 1ex;	
	/*border-bottom: 1px solid #dddddd;*/
}

table.informacion_detallada th{
	background-color: #f4f4f4;
	padding: .5ex 1ex .5ex 1ex;
	border-bottom: 1px solid #eeeeee;
	text-align: left;
}

table.informacion_detallada td{
	padding: .5ex 1ex .5ex 1ex;
	border-bottom: 1px solid #eeeeee;
}


.right{
	text-align: right;
}

ul.enlaces_paxinacion{
	margin: 0;
	padding: 0;
}

ul.enlaces_paxinacion li{
	display: inline;
	margin-left: .5ex;
}

ul.enlaces_paxinacion li.seleccionado{
	font-weight: bold;
}

acronym {
	border: 0;
}

/* fin listados */


/*
 * Estilos dos formularios e botons
 */
 
h2{
	font-family: Georgia,serif;
	font-weight: normal;
	color: #cc0000;	
	
	font-size: 13pt;
	line-height: 1;
	text-align: center;
	margin: 0 0 .5ex 0;
	padding: 0;	
}

h3{
	font-size: 13pt;
	font-weight: bold;
	color: #222222;
	/*color: #222222;*/
	padding: .5ex 0 1ex 1ex;
	margin: 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;

	text-align: left;
}

h4{
	border-bottom: 1px solid #2887a7;
	width: 98%;	
}






form{
	padding: 0 0 0 1ex;
	margin: 0;
	width: 99%;
}

fieldset{
	border: 0;
	border-top: 1px solid #222222;
	padding-left: .5ex;
}

fieldset.w50 label{
	width: 50%;
}

fieldset.w30 span.etiqueta{
	width: 30%;
}

fieldset.w25 span.etiqueta{
	width: 25%;
}

legend{
	font-weight: bold;
	padding: 0 .5ex 0 .5ex;
	margin-left: 1ex;
}
form input, select, textarea{
	border: 1px solid #d2d2d2;
	display: inline;
	margin: 0;
	border-radius: 4px;
	padding-left: .5ex;
}

form input:FOCUS, select:FOCUS, textarea:FOCUS{
	border: 1px solid #eda249;
}

checkbox{
	border: 0;
}

form p{
	clear: both;
	display: block;
	margin-bottom: 0.5em;
	padding-bottom: .5ex;
	border-bottom: 1px solid #eeeeee;	
}

form label{
	clear: both;
	display: block;
	margin-bottom: 0.5em;
	padding-bottom: .5ex;
	border-bottom: 1px solid #eeeeee;
}

form p label{
	display: inline;
	float: left;
	width: 35%;
	border-bottom: none;
	padding-right: 1ex;	
}

form div.form_row{
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 1ex;
	padding-bottom: .5ex;
}

form div label{
	display: inline;
	float: left;
	width: 35%;
	border-bottom: none;
	padding-right: 1ex;	
}

span.etiqueta{
	display: inline;	
	float: left;
	width: 35%;	
}

div.form_row .estilo_textarea{
	margin-bottom: 2ex;
}

.mensaxe_informacion_formulario{
/* 	background-color: #f9eeaf;
	border: 1px solid #988831;
 */
 	background-color: #fbee7e;
 	background-image: linear-gradient(#f9eeaf, #fbee7e);
	border: 1px solid #f7c942;
	
	
	margin-right: 1ex;
	padding: 1ex;	
}
.mensaxe_informacion_formulario_gris{
	background-color: #f5f5f5;
 	/*background-image: linear-gradient(#f3f3f3, #f0f0f0);*/	
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	
	color: #333333;
	
	margin-right: 1ex;
	margin-bottom: 1ex;
	padding: 1ex 1ex 0 1ex;	
}

.mensaxe_informacion_formulario a{
	color: #333333;
}

div.botonera{
	border-top: 1px solid #d2d2d2;
	/*margin-right: 5em;*/
	margin-right: 1em;
	margin-left: 1em;
	padding: 1ex;
	color: #ffffff;
	
}
 
 
 
 
 
/* 
div.boton{
	display: inline;
	height: 26px;
	padding: 7px 0 7px 0;
	margin: 0px 2ex 0 -2px;
	background: transparent url(./images/boton_der.gif) center right no-repeat;
	vertical-align: middle;
}

div.boton a{
	color: #222222;
	height: 26px;
	background: transparent url(./images/boton_esq.gif) center left no-repeat;
	padding: 7px 1em 7px 1em;
	text-decoration: none;
	margin: 0 0 -1px 0px;
}

div.boton a:hover{
	text-decoration: none;
}

div.boton button{
	display: inline;
	background: transparent url(./images/boton_esq.gif) center left no-repeat;
	padding: 7px 1em 7px 1em;
	margin: 0;
	border: 0;
	color: #222222;
	cursor: pointer;
}
*/






div.boton{
	display: inline;
	height: 22px;
	padding: 5px 0 5px 0;
	margin: .5ex 2ex .5ex 0px;
	vertical-align: middle;


	background-color: #f0f0f0;
	background-image: linear-gradient(#f4f4f4, #f0f0f0);
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	color:#444444;	
	font-weight: bold;
}

div.boton:HOVER{
	background-image: linear-gradient(#fdfdfd, #f7f7f7);
}

div.boton a{
	color: #444444;
	height: 22px;
	padding: 5px 1em 5px 1em;
	text-decoration: none;
	margin: .5ex;
}

div.boton a:hover{
	text-decoration: none;
	color: #444444;
}

div.boton_cancelar{
	background-color: #f0f0f0;
	border-color: #d9d9d9;
	background-image: linear-gradient(#fdfdfd, #f7f7f7);
}
div.boton_cancelar:HOVER{
	background-image: linear-gradient(#fdfdfd, #f7f7f7);
}

/*
div.boton_cancelar a{
	color: #444444;
}
div.boton_cancelar a:hover{
	color: #444444;
}
*/
div.boton button{
	display: inline;
	height: 22px;
	margin: 0px 1ex 0 1ex;
	border: 0;
	color: #444444;
	font-weight: bold;
	background-color: #f0f0f0;
	background-image: linear-gradient(#f4f4f4, #f0f0f0);
}

div.boton:HOVER button{
 	background-image: linear-gradient(#fdfdfd, #f7f7f7);
}







/*
 * Estilos das pestanas
 */
#tabs{
	margin: 0ex 1ex .5ex 0;
	padding: 1.2ex 0 .5ex 2ex;
	border-bottom: 1px solid #eda249;
}

#tabs li{
	margin: 0 0 -2px 0ex;
	padding: .5ex 0 .5ex 0;
	display: inline;
	list-style-image: none;
	border: 1px solid #bbbbbb;
	border-bottom: none;
}

#tabs li.seleccionado{
	padding-top: 1ex;
	border-top: 2px solid #eda249;
	border-left: 1px solid #eda249;
	border-right: 1px solid #eda249;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
}

#tabs li a{
	padding: 0 1ex 0 1ex;
	
}

#tabs li.seleccionado a{
	color: #000000;
	font-weight: bold;
}

ul#subtabs {
	margin: .5ex;
	padding: .5ex 0 .5ex 1ex;
	border-bottom: 1px dotted black; 
}
ul#subtabs li{
	display: inline;
}
 

 
 
 
/*
 * div de xeneracion directa de documentos
 */
#xeracion_directa_documentos{
	border: none;
	overflow: hidden;
	background-color: white;
	width: 250px;
	height: 20px;
	position: absolute;
	margin: -1ex 0 0 0;
}

#cabeceira_xeracion_directa_documentos{
	overflow: hidden;
	width: 248px;
	height: 18px; 
	margin:0;
	padding: 0; 
	background: #e8f0f3 url(./images/flecha_abrir.gif) top right no-repeat;
	border: 1px solid #c7cfd2;
	text-align: left;
	color: #222222;
	font-weight: bold;
}



#corpo_xeracion_directa_documentos{
	width: 248px;
	height: 138px;
	padding: 0px;
	margin: 0;
	background-color: #ffffff;
	text-align: left;
	border: 1px solid #444444;
}









#seleccion_lingua{
	display: block; 
	visibility: hidden; 
	z-Index: -1; 
	position: absolute;
	width: 255px;	
}

div.capa_selLang {
   border-style: solid;
   border-color: black;
   border-width: 1px;
   margin: 0px;
   padding: 2px;
   background: #f7f7f7;
}

div.capa_Lang {
   border-style: solid;
   border-color: #f7f7f7;
   border-width: 1px;
   background: #f7f7f7;
   padding: 1px 2px;
   margin: 1px 2px;
   text-align: center;
   vertical-align: middle;
   float: left;
}

div.capa_Lang:hover {
   border-color: black;
   background: #ffffff;
}

a.lang {
   display: block;
   width: 100%;
   border-style: solid;
   border-color: #777777;
   border-width: 1px;
   text-align: center;
   padding: 2px 4px;
   text-decoration: none;
}

a.lang:hover {
   border-color: black;
   background: #f7f7f7;
   color: #5f5fcc;
}


















/*
 * Divs para as mensaxes de notificacion
 */
 
/* div de mensaxes */
#mensaxe{
	margin: 1em;
	padding: 0 1em 1em 4em;	
}

#mensaxe .titulo_mensaxe{
	padding-top: 1ex;
}
/*
#mensaxe h3{
	color: #222222;
	font-size: 13pt;
	font-weight: normal;
	margin: 1ex 1ex 2ex 1ex;
	padding-left: 3em;
	border-bottom: 1px solid #cccccc;

}
*/
.mensaxe_informacion{
	background: transparent url(./images/info.png) top left no-repeat;
}


.mensaxe_confirmacion{
	background: transparent url(./images/button_ok.gif) top left no-repeat;
}

.mensaxe_warning{
	background: transparent url(./images/warning.png) top left no-repeat;	
}

.mensaxe_error{
	background: transparent url(./images/cancel.gif) top left no-repeat;
}

 
 /*
  * Estilos para o catalogo de cursos
  */

.w33{
	float: left;
	width: 31%;
	padding: 1%;
	margin: 0;	
}

.caixa_inicio_catalogo{
	min-height: 450px;
}

.titulo1{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 19px;
	color: #3e3d40;
	font-weight: normal;
	border-bottom: 1px solid #dddddd; padding: 1ex;
	margin: .5ex;
	padding: .5ex;
}

.titulo1 a{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 19px;
	color: #3e3d40;
	font-weight: normal;
}

.titulo2{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	color: #3e3d40;
	font-weight: bold;
}

.titulo2 a{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.lista_publica{
	margin: 0;
	padding: 0 0 0 2ex;
	list-style-type: none;	
}

.lista_publica li{
	padding: 1ex 0ex 1ex 0ex;
	margin: 0 0 0 -1ex;
	border-bottom: 1px solid #cccccc;
	list-style-image: url(./images/bullet.png);
	list-style-position: outside;
	font-size: 11px;
}

.lista_publica li:HOVER{
	border-bottom: 1px solid #eda249;
	list-style-image: url(./images/bullet.marelo.png);
}

.lista_publica li a{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.lista_publica li a:HOVER{
	color: #333333;
}
#destacados{
	min-height: 350px;
	margin-top: 3em;
}

#contido_destacados{
	border: 1px solid #eeeeee;
	
}

button.marelo{
	width: 30px;
	height: 30px; 
	float: left; 
	background: transparent url(./images/mail_find.png) center center no-repeat;
	border: none;
	margin-left: -30px;
}
/*
button.marelo2{
	background-color: #eda249;
	border: 0;
	margin: 0;
	padding: 0;
	width: 80px;
	height: 20px;
}
*/

.listado_cursos_grupo{
	float: left;
 	width: 89%;
 	margin: 0;
 	padding: 0;
}

.curso_grupo{
 	border-bottom: 1px solid #cccccc;
 	margin: 0 0 1em 0;
 	padding: 0 0 1ex 1em;
}

.curso_grupo a{
	/*font-size: 110%;*/
}
 
.informacion_grupo{
 	float: left;
 	width: 10%;
 	padding: 1ex 0 0 0;
 	margin: 0;
}

.epigrafe_catalogo_cursos h4{
	border-bottom: 1px solid #cccccc;
	padding-left: 1ex;
	margin-left: 1em;
	font-family: Arial, Verdana, sans-serif;
	font-size: 15pt;
	font-weight: normal;	
}


.epigrafe_catalogo_cursos h5{
	border-bottom: 1px solid #cccccc;
	padding-bottom: .5ex;		
}

.panel_compartir{
	background: #DDDDDD;
	padding: 5px;
	width: 100px;
	text-align: center;
}















div.prueba_enlaces{
	display: none;
}

div.prueba_enlaces ul li{
	display: inline;
	color: #ffffff;
}



div.aviso_cdl{
	margin: 1em; 
	padding: 1em 1em 1em 280px; 
	border: 1px solid #0095c2;
	border-left-width: 3px; 
	border-right-width: 3px;
	border-radius: 4px; 
	background: transparent url('./images/logos_centrodelinguas-02.png') center left no-repeat;
	height: 90px;	
}



ul.menu li div#cambio_lingua{
	padding: 1ex 0 0 2ex;
	background-color: #eeeeee;
}
ul.menu li div#cambio_lingua:HOVER{
	color: yellow;
}

ul.menu li div#cambio_lingua:HOVER div#div_seleccion_lingua{
	display: block;

}