body 
{
	font:normal 62.5%/1.95em Arial, Helvetica, Arial, sans-serif; 
	height: 100%;
	position: relative;
}

#contenedor-fondo
{
width:100%;
height:100%;
overflow:hidden;
margin:0px 0 0 0;
}

.carregant
{	
	background: url(../img/spinner.gif) ;
	background-repeat:no-repeat;	
	height:36px;
	width:36px;
	margin-left:250px;
	margin-top:150px;	
	display:none;	
	position:absolute;
	z-index:999;	
	vertical-align:middle;		
	
}
#descargar
{
	display:none;
}

#contentTop  
{	height:100%;
	margin:0 auto 0 auto;
	position:relative;
	width:980px; 
}
#contentTop .topleft
{       
	background: url(../img/logo-footer.gif);
    background-repeat:no-repeat;
    background-position:left bottom;
    height:51px;
    width:200px;
    float:left;
}
#contentTop .topright
{       
    height:51px;
    width:700px;
    float:right;
	text-align:right;
	margin-right:20px;
    
}


#contentTop .topright .NombreProfesional
{
	color:Black;
	font-size:1.8em;
	font-weight:bold;
	text-align:right;
	margin-top:5px;
	
}

#contentTop .topright .LogInOut{font-size:1.4em;margin-top:5px;}
#contentTop .topright .LogInOut A{	color:#74b110;text-decoration:underline;}

#contentBody  
{	
	margin:0 auto 0 auto;
	position:relative;
	width:980px; 
	margin-top:50px;
}

#contentBody #contentBody-top
{
    height:38px;
    width:980px; 
}

#contentBody #contentBody-top .menuinicio
{
    height:38px;
    width:78px;
    background: url(../img/fondo_menu_inicio.gif);
    background-repeat:no-repeat;
    text-align:center;
    font-size:1.2em;
    color:#000000;
    padding:5px;
    float:left;
    
}


#contentBody #contentBody-top .menuinicio a
{
color:#000000;
text-decoration:none;
}


#contentBody #contentBody-top .menuinicio a:hover{text-decoration:underline;}

#contentBody #contentBody-top .menuitems
{
    height:40px;
    width:860px;
    background: url(../img/fondo_menu_items.gif);
    background-repeat:repeat-x;
    font-size:1.2em;
    color:#000000;
    padding-top:5px;
    padding-bottom:5px;
    float:left;
    margin-left:-10px;
    padding-left:2px;
    
}

#contentBody #contentBody-top .menuitems a
{
height:38px;
color:White;
padding:10px;
text-decoration:none;

}

#contentBody #contentBody-top .menuitems a.selected
{
	height:33px;
color:White;
background: url(../img/fondo_menu_items_selected.gif);
background-repeat:repeat-x;
color:Black;

}


#contentBody #contentBody-top .menuitems a:hover{text-decoration:underline;}

#contentBody #contentBody-top .menufin
{
    height:38px;
    width:24px;
    background: url(../img/fondo_menu_fin.gif);
    background-repeat:no-repeat;
    font-size:1.2em;
    color:#000000;
    padding:5px;
    float:left;
    
}

#contentBody #contentBody-body
{
	width:958px;
	height:100%;
	overflow:hidden;
}

#contentBody-body h1
{
	font-size:1.6em;
	margin-top:10px;
	margin-bottom:10px;
	color:#666666;
}

#contentBody-body .buscador
{
	width:950px;
	background-color:#efefef;
	border:1px #cccccc solid;
	margin-bottom:10px;
}


#contentBody-body #contenido
{
	min-height:250px;
	width:950px;
}


#contentBody-body .pie
{
	min-height:10px;
	width:950px;
	border-top:1px #cccccc solid;
	
}


/* Calendario*/

.mesActual
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size:1.8em;
	text-align:center;
	padding-left:5px;

}

.añoActual
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size:1.8em;
	text-align:center;
	margin-right:5px;
	width:50px;
}

