*{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	padding: 0px;
}

table{
	border: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-spacing: 0px;
}

td{
	border-spacing: 0px;
}

img{
	border: 0px;
}

#todo{
	position: absolute;
	left: 50%;
	top: 0px;
	width: 800px;
	margin-left: -400px;
	background-color: #F9F9F9;
	color: #000000;
}

#cabecera{
	width: 100%;
	height: 20px;
	background-image: url(../img/cabecera.jpg);
	background-repeat: no-repeat;
}

#fondo_menu{
	width: 100%;
	height: 62px;
	background-image: url(../img/fondo_menu.jpg);
	background-repeat: no-repeat;
}

#menu{
	position: relative;
	top: 38px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0px;
	padding: 0;
}

#menu a,
#menu a:link,
#menu a:visited,
#menu a:active{
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 9px;
	margin-right: 4px;
}

#menu a:hover{
	/*text-decoration: underline;*/
	background-image: url(../img/roll_menu.gif);
	background-repeat: repeat-x;
	background-position: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 9px;
}

#menu li {
	background-image: url(../img/separador-menu.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#menu ul, li{
	display: inline;
	margin: 0 0 0 0px;
	padding: 0;
	font-weight: bold;
}

#menu_sup{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #FFFFFF;
	background-color: transparent;
	padding: 0 15px 0 0;
}

#menu_sup a,
#menu_sup a:link,
#menu_sup a:visited,
#menu_sup a:active{
	color: #FFFFFF;
	background-color: #0D84BF;
	text-decoration: none;
	font-style: italic;
}

#menu_sup a:hover{
	text-decoration: underline;
}

#cabecera2{
	width: 100%;
	height: 199px;
}

#contenido{
	float: left;
	width: 600px;
}

#contenido_1_columna{
	float: left;
	width: 800px;
}

#contenido_izq{
	float: left;
	width: 200px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #F9F9F9;
}

#contenido_centro{
	float: right;
	width: 365px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #F9F9F9;
}

#contenido_centro_dcha{
	float: right;
	width: 555px;
	padding-left: 30px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #F9F9F9;
}

#contenido_dcha{
	float: right;
	width: 190px;
	padding-top: 5px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #F9F9F9;
}

#footer{
	clear: both;
	width: 800px;
	height: 67px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
}

#pie{
	padding-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: transparent;
	text-align: center;
}

#pie a,
#pie a:link,
#pie a:visited,
#pie a:active{
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}

#pie a:hover{
	text-decoration: underline;
}

.box{
	margin: 5px 5px 0px 5px;
}

.box_lat_izq{
	background-image: url(../img/box_lat_izq.gif);
}

.box_esquina_sup_izq{
	background-image: url(../img/box_esquina_sup_izq.gif);
	background-repeat: no-repeat;
	width: 7px;
	height: 22px;
}

.box_esquina_inf_izq{
	background-image: url(../img/box_esquina_inf_izq.gif);
	background-repeat: no-repeat;
	width: 7px;
	height: 8px;
}

.box_lat_dcha{
	background-image: url(../img/box_lat_dcha.gif);
	width: 15px;
}

.box_esquina_sup_dcha{
	background-image: url(../img/box_esquina_sup_dcha.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 22px;
}

.box_esquina_inf_dcha{
	background-image: url(../img/box_esquina_inf_dcha.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 8px;
}

.box_inf{
	background-image: url(../img/box_inf.gif);
	height: 8px;
}

.innerhead{
	background-image: url(../img/barra_titulo_izq.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #FF6600;
	height: 22px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
}

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

.link_mas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #FF6600;
	text-align: right;
}

.link_mas a,
.link_mas a:link,
.link_mas a:visited,
.link_mas a:active{
	color: #FF6600;
	background-color: #F9F9F9;
	text-decoration: none;
}

.link_mas a:hover{
	text-decoration: underline;
}

.class_boton_enviar{
	background-color: #FF6600;
	border: 0px;
	padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

#validaciones{
	text-align: center;
}
.texto-naranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FF6600;
}
.texto-naranja12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
}
.texto-naranja14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
}

.texto-gris{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

h1 {
font-size:16px;
color:#FF6600;
}


.texto-cursiva-naranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #FF6600;
	font-weight: bold;
}

