* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:url(/img/bg.png);
 overflow-x:hidden;
}

a {color:#0f67a1; text-decoration:none}
a:hover {text-decoration:underline}

#contenedor { 
 margin: 0 auto;
 width: 931px;
 border:1px solid #0f67a1;
 border-top:none;
 background:#FFFFFF;
}
#faux {
 background:#FFFFFF;
 margin-bottom: 1px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
 position:relative; /* NO ESTABA, PUESTO POR MI */
 /* margin-top:101px; /* NO ESTABA, PUESTO POR MI */
}
#cabecera {
 color: #333;
 width: 931px;
 height: 140px;
 margin: 0px 0px 0px 0px;
}

/* MENU ------------------------ */
#menu {
	color: #333;
	width: 931px;
	height: 50px;
	margin: 10px 0px 5px 0px;
}

#jq-secondaryNavigation 
{
	float:left;
	/*clear: left;*/
	/*	margin-top: 63px;*/
	background:#275e85;
	font: 70% Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #fff;
	width: 931px;
	border-top:1px #FFffff solid;
}
#jq-secondaryNavigation ul {
float: left;
padding: 0 0 0 11px;
margin: 0;
margin-left:0px;
}
#jq-secondaryNavigation ul li {
float: left;
list-style: none;
border-right: 1px solid #275e85;
border-left: 1px solid #275e85;
height: 34px;
margin: 0;
background: none;
padding: 0;
}
#jq-secondaryNavigation ul li.jq-first {border-left: none;}
#jq-secondaryNavigation ul li.jq-last {border-right: none;}
#jq-secondaryNavigation li a 
{
	float: left;
	padding: 0 12px;
	font-size: 1.3em;
	color: #eee;
	text-decoration: none;
	line-height: 34px;
	position: relative;
}
#jq-secondaryNavigation li a span {position: relative;top: 0;left: 0;}
#jq-secondaryNavigation li a span.jq-shadow, #jq-footerNavigation li a span.jq-shadow {
	top: .1em;
	left: 1em;
	color: #131c25;
	position: absolute;
	display: none;
}
#jq-secondaryNavigation li a:hover, #jq-footerNavigation li a:hover {color: #fff; font-weight:bold}
#jq-secondaryNavigation li a:hover span.jq-shadow, 
#jq-footerNavigation li a:hover  span.jq-shadow,
#jq-secondaryNavigation li.jq-current a span.jq-shadow, 
#jq-footerNavigation li.jq-current a span.jq-shadow {display: block;}

#registro
{
	float:right;
	width:160px;
	background: #0F67A1;
	font: 60% normal Arial, Helvetica, sans-serif;
	color: #eee;
	font-size:10px;
	text-transform:uppercase;
	vertical-align:middle;
	padding-top:13px;
	padding-bottom:8px;
}

#registro a {color: #eee;text-decoration:none;}
#registro a:hover {color:#FFFFFF;}

/* BREADCRUMBS (MIGAS PAN) ------------------------------------*/
#bread {
	color:#47688F;
	padding: 3px;
	margin-bottom: 5px;
	font-size:11px;
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:2px;
	}


#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 5px;
	border: none;
	list-style: none;
	display: inline;
	}

#bread a{text-decoration:none; color:#999999}
#bread a:hover{text-decoration:underline;}

/* SLIDE DE NOVEDADES ------------------------- */
.sliderwrapper
{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 1px solid #CCCCCC;
	width: 177px; /*width of featured content slider*/
	height: 210px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:11px;
}