table.calendar {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  background-color: white;
  border: solid #999999 1px;
  background-color: white;
  width: 195px;
  text-align: center;
  /*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
  -moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
  font-size: 10px;
}
table.calendar td {
  border: 0;
  font-size: 0.95em;
  text-align: center;
}
div.mainheading {
  margin: 2px;
}
table.caldayheading {
  border-collapse: collapse;
  cursor: pointer;
  empty-cells: show;
  margin: 0 6px 0 6px;
}
table.caldayheading td {
  border: solid #efefef 1px;
  text-align: left;
  color: #0054E3;
  font-weight: bold;
  width: 22px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
  border-right: double #CCCCCC 3px;
}
table.calcells {
  border-collapse: collapse;
  cursor: pointer;
  margin: 0 6px 0 6px;
}
table.calcells td {
  border: solid #CCCCCC 1px;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  width: 22px;
  height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
  padding: 1px;
  margin: 0;
}
table.calcells td.wkhead {
  background-color: white;
  text-align: center;
  border-right: double #CCCCCC 3px;
  color: #0054E3;
}
table.calcells td.wkday {
  background-color: #DDDDDD;
}
table.calcells td.wkend {
  background-color: #DDDDDD;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
  background-color: #def19b;
  color: black;
}
table.calcells td.notmnth {
  background-color: #FFFFFF;
  color: #CCCCCC;
}
table.calcells td.notallowed {
  background-color: white;
  color: #EEEEEE;
  font-style: italic;
}
table.calcells td.hover {
  background-color: #73b10f;
  color:White;
}

.tblaDatos
{
	width:100%;
	font-size:1.2em;
}

.tblaDatos table
{
	width:100%;
}


.tblaDatos table th
{
	height:25px;
	text-align:left;
	padding-top:10px;
	border-bottom:1px #cccccc solid;
}

.tblaDatos table td
{

	border-bottom:1px #efefef solid;
	height:30px;
	text-align:left;
	vertical-align:middle;
	
}

.tblaDatos table tr:hover
{

	background-color:#efefef;
}

.paginacion-minibuscador
{
	color:#666666;
	width:180px;
	float:right;
	margin-top:3px;
	text-align:right;
	font-size:1.2em;
}

.paginacion-minibuscador span
{
	padding-left:4px;
	padding-right:4px;
	color:#666666;
	
}

.paginacion-minibuscador span.select
{
	background-color:#149cce;
	color:White;

}

.paginacion-minibuscador span.noSelect
{
	cursor:pointer;
}

.paginacion-minibuscador span.noSelect:hover
{
	background-color:#149cce;
	color:White;
}

.buscador #herramientas
{
	height:24px;
	width:100%;
	background: url(../img/fondo-herramientas.gif);
    background-repeat:repeat-x;
    	border-left:1px #cccccc solid;
    	border-right:1px #cccccc solid;
    	margin-top:-1px;
    	margin-left:-1px;
}



.buscador #herramientas .separador
{
	height:24px;
	width:5px;
	background: url(../img/fondo-herramientas-separador.gif);
    background-repeat:no-repeat;
    float:left;
    margin-left:5px;

}


.buscador #herramientas a.ver{background: url(../img/herramientas-ver.gif);background-repeat:no-repeat;background-position:top left;}
.buscador #herramientas a.alta{	background: url(../img/herramientas-alta.gif);background-repeat:no-repeat;background-position:top left;}
.buscador #herramientas a.add{	background: url(../img/herramientas-add.gif);background-repeat:no-repeat;background-position:top left;}
.buscador #herramientas a.guardar{	background: url(../img/herramientas-guardar.gif);background-repeat:no-repeat;background-position:top left;}
.buscador #herramientas a.remove{	background: url(../img/herramientas-remove.gif);background-repeat:no-repeat;background-position:top left;}
.buscador #herramientas a.recordar-pw{	background: url(../img/herramientas-recordarPw.gif);background-repeat:no-repeat;background-position:top left;}
.buscador #herramientas a.baja{	background: url(../img/herramientas-baja.gif);background-repeat:no-repeat;background-position:top left;}

.buscador #herramientas a
{
	height:24px;
    color:Black;
    font-size:1.1em;
    float:left;
    text-indent:25px;
    padding-top:3px;        
}

.buscador #herramientas a:hover{text-decoration:underline;}

.buscador .info
{
	float:left;
	font-size:1.2em;
	padding:4px;
	margin:4px;
}


.buscador .info span
{
	float:left;
	margin:4px;
}


.buscador input
{
	float:left;
	margin:4px;
	border:1px #cccccc solid;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:1000;
  background-color:#000;
  display:none;
}
  
.window {
  position:absolute;
  left:0;
  top:0;
  width:500px;
	min-height:100px;
	overflow:hidden;
  display:none;
  z-index:99999;
  padding:20px;
  border:10px #149cce solid;
}
#popUpContenido {
  min-height :100px;
  overflow :hidden;
  width:700px; 
  padding:10px;
  background-color:#ffffff;
}

.buscador-popUP
{	
	width:100%;	
	background-color:#f2f2f2;
	border-left:1px #cccccc solid;	
	border-right:1px #cccccc solid;	
	border-bottom:1px #cccccc solid;	
	margin:0px;
	padding-top:2px;
}

.buscador-popUP .info
{
	float:left;
	font-size:1.2em;
	padding:4px;
	margin:4px;
}


.buscador-popUP .info span
{
	float:left;
	margin:2px;
}


.buscador-popUP input
{
	float:left;
	margin:4px;
	border:1px #cccccc solid;
}

#herramientas-popUp
{
	height:24px;
	width:100%;
	background: url(../img/fondo-herramientas.gif);
    background-repeat:repeat-x;
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
	
}

#herramientas-popUp a.ver{background: url(../img/herramientas-ver.gif);background-repeat:no-repeat;background-position:top left;}
#herramientas-popUp a.alta{	background: url(../img/herramientas-alta.gif);background-repeat:no-repeat;background-position:top left;}
#herramientas-popUp a.baja{	background: url(../img/herramientas-baja.gif);background-repeat:no-repeat;background-position:top left;}
#herramientas-popUp a.add{	background: url(../img/herramientas-add.gif);background-repeat:no-repeat;background-position:top left;}
#herramientas-popUp a.guardar{	background: url(../img/herramientas-guardar.gif);background-repeat:no-repeat;background-position:top left;}
#herramientas-popUp a.remove{	background: url(../img/herramientas-remove.gif);background-repeat:no-repeat;background-position:top left;}
#herramientas-popUp a.volver{	background: url(../img/herramientas-volver.gif);background-repeat:no-repeat;background-position:top left;}
#herramientas-popUp a.recordar-pw{	background: url(../img/herramientas-recordarPw.gif);background-repeat:no-repeat;background-position:top left;}

#herramientas-popUp .separador
{
	height:24px;
	width:5px;
	background: url(../img/fondo-herramientas-separador.gif);
    background-repeat:no-repeat;
    float:left;
    margin-left:5px;
}

#herramientas-popUp a
{
	height:24px;
    color:Black;
    font-size:1.1em;
    float:left;
    text-indent:25px;
    padding-top:3px;        
}

#herramientas-popUp a:hover{text-decoration:underline;}



/*--------------------INICIO ESTILOS DOCUMENTOS CURSOS---------------------*/

#uploadDocumento
{
	background-color:#d3e5ec;
	border:1px #149cce solid;
	padding:5px;
}

#ResumenDocumentos
{
	border:1px #e6e5e4 dotted;		
}

.titular
{
	background-color:#149cce;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
	text-align:center;
	margin-bottom:5px;
}

.oculta
{
	height:0px;	
}

.docs ul li
{	 
	 padding:2px;
	 margin-right:5px;
}

.docs ul li:hover
{
     vertical-align:top;		
	 border:1px #149cce solid;	 
	 cursor:pointer;
	 padding:2px;
	 margin-right:5px;
}

.resumen 
{ 
	float:right;	
    vertical-align:top;	
    height:0px;
}

a.linkDocs 
{
	color:#149cce;
	text-decoration:none;
}
a.linkDocs:hover
{
	color:#c83617;
	font-weight:bold;
	
}

.msgValidacion
{
	background: url(../img/icon_info.png) no-repeat left;			
	color:#c83d1d;		
	padding-left:20px;
}

/*--------------------FIN ESTILOS DOCUMENTOS CURSOS---------------------*/

/*--------------------INICIO ESTILOS CARPETAS---------------------*/

.carpeta
{
	cursor:pointer;
	width:940px;
	font-size:1.1em;
	color:#1f75cc;
	height:20px;	
	padding:3px; 	
}

.carpeta label
{
	cursor:pointer;
	width:940px;
	font-size:1.2em;
	color:#1f75cc;
	 background: url(../img/icon_folder.png) no-repeat left;			
	 background-position:left center;
	 background-repeat:no-repeat;
	 padding-left:25px;
	 height:20px;	 	
}


.carpeta:hover
{
     vertical-align:top;		
	 border:1px #c6d8e4 solid;	 
	 cursor:pointer;
	 padding:2px;
	 background-color:#fafdff;
	 text-decoration:underline;
	 vertical-align:middle;
	background: url(../img/icon_trianguloAbajo.png) no-repeat left;			
	 background-position:right center;
	 background-repeat:no-repeat;	 
}


.carpetaSelect
{
	width:940px;
	font-size:1.1em;
	color:#1f75cc;
	height:20px;	
	padding:3px; 	
	
     vertical-align:top;		
	 border:1px #77aadd solid;	 
	 cursor:pointer;
	 padding:2px;
	background: url(../img/icon_trianguloAbajo.png) no-repeat left;			
	 background-position:right center;
	 background-repeat:no-repeat;	 	 
	 background-color:#eff4fd;
	 text-decoration:underline;
	 vertical-align:middle;

}

.accionesCarpeta
{	 
	display:none;
	 float:right;
	 background-color:#eff4fd;
	 cursor:pointer;
	 width:120px;
	 border-left:1px #149cce solid;	 	 
	 border-right:1px #149cce solid;	 	 
	 border-bottom:1px #149cce solid;
	 margin-right:-3px;
	 margin-top:2px;
	 font-size:1.1em;
	 min-height:40px;
	 overflow:hidden;
}

.accionesCarpeta ul li
{	 
	 padding-left:25px;
	 font-size:1.1em;
	 padding-top:4px;
	 padding-bottom:4px;
}

.accionesCarpeta ul li.editar
{	 
	background: url(../img/icon_elditarFolder.png) no-repeat left;			
	 background-position:left center;
	 background-repeat:no-repeat;	 	 
}

.accionesCarpeta ul li.eliminar
{	 
	background: url(../img/icon_eliminarDoc.png) no-repeat left;			
	 background-position:left center;
	 background-repeat:no-repeat;	 	 
}

/*--------------------FIN ESTILOS CARPETAS---------------------*/


/*--------------------INICIO ESTILOS TEMAS---------------------*/

.tema-noticia
{
	font-size:1.2em; 	
	COLOR:#6e6e6d;
	background: url(../img/icon_Noticias.gif) no-repeat left;			
	padding-left:22px;
	
}

.tema-documento
{
	font-size:1.2em; 		
	COLOR:#cb6900;
	background: url(../img/icon_documentos.png) no-repeat left;			
	padding-left:22px;
}

.tema-curso
{
	font-size:1.2em; 		
	COLOR:#01a62f;
	background: url(../img/icon_Curso.png) no-repeat left;			
	padding-left:22px;
}

.tema-activitad
{
	font-size:1.2em; 		
	COLOR:#4f630a;
	background: url(../img/icon_Activitats.png) no-repeat left;			
	padding-left:22px;
}

.tema-grupoTrabajo
{
	font-size:1.2em; 	
	COLOR:#0070a7;
	background: url(../img/icon_grupTreball.png) no-repeat left;			
	padding-left:22px;
}

.tema-enlace
{
	font-size:1.2em; 	
	COLOR:#a5009f;
	background: url(../img/icon_link.png) no-repeat left;			
	padding-left:22px;
}

/*--------------------FIN ESTILOS TEMAS---------------------*/


/*--------------------INICIO ESTILOS DESTACADOS-------------*/

.Destacado
{
	cursor:pointer;
	width:955px;
	
}

.Destacado ul li 
{	 
	 padding:2px;
}

.Destacado ul li:hover
{
     vertical-align:middle;		
	 border:1px #149cce solid;	 
	 cursor:pointer;
	 padding:2px;
	 margin-right:5px;	 
	 background-color:#eff4fd;
     
     
}

.Destacado ul li .acciones
{	 
	 float:right;
	 background-color:#eff4fd;
	 cursor:pointer;
	 width:110px;
	 border-left:1px #149cce solid;	 	 
	 border-right:1px #149cce solid;	 	 
	 border-bottom:1px #149cce solid;
	 margin-right:-3px;
	 margin-top:2px;
}

.Destacado ul li .acciones ul li:hover
{	 
	 background-color:#149cce;
	 cursor:pointer;
	 color:#ffffff;
	 width:104px;
	 	 	 
}


.Destacado li.selected
{
	 vertical-align:top;		
	 border:1px #149cce solid;	 
	 cursor:pointer;
	 padding:2px;
	 margin-right:5px;
	 background-color:#d9e4fd;
}

.Subcarpeta
{
	margin-left:15px;	
}

.inputDestacado
{
	border:0px;
	color:Black;
	background-color:#FFFFFF;
	font:normal 1.2em Arial, Helvetica, Arial, sans-serif; 
		
}



.buttonGuardarDestacado
{
	border:1px #1386b1 solid;	
	font:normal 1.2em Arial, Helvetica, Arial, sans-serif; 
	color:white;
	background-color:#149cce;
	cursor:pointer;
}

.buttonGuardarDestacado:hover
{
	border:1px #1386b1 solid;	
	font:normal 1.2em Arial, Helvetica, Arial, sans-serif; 
	color:white;
	background-color:#1182ab;
	cursor:pointer;
}

.buttonCancelarDestacado
{
	border:1px #dad9d9 solid;	
	font:normal 1.2em Arial, Helvetica, Arial, sans-serif; 
	color:#666666;
	background-color:#eeeeee;
	cursor:pointer;
}

.buttonCancelarDestacado:hover
{
	border:1px #dad9d9 solid;
	font:normal 1.2em Arial, Helvetica, Arial, sans-serif; 
	color:#666666;
	background-color:#dcdbdb;
	cursor:pointer;
}

#Acciones
{
	margin-left:185px;	
}

/*-------------------- FIN ESTILOS DESTACADOS---------------*/


/*--------------------INICIO ESTILOS DOCUMENTOS---------------------*/

.documento
{
	cursor:pointer;
	width:947px;
	font-size:1.1em;
	color:#1f75cc;
	height:20px;	
	padding:3px; 	
}

.documento a.link
{
	cursor:pointer;
	width:947px;
	font-size:1.2em;
	color:#1f75cc;
	 background: url(../img/icon_pdf.png) no-repeat left;			
	 background-position:left center;
	 background-repeat:no-repeat;
	 padding-left:25px;
	 min-height:20px;	 	
}

.editarDoc
{
	margin-bottom:5px;
	margin-top:5px;
	background-color:#efefef;
	padding:4px;
}

.editarDoc label
{
font-size:1.2em;
margin-left:5px;
margin-right:5px;
}

.documento:hover
{
     vertical-align:top;		
	 border:1px #77aadd solid;	 
	 cursor:pointer;
	 padding:2px;
	 text-decoration:underline;
	 vertical-align:middle;
	background: url(../img/icon_trianguloAbajo.png) no-repeat left;			
	 background-position:right center;
	 background-repeat:no-repeat;	 
	 background-color:#eff4fd;
	 
}


.documentoSelect
{
	width:947px;
	font-size:1.1em;
	color:#1f75cc;
	height:20px;	
	padding:3px; 	
	
     vertical-align:top;		
	 border:1px #77aadd solid;	 
	 cursor:pointer;
	 padding:2px;
	background: url(../img/icon_trianguloAbajo.png) no-repeat left;			
	 background-position:right center;
	 background-repeat:no-repeat;	 	 
	 background-color:#eff4fd;
	 text-decoration:underline;
	 vertical-align:middle;

}

.Guardar
{
	border:1px #1386b1 solid;	
	color:white;
	background-color:#149cce;
	cursor:pointer;
	margin-left:3px;
	margin-right:3px;
}

.Guardar:hover
{
	color:white;
	background-color:#1182ab;
}

.Cancelar
{
	border:1px #dad9d9 solid;	
	color:#666666;
	background-color:#eeeeee;
	cursor:pointer;
		margin-left:3px;
	margin-right:3px;
}

.Cancelar:hover
{
	border:1px #dad9d9 solid;
	background-color:#dcdbdb;
}

.accionesDocumento
{	 
	display:none;
	 float:right;
	 background-color:#eff4fd;
	 cursor:pointer;
	 width:120px;
	 border-left:1px #149cce solid;	 	 
	 border-right:1px #149cce solid;	 	 
	 border-bottom:1px #149cce solid;
	 margin-right:-3px;
	 margin-top:2px;
	 font-size:1.0em;
	 min-height:40px;
	 overflow:hidden;
	 position:relative;
	 z-index:900;
}

.accionesDocumento ul li
{	 
	 padding-left:25px;
	 font-size:1.1em;
	 padding-top:4px;
	 padding-bottom:4px;
}


.accionesDocumento ul li.editar
{	 

	background: url(../img/icon_editarFolder.png) no-repeat left;			
	 background-position:left center;
	 background-repeat:no-repeat;	 	 
}

.accionesDocumento ul li.editar:hover
{	 
	background-color:#1182ab;
	color:White;
}

.accionesDocumento ul li.eliminar
{	 
	background: url(../img/icon_eliminarDoc.png) no-repeat left;			
	 background-position:left center;
	 background-repeat:no-repeat;	 	 
}

.accionesDocumento ul li.eliminar:hover
{	 
	background-color:#1182ab;
	color:White;
}

.accionesDocumento ul li.deseleccionar
{	 
	background: url(../img/icon_up.png) no-repeat left;			
	 background-position:left center;
	 background-repeat:no-repeat;	 	 
}

.accionesDocumento ul li.deseleccionar:hover
{	 
	background-color:#1182ab;
	color:White;
}

.accionesDocumento ul li.descargar
{	 
	background: url(../img/icon_download.png) no-repeat left;			
	 background-position:left center;
	 background-repeat:no-repeat;	 	 
}

.accionesDocumento ul li.descargar:hover
{	 
	background-color:#1182ab;
	color:White;
}



/*--------------------FIN ESTILOS CARPETAS---------------------*/