/* ETIQUETAS DIV */

body
{
	/*background-image: url(http://www.juntadeandalucia.es/epsbg/imagenes/fondo.png);*/
	font-family:"Eras Medium ITC", Arial, sans-serif;
	color: #000000;
	background-color: #ffffff;
	text-align:center;
}


#contenido
{
	position:absolute; 
	visibility:visible;
/*	width:954px; */
	width:95%;
	z-index:0; 
	left: 20px; 
	top: 200px; 
	height: 392px;
	background-repeat:no-repeat;
	background-image:url(http://www.juntadeandalucia.es/epsbg/imagenes/fotos_centros.jpg)
}

#contenidoUP /* para "NUESTROS CENTROS" y "ENLACES DE INTERES" */
{
	position:absolute; 
	visibility:visible;
/*	width:954px; */
	width:95%;
	z-index:0; 
	left: 20px; 
	top: 175px; 
	height: 392px;
}

#contenidoMAP /* para "NUESTROS CENTROS" y "ENLACES DE INTERES" */
{
	position:absolute; 
	visibility:visible;
/*	width:954px; */
	width:95%;
	z-index:0; 
	left: 20px; 
	top: 120px; 
	height: 392px;
}


#cabecera
{
	width:96%;
	vertical-align:middle;
}
/* Tablas */

/* HOJA DE ESTILO DE LOS MENUS DESPLEGABLES */

/*IEXPLORER6 */

#nav, #nav ul { /* all lists */
	
	font-family:"Eras Medium ITC";
	font-size:10px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1.5;
	text-align:center;
	text-align:justify;
	color:#008347;
	background-color: #000001;
	z-index: 1;
	position:relative;
	overflow:visible;
}

#nav a
 {
 	text-decoration: none;
	padding: 0 0.5em;
	line-height: 1.6em;
	background: transparent;
	color: inherit;
	overflow: hidden;
	height:auto;
	display: block;
	width: 11em; /*ancho de las cabeceras de pestañas */
	height:auto;
	color:#ffffff;
}

#nav li { /* all list items Institucional,Ciudadanos,etc */
	height:auto;
	background:#008348;	
	float: left;
	width: 9%; /* ancho de los desplegables */
	border:solid 1px #aaa;
	position: relative;
	text-align: center;
	color: #00F;
	overflow: visible;
	z-index:2;
	padding: 0px 0px; /*0.4em (alto) 0.7em (ancho);*/
}

#nav li ul { /* second-level lists */
	text-align:center;
	position: absolute;
	height:auto;
	width: 100%;
	margin: 3px 0 0 0px;/*10.5em 0 0 -6.5em;*/
	left: -999em;  
	/*	using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	width:100%;
	margin: 2.3em 0 0 50px; /* margin: ALTURA 0 0 DERECHA */ 
}

#nav li:hover ul ul, #nav li.sfhover ul ul 
{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	z-index: 2;
	left: auto;
	background-color: #00B57A;
}

#nav li a:hover 
{
	background-color: #00B57A;
	color: white;
	z-index:2;
}

/*  ###################### IEXPLORER7 #######################  */



#nav  > li  /* #nav  > li */
{
	width:10.5%;
}


#nav  > li  > ul /* #nav  > li  > ul */
{
	position: relative;
	top:  4px;
	left: 4px;
	z-index:2;	
}



#nav li ul li
{
	/*position: relative;*/
	top:  -4px;
	left: -4px;	
	width:100%;
	
}

#nav ul ul
{
	width: 150%;
}

#nav  > li /* #nav  > li */
{
	
	margin: 0;
	float: left;
	text-align: center;
	height: 1.6em;
}


#nav li li a {

	line-height: normal;
	padding: 0.25em 0.5em;
}

#nav ul, #nav li, #nav a{

	display: block;
}


#nav ul{
	visibility: hidden;
}



/* (sub-)submenus */
#nav ul ul, #nav ul ul ul{
	position:absolute;
	top: 0;
	left: 95%;
	visibility: hidden;
}

/* Shadow! */

#nav li:hover
{
	background: #00B57A;
	color: white;
	z-index:2;
}

/* end shadow */


/* Enlarger */

#nav  li:hover {
	margin: -0.2em;
	padding: 0.2em;
	z-index: 2;
}

#nav > li:hover > a  /* #nav > li:hover > a  */
{
	margin: -0.2em;
	padding: 0.2em 0.7em;
	z-index:2;
}
/* end enlarger */