#ntelefono{
	position: absolute;
	left: 20px;
	top:10px;
	font-family: "Helvetica 55 Roman";
	/*font-family: "Helvetica 45 Light";*/
	font-size: 30px;
	color: #0c6e9f;
	background-color: transparent;
}

/*============ CONVOCATORIAS ============*/
#sub_menu_convocatorias{
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding-bottom: 10px;
}

#sub_menu_convocatorias a,
#sub_menu_convocatorias a:link,
#sub_menu_convocatorias a:visited,
#sub_menu_convocatorias a:active{
	color: #FF6600;
	background-color: #F9F9F9;
	text-decoration: none;
}

#sub_menu_convocatorias a:hover{
	text-decoration: underline;
}

#sub_menu_convocatorias ul, #sub_menu_convocatorias li{
	display: inline;
	margin: 0 0 0 0px;
	padding: 0;
	font-weight: normal;
}
/*============ FIN CONVOCATORIAS ============*/

/*============ GMAP =========================*/
#map{
	width: 380px; 
	height: 300px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*============ FIN GMAP =========================*/

/*============ NOTICIAS =====================*/

.noticia{
	width: 100%;
	margin: 0 0 5px 0;
}

.titulo_noticias{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FF6600;
	background-color: #F9F9F9;
}

.sub_titulo_noticias{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0D84BF;
	background-color: #F9F9F9;
}

.fecha_noticias{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #F9F9F9;
	font-style: italic;
}

#n_paginas{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/*============ FIN NOTICIAS =================*/

#contenido_1_columna #contenido_izq a {
	display: block;
	width: 165px;
	height: 17px;
	color: #999;
	padding: 5px 0px 0px 10px;
	text-decoration:none;
	font-weight: bold;
	color:#666;
}

#contenido_1_columna #contenido_izq a:hover {
	color: #999;
}

.menu-iz
{
	display: block;
	width: 165px;
    height: 17px;
	background-image:url(../img/fondo_boton.jpg);
	color: #ffffff;
	padding: 5px 0px 0px 10px;
	text-decoration:none;
	font-weight: bold;
}


#legislacion a{
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	margin-left:20px;
}

#legislacion a:hover{
	color:#FF9900
}

#links{
	padding-left:20px;
}

#sindicatos, #prensa, #portales, #unidades, #documentacion, #organismos, #recursos, #publicaciones{
	color:#666666;
	cursor:pointer;
	font-weight:bold;
}

#sindicatos:hover, #prensa:hover, #portales:hover, #unidades:hover, #documentacion:hover, #organismos:hover, #recursos:hover, #publicaciones:hover{
	color:#FF9900;
	cursor:pointer;
}

#cont_sindicatos, #cont_prensa, #cont_portales, #cont_unidades, #cont_documentacion, #cont_organismos, #cont_recursos, #cont_publicaciones{
	display:none;
	padding-left:40px;
}

#cont_sindicatos a, #cont_prensa a, #cont_portales a, #cont_unidades a, #cont_documentacion a, #cont_organismos a, #cont_recursos a, #cont_publicaciones a{
	display:block;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	padding-top:2px;
}

#cont_publicaciones a{
	padding-top:4px;
}

#cont_sindicatos a:hover, #cont_prensa a:hover, #cont_portales a:hover, #cont_unidades a:hover, #cont_documentacion a:hover, #cont_organismos a:hover, #cont_recursos a:hover, #cont_publicaciones a:hover{
	color:#FF9900
}

.mapaweb {
	display: none;
}

.cabecera_tabla_temario{
	color: #000000;
	background-color:#cccccc;
	text-align:center;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:15px;
}


.caja_nodos_index{

	width:500px;
	height:auto;
	padding:10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;

}

.caja_nodos_detail{

	width:500px;
	height:auto;
	padding:10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;

}

.subLinks{
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
		background-image:url(../img/fondo_boton_submenu.jpg);

	font-size: 11px;
	color: #000;
	background-color: transparent;
	text-align: center;
}
.subLinks a,
.subLinks a:link,
.subLinks a:visited,
.subLinks a:active{
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