.sliderwrapper .contentdiv
{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	background: white;
	width: 177px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.contentdiv
{
	margin:0 auto;
	text-align:center;
	color:#000000;
}
/* FIN DE SLIDE DE NOVEDADES ------------------------- */

/* NOTICIAS INICIO ------------------------------------- */

#noticia_inicio
{
	margin-bottom:20px;
}

#foto_noticia_inicio
{
	width:115px;
	float:left;
}

#contenido_noticia_inicio
{
	width:320px;
	float:left;
	margin-left:20px;
}

.titular_noticia
{
	font-weight:bold;
	text-align:left;
}

.titular_noticia a {color:#0D5995; text-decoration:none}
.titular_noticia a:hover {color:#0D5995; text-decoration:underline}
.resumen_noticia
{
	color:#666666;
	font-size:11px;
	text-align:justify;
	font-family:Tahoma;
	margin-top:7px;
}

.navegacion
{
	text-align:right;
	margin-right:20px;
}

.foto {border:1px solid #999999; padding:1px}

/* NOTICIAS DETALLE -----------------------------------*/

.titular_noticia_detalle
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#26568A;
	text-align:justify;
}
.resumen_noticia_detalle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-style:italic;
	text-align:justify;
}

.texto_noticia_detalle
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	line-height:20px;
	text-align:justify;
	width:98%;
}

.comentario_par
{
	background:#F8FAFA;
	padding:11px;
	text-align:justify;
	color:#355479;
	width:94%;
	border:1px dotted #355479;
}

.comentario_impar
{
	background:#E0E9EB;
	padding:11px;
	text-align:justify;
	color:#355479;
	width:94%;
	border:1px dotted #355479;
}

.comentar_noticia
{
	padding-bottom:2px;
	border-bottom:1px solid #333333;
	color:#333333;
	font-weight:bold;
	text-align:justify;
	width:99%;
}
	
/* VENTANAS MODALES --------------------------------------- */

.fondo_popup {background:#FFFFFF}

#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("/img/submodal/maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 1px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #486CAE;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.0em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}

.seccion_inicio
{
	padding-bottom:2px;
	border-bottom:1px dotted #405995;
	color:#405995;
	font-weight:bold;
	text-align:justify;
	width:99%;
	text-transform:uppercase;
}

/* Capa anotaciones */
.capa_notas
{
	height:110px;
	overflow-x:none;
	overflow-y:scroll;
}

/* TABLAS ---------------------------- */
.cabecera_tabla
{
	background:#3A5678;
	color:#FFFFFF;
	text-align:center;
	padding:2px;
	font-size:11px;
}

.datos_tabla_par
{
	background:#E3E7EE;
	color:#003366;
	text-align:center;
	padding:2px;
}

.datos_tabla_impar
{
	background:#E2E3E1;
	color: #003366;
	text-align:center;
	padding:2px;
}
/* FIN TABLAS ---------------------------- */


#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
}
#rightcolumn { 
 float: left;
 color: #333;
 margin: 10px;
 padding-left: 10px;
 width: 675px;
 display: inline;
 position: relative;
 overflow:hidden;
}

/* PIE ---------------------- */
#pie { 
 width: 100%; /* ANTES: 921PX*/
 clear: both;
 overflow:hidden;
 color: #163367;
 background:#ffffff;
 padding-top:15px;
 margin:0 auto;
 text-align:center;
 border-top:1px dotted #cccccc;
}
#pie a {color:#FFFFFF; text-decoration:none; font-size:11px}
#pie a:hover {color:#FFFFFF; text-decoration:underline; font-size:11px}

#titulo_logospie
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin-left:70px;
	color:#666666;
	text-align:left;
	letter-spacing:0.5em;
	width:100%;
	font-weight:bold;
}
#logospie
{
	text-align:left;
	width:100%;
	float:left;
	margin:0 auto;
	text-align:center;
}

#un_proyecto_de
{
	margin:0 auto;
	text-align:left;
	width:40%;
	float:left;
	/*border:1px solid #FFFFFF;*/
	padding-left:110px;
	margin-bottom:10px;
}

#titulo_en_colaboracion_con
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin-left:80px;
	color:#FFFFFF;
	text-align:left;
	letter-spacing:0.5em;
	margin-bottom:10px;
}
#en_colaboracion_con
{
	margin:0 auto;
	text-align:center;
	width:40%;
	float:left;
	/*border:1px solid #FFFFFF;*/
	padding-left:50px;
	margin-bottom:10px;
}

#titulo_organizadores
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin-left:80px;
	color:#FFFFFF;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:0.5em;
	margin-bottom:10px;
}
#organizadores
{
	margin:0 auto;
	text-align:center;
}

.clear { clear: both; background: none; }

/* PAGINACION ESTILO DIGG ---------------------*/

ul{border:0; margin:0; padding:0;}