/* Interactive lines: show/hide menus */
#nav li:hover ul ul, #nav li:hover ul ul ul,#nav li.sfhover ul ul 
{
	visibility: hidden;

}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul 
{
	background: #00B57A;
	visibility: visible;
	z-index:2;
	color: #00B57B;
}

/* HASTA AQUI HOJA DE ESTILO DEL MENU DESPLEGABLE */

A:link, A:visited, a:link img, a:visited img
{
	text-decoration: none; 
	color:#ffffff;
	border:0;
	/*background-color: #fffffe;*/
}

a.enlace:link, a.enlace:visited
{
	color:#000000;
	background-color:#FEFEFE
}

a.enlace:hover   
{
	/*font-size:larger;*/
	color:#008347;
	background-color:#FEFEFF
}

<!-- BARRA DEL INDEX.ASP -->

a.enlace2:link
{
	color:#FFFFFF;

}
a.enlace2:visited
{
	color:#FFFFFF;

}
a.enlace2:hover   
{	
	color:#000000;
	background:url(http://www.juntadeandalucia.es/epsbg/imagenes/tab_cab_1.png);

}
a.enlace4:link
{
	color:#00824A;

}
a.enlace4:visited
{
	color:#00824A;

}
.barra
{
	font-family:"Eras Medium ITC";
	font-size:12px;
	background-color:#008347;
	color:#FFFFFF;
	height:20px;
/*	width:954px;*/
	width:95%;
	text-align:center;
	background:url(http://www.juntadeandalucia.es/epsbg/imagenes/tab_cab_1.png);
	font-weight:bold;
	
}

.tabpie40
{
	width:40%;
}

.tabpie20
{
	text-align:center;
	width:20%;
}


/* ETIQUETAS PERSONALIZADAS */

/*<p align="justify" style="font-family: &quot;Eras Medium ITC&quot;, Arial, sans-serif">*/

.parr
{
	text-align:left;
	font-size:16px;
}

.justificar
{
	text-align:justify;
}

.texto_derecha
{
	text-align:right;
}

.foto_gerente
{
	float:right;
	margin:3px;
}


.saludo
{
	font-size:xx-large;
	text-align:right;
	color:#33CC00;
}

.pie
{
	font-size:xx-small;
	text-align:left;
}	

.titulo
{
	font-size:x-large;
}

.empleo
{
	text-align:center;
	width:580px;
	
}	

.noticias
{
	color:#000000;
	background-color:#ffffff;
	font-size:14px
}

.firma
{
	font-size:12px;
	font-style:italic;
	text-align:center;
	font-weight:bold;
}	

.contador
{
	font-size:12px;
	text-align:center;
	font-weight:bold;
}
.texto
{
	font-family:"Eras Medium ITC";
/*	font-family:Arial, Helvetica, sans-serif;*/
	font-size:10px;
	text-align:center;
	color:#eeffff;
	background-color:#110000
}


.cabtablacont
{
	font-family:"Eras Medium ITC";
	font-size:14px;
	text-align:center;
	color:#fffffe;
	background-color:#000001;

}
.cabtablacont2
{
	font-family:"Eras Medium ITC";
	font-size:14px;
	text-align:left;
	color:#000000;
	background-color:#fffffe;
	width:1200px;
}

/*#imgceldaD
{
	text-align:right;
}

#imgceldaI
{
	text-align:left;
}
*/
.Estilo1 {
	font-family:"Eras Medium ITC";
/*	font-family:Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	color: #008349;
	text-align:center;
	background-color:#ff7c9f
}

.Estilo2 {
	color: #000000;
	text-align:center;
}

.desplegable
{
	width:125px;
}

.imagen   /* ATRIBUTOS DEL MAPA "NUESTROS CENTROS" */
{
	text-align: center;
	border:0;
/*	z-index:0; 

	left: 20px; 
	top: 2000px; 
	background-repeat:no-repeat;
	background-image:url(http://www.juntadeandalucia.es/epsbg/imagenes/fotos_centros.jpg);
	height: 200px;
*/
}

#mapacentros
{
	border:0;
/*	width:351px;
	height:352px;*/

}

.sinfondo
{
	background-color:#FFFFFF;
/*	width:950px;*/
	width:95%;
}

.sinfondo b
{
	color:#008347;
}

/* ESTILO DE FORMULARIO*/

#Form
{
	text-align:center;
}

.sfondo 
{
background: #DEE3E7
}   

#tabTitForm
{
	text-align:left;
	font-weight:bold;
	background:url(http://www.juntadeandalucia.es/epsbg/imagenes/tab_cab.png);
	background-position:center;
}

.centro
{
	text-align:center;
	font-size:12px;
}
/* ESTILO DE TABLAS*/


#tabConsejo
{
	width:96%;
	text-align:center;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}

#tabConsejo tr
{
	text-align:left;
	background-color:#dddddd;
}

#tabTelefonos
{
	width:90%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#tabTelefonos tr
{
	text-align:left;
	background-color:#dddddd;
}

#tabOferta_empleo
{
text-align:center;
font-weight:bold;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
		   
}

/* TABLA ENLACES DE INTERES */

#tabEnlaces
{
	width:50%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#tabEnltr1
{
	text-align:center;
	background-color:#dddddd;
}

#tabEnltr2
{
	text-align:center;
	background-color:#eeeeee;
}

a.enlace1:link, a.enlace1:visited
{
	color:#000000;
	background:none;
}

a.enlace1:hover   
{	
	color:#008347;
}

/* FIN TABLA ENLACES DE INTERÉS */

#tabTitulo
{
	text-align:center;
	font-weight:bold;
	background:url(http://www.juntadeandalucia.es/epsbg/imagenes/tab_cab.png);
	background-position:center;
}


#tabTitulo1
{
	height:30px;	
	text-align:center;
	color:#ffffff;
	background-color:#fffff0;
	font-weight:bold;
	background:url(http://www.juntadeandalucia.es/epsbg/imagenes/tab_cab_1.png);
	background-repeat:repeat;
	background-position:center;
}

/* ESTILO DE MAPAWEB */

#mapaweb 
{
	font-family:"Eras Bold ITC";
	font-size:14px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1.5;
	text-align:left;
	width:600px;
}
#mapaweb li
{
	list-style:none;
	background-repeat:no-repeat;
	background-image:url(http://www.juntadeandalucia.es/epsbg/imagenes/verde.png);
}

#mapaweb li a
{
	color:#fff;
}

#mapaweb ul li a

{
	color:#000000;
}

#mapaweb ul li
{
	list-style:none;
	background:#ffffff;
}
	
#mapaweb ul li ul a
{
	color:#008347;
}

#mapaweb ul li ul 
{
	list-style:none;
	background:#ffffff;
}
	

/* FIN MAPAWEB */

#tabla_adm
{
	font-size: 14px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#tr_adm
{
	background-color:#999999;
}

.imagenauto
{
	width:100%;
}

#tablaformulario
{
text-align:center;
height:459px;
width:549px;
}

#td_datos
{
text-align:left;
width:79px;
font-size:16px;
/*face="Verdana"*/
}

#tabla_formu
{
width:578px; 
height:43px;
}

.tablacontrat
{
	width:480px;
	border:0px;
	padding:0px;	
}

.rigth
{
text-align:right;
}

.left
{
text-align:left;
}

#td_borrar
{
width:515px;
}

#td_otros
{
text-align:left;
width:395px;
font-size:16px;
}

#td_auto
{
text-align:left;
font-size:16px;
}

#td_tema
{
text-align:left;
width:177px;
}

#td_tema_fondo
{
text-align:left;
width:1px;
}

#td_sugerencia
{
text-align:left;
width:79px;
}

#td_enviar
{
width:1px;63px;
}

#lista_abc
{
	list-style-type:lower-alpha;
}

#lista_numero
{
	list-style-type:decimal;
}

/***** FORMULARIOS *********/
/* Formulario Sugerencias*/

#divprincipal
{
width:57%;
font-family:Verdana;
}

.formcabecera
{
clear:both;
background: url(http://www.juntadeandalucia.es/epsbg/imagenes/tab_cab2.png) repeat-x center;
padding-top: 3px;
padding-left: 3px;
height: 25px;
text-align:left;
font-weight:bold;
}

.formcuerpo
{
padding-left: 20px;
text-align:left;
margin: .4em 0;


font-size:11px;
}

#form 
{
border:none;
margin:auto;
font-family:Verdana;
}

#form label
{
width: 20%;
float:left;
}

.divf 
{
margin: .4em 0;
}

.enform
{
margin-left:5%;
width:85%;
text-align:center;
font-size:15px;
}

.enformenlace
{
color: #FFFFFF;
font-size: 24px;
}