.pagination-digg li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
margin-right:2px;
}
.pagination-digg a{
border:solid 1px #9aafe5;
margin-right:2px;
}
.pagination-digg .previous-off,
.pagination-digg .next-off {
border:solid 1px #DEDEDE;
color:#888888;
display:block;
float:left;
font-weight:bold;
margin-right:2px;
padding:3px 4px;
}
.pagination-digg .next a,
.pagination-digg .previous a {
font-weight:bold;
}
.pagination-digg .active{
background:#2e6ab1;
color:#FFFFFF;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
.pagination-digg a:link,
.pagination-digg a:visited {
color:#0e509e;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
.pagination-digg a:hover{
border:solid 1px #0e509e;
}
/* FIN PAGINACION ESTILO DIGG ---------------------*/

/* FORMULARIO ESPACIO EMPRESAS -----------------------*/
.titulo_formulario_empresa {padding-bottom:0px; border-bottom:1px solid #5E83B0; width:97%; color:#5E83B0; font-weight:bold}
#formulario_empresa {padding:0; width:550px; border:1px solid #004c93; padding:5px; margin:0 auto;}
label {font:bold 0.9em Arial; color:#004c93}
.campo_formulario_empresa {text-align:center;border:1px solid #CCCCCC; background-position:left; font: normal 11px Arial; width:130px; color: #333333; padding:3px 5px 3px 10px;}
.boton_formulario_empresa {border:1px solid #004c93; background:#BCD5E0; font:normal 11px Arial; padding:3px; width:80px; color:#004c93}
/* FIN FORMULARIO ESPACIO EMPRESAS -----------------------*/

/* PARRAFOS ----------------------------------*/
.parrafo_justificado
{
	text-align:justify;
	width:98%;
}

/* ESPACIO EMPRESAS ---------------------------- */
#empresa_conectada
{
	color:#496794;
	background:#FFFFFF;
	padding-top:5px;
	padding-bottom:3px;
	width:99%;
	text-align:right;
	padding-right:10px;
	border-bottom:1px dotted #CCCCCC;
}

#descripcion_recurso
{
	text-align:left;
	font-weight:bold;
	color:#496794;
}
/* FIN ESPACIO EMPRESAS ------------------------------ */

/* ESPACIO EMPRESAS: FORO ----------------------------- */
.titulo_foro
{
	background-color:#5E83B0;
	color:#FFFFFF;
	font-weight:bold;
}

.cabeceras_foro
{
	background-color:#B8C8DC;
	color:#486A95;
	font-weight:bold;
	text-align:center;
}

.datos_fila_par
{
	background:#FCFCFC;
	text-align:center;
}

.datos_fila_impar
{
	background:#F7F7F7;
	text-align:center;
}

.datos_foro
{
	padding-left:8px;
	padding-top:5px;
	padding-bottom:5px;
}

.tabla_foro
{
	width:99%;
	font-size:12px;
}

.titulo_tema
{
	border:1px solid #006699;
	padding-bottom:4px;
	color:#006699;
	padding-top:4px;
	padding-left:10px;
}

.cabeceras_mensajes
{
	font-weight:bold;
	background:#435B83;
	color:#FFFFFF;
	text-align:center;
	padding-top:5px;
}

.tabla_mensajes
{
	width:99%;
	font-size:12px;
}

p.paginacion
{
	text-align:center;
	font-size:95%;
	color:#0066CC;
	font-family:Verdana;
}

.mensaje_foro
{
	padding:20px;
	color:#999999;
	border:1px dotted #999999;
}

.mensaje_foro_par
{
	padding:20px;
	background-color:#EEF2F7;
	color:#666666;
	border:1px dotted #999999;
}

.mensaje_foro_impar
{
	padding:20px;
	background-color:#D5DFEC;
	color:#666666;
	border:1px dotted #999999;
}

.nuevo_mensaje_foro
{
	border:1px solid #CCCCCC;
	padding:20px;
}

.titulo_tabla
{
	background:#1F5078;
	color:#FFFFFF;
	text-align:center;
	padding:2px;
}

.cabecera_tabla
{
	background:#2D73AC;
	color:#FFFFFF;
	text-align:center;
	width:98%;
}

#bread_foro {
	color: #666;
	padding: 3px;
	margin-bottom: 5px;
	font-size:10px;
	text-transform:uppercase;
	border-bottom:1px dotted #999999;
	margin-left:-5px;
	}

#bread_foro ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread_foro ul li {
	margin-left: 0;
	padding-left: 5px;
	border: none;
	list-style: none;
	display: inline;
	}

#bread a{text-decoration:none; color:#999999}
#bread_foro a:hover{text-decoration:underline;}



/* FIN ESPACIO EMPRESAS: FORO ----------------------------- */

/* ENLACES DE INTERES ------------------------------------- */
.msg_list 
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 600px;
}
.msg_head 
{
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
	color:#4B6F9A;
	font-weight:bold;
}
.msg_body 
{
	padding: 5px 10px 15px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	margin-left:30px;
}

.destacados
{
	text-align:justify;
	border-bottom:1px solid #5E83B0;
	padding-bottom:1px;
	color:#5E83B0;
	font-weight:bold;
}

/* CAMPOS DE FORMULARIO -------------------------- */

.campo_texto
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

.area_texto
{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	text-align:left
}

/* DOCUMENTACION -----------------------*/

.categoria_seleccionada
{
	color:#808080;
	border-bottom:1px dotted #999999;
	padding:2px;
}

.tamano, .formato, .breve_descripcion {margin-left:27px; color:#606060}
.descripcion {margin-left:27px;}

/* AYUDAS ------------------------------ */

.plazo {margin-left:32px; color:#606060}
.fecha_detalle {width:99%; font-size:11px; text-align:right; border-bottom:1px dotted #606060; padding-bottom:1px}
.adjuntos {border-bottom:1px dotted #666666; padding-bottom:1px}

/* DIRECTORIO -------------------------- */

.empresa_seleccionada {padding-bottom:2px; border-bottom:1px dotted #606060; text-transform:uppercase}

/* FORMACION EN OFERTA -------------------------- */

.curso_seleccionado {padding-bottom:2px; border-bottom:1px dotted #606060; text-transform:uppercase}

/* ESPACIO EMPRESASFORMACION EN OFERTA -------------------------- */

.proyecto_abierto {padding-bottom:2px; border-bottom:1px dotted #606060; text-transform:uppercase; width:98%}

/* FAQS ---------------------------------------- */
.pregunta {text-align:justify; width:95%}
.respuesta {background:#E6E6E6; padding:10px; text-align:justify; width:95%}
.titulo_faqs {font-size:14px; color:#006699}

/* COLABORACION (CHAT) -------------------------- */
#daddy-shoutbox 
{
  padding: 5px;
  background:#ffffff;
  color:#304661;
  width: 600px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  border:1px solid #CCCCCC;
  padding:10px;
}
.shoutbox-list {
  border-bottom: 1px dotted #CCCCCC;
  padding: 5px;
  display: none;
}
#daddy-shoutbox-list {
  text-align: left;
  margin: 0px auto;
}
#daddy-shoutbox-form {
  text-align: left;
  
}
.shoutbox-list-time {
  color: #8DA2B4;
}
.shoutbox-list-nick {
  margin-left: 5px;
  font-weight: bold;
}
.shoutbox-list-message {
  margin-left: 5px;
}
.boton_envio {margin-left:20px; border:1px solid #CCCCCC; background:#F5F5F5; color:#606060; font-size:11px; font-family:Arial, Helvetica, sans-serif; padding:2px; width:50px}

/* COLABORACIONES ---------------------------------- */
.seccion_colaboraciones {background:#E5E5E5; color:#2F3455; padding:3px; width:97%}
.informacion_colaboracion {border:1px dotted #CCCCCC; padding:10px;}

/* AYUDA DEL SITIO -----------------------------------*/

.titulo_seccion_ayuda
{
	width:width:98%;
	background:#2F447B;
	color:#FFFFFF;
	padding-left:5px;
	padding-bottom:2px;
	padding-top:2px;
	text-align:justify;
}

/* FORMACION EN OFERTA, FORMACION A DEMANDA */

.titulo_busqueda {border-bottom:1px dotted #666666; color:#666666; font-weight:bold}

/* GESTION DE ERRORES --------------------------------- */
.titulo_errores
{
	padding-left:7px; 
	background-color:#990000; 
	color:#FFFFFF;
	font-family:Tahoma; 
	font-size:11px; 
	width:89%; 
	margin-left:30px;
	border:1px solid #990000;
}

.detalle_errores
{
	border:1px dotted #990000;
	color:#990000;
	background:#FFCCCC;
	padding:10px;
	width:87%;
	margin-left:30px;
}

.lista_errores 
{
	list-style-image:url(/roda/img/error.gif);
	margin-left:30px;	
	color:#993300;
	font-size:90%;
}

/* ANUNCIOS -------------------------------- */

.titulo_anuncio_detalle {font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#006699; font-weight:bold; text-transform:uppercase}

/* SEPARADOR ----------------------------------- */

.separador {border-bottom:1px dotted #999999;}

/* LOPD --------------------------------------- */

.lopd {background:#EEEEEE; border:1px dotted #999999; padding:10px; text-align:justify}