﻿.fondo_general{ /* fondo general de todas las páginas */
	background-image:url(../imagenes/marcos/principal.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: "Trebuchet MS";
	margin:0px;
	scrollbar-face-color:#0099FF;
	scrollbar-highlight-color:#0099FF;
	scrollbar-shadow-color:#FFFFCC;
	scrollbar-3dlight-color:#FFFFCC;
	scrollbar-arrow-color:#FFFFCC;
	scrollbar-track-color:#FFFFCC;
	scrollbar-darkshadow-color:#000000;
	text-align: center;
}

.fondo_general2{ /* fondo general de todas las páginas */
	font-family: "Trebuchet MS";
	margin:0px;
	scrollbar-face-color:#0099FF;
	scrollbar-highlight-color:#0099FF;
	scrollbar-shadow-color:#FFFFCC;
	scrollbar-3dlight-color:#FFFFCC;
	scrollbar-arrow-color:#FFFFCC;
	scrollbar-track-color:#FFFFCC;
	scrollbar-darkshadow-color:#000000;
	text-align: center;
}


.fondo_menu{ /* fondo del marco menú */
	background-image:url(../imagenes/marcos/menu.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed; /*determina si la background image (imagen de fondo) especificada se desplazará con el contenido o será fija con respecto al lienzo*/
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.fondo_titulo{
	background-color: #0099ff;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.texto { /* es el texto general del documento*/
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	vertical-align: top;
}

.textoSinNegrita { /* es el texto general del documento sin negrita*/
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	text-align: justify;
	vertical-align: top;
}


.texto_cursos{ /* es el texto de dentro de las tablas de los cursos de formación*/
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.texto_pie{ /*es el texto con el nombre de los responsables en azulito que va al pie de página de muchos documentos*/
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #0099FF;
	text-align: center;
}

.direccion {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
}

.titulo {/* Títulos del texto general del documento*/
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 14px;
	color: #0099FF;
	vertical-align: bottom;

}
.subtitulos { /* Subtítulos del texto general del documento*/
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #0099FF;
	text-align: left;
}

.subtitulos2 {

	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0099FF;
}
A{ 
  color: #FFFFFF; /* los enlaces del marco título que van en blanco*/
  text-decoration: none;
}

A.linknegro{ /* en el apartado noticias, el enlace de "Más información"*/
  color: #000000;
} 

A.linkazul{ /* enlaces que van en azul, en general*/
  color: #0099FF;
}

.tabla{
 border: 1px;
 border-style:solid;
 border-color:#0099FF;
 border-spacing:0px;
}
.FechaNoticia { /* se refiere al título con la fecha del apartado noticias */
	font-family: "Trebuchet MS";
	text-align: left;
	color: #0099FF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.TitularNoticia { /* se refiere al título del apartado noticias */
	font-family: "Trebuchet MS";
	color: #0099FF;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.MasInformacion { /* se refiere al enlace del apartado noticias */
	font: 10px "Trebuchet MS";
	text-indent: 15px;
	text-align: left;
}
.organigrama {
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: none;
	color: #ffffff;
	text-align:center;
	font-size: 12px;
	background-color: #0099FF;
}
.texto_ubicacion { /*texto de los servicios que hay en cada ubicación: grande, azul, oblicua...etc*/
	color: #0099FF;
	text-align: left;
	font-size: 18px;
	font-weight:bold;
	font-style:italic;
}
.texto_ubicacion2 { /*texto dirección y teléfonos del apartado ubicación*/
	text-align: center;
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
}
#menu { /* Menús principales de los marcos menús*/
	list-style:none; /* quitamos las viñetas de la lista*/
	margin:0;
	padding:0;
}
#menu ul {
    margin: 0em;
    padding-left: 1em;
	padding-top:0px;
}

#menu li {
	list-style:none; /* quitamos las viñetas de la lista*/
	margin:4px;
	padding:0px;
}
#menu li a{
	
	display:block; /*Convertimos el vínculo en un bloque*/
	width:137px;
	height:30px;
	padding-left:6px;
	text-decoration:none;
	text-align:left;
	padding-top:7px;
	font-family: "Trebuchet MS";
	font-size:13px;
	font-weight:bolder;	
	color:#000000;
	/* background-color:#ffffff;*/
	background-color:#cbebff;
	background-position:top;
	background-repeat:no-repeat;
}
#menu li a:hover{
	
	font:"Trebuchet MS";
	font-size:13px;
	font-weight:bolder;	
	color:#0099FF;
	/*background-color:#ffffff;*/
	background-color:#fff9e0;
	background-repeat:no-repeat;
}

#menu li a:active{
	
	font:"Trebuchet MS";
	font-size:13px;
	font-weight:bolder;	
	color:#0099FF;
	/*background-color:#ffffff;*/
	background-color:#fff9e0;
	background-repeat:no-repeat;
}

#enlaces{ /* Nos referimos al bloque de enlaces del marco derecho de la carpeta principal*/
	list-style:none; /* quitamos las viñetas de la lista*/
	margin:0;
	padding:0;
}

#enlaces li {
	list-style:none; /* quitamos las viñetas de la lista*/
	margin:2px;
	padding:0px;
}
#enlaces li a{
	
	display:block; /*Convertimos el vínculo en un bloque*/
	width:148px;
	height:25px;
	padding-left:0px;
	text-decoration:none;
	text-align:center;
	padding-top:4px;
	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight:bolder;	
	color:#FFFF99;
	background-image: url(../imagenes/enlaces/enlaces2.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#enlaces li a:hover{
	
	font:"Trebuchet MS";
	font-size:12px;
	font-weight:bolder;	
	color:#FFFFFF;
	background-image: url(../imagenes/enlaces/enlaces1.jpg);
	background-repeat:no-repeat;
}
#enlaces li a:active{
	
	font-weight:bolder;	
	color:#FFFFFF;
	background-image: url(../imagenes/enlaces/enlaces2.jpg);
}


#enlaces2{ /* Nos referimos al bloque de enlaces del marco derecho de la carpeta principal*/
	list-style:none; /* quitamos las viñetas de la lista*/
	margin:0;
	padding:0;
}

#enlaces2 li {
	list-style:none; /* quitamos las viñetas de la lista*/
	margin:2px;
	padding:0px;
}
#enlaces2 li a{
	
	display:block; /*Convertimos el vínculo en un bloque*/
	width:148px;
	height:25px;
	padding-left:0px;
	text-decoration:none;
	text-align:center;
	padding-top:4px;
	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight:bolder;	
	color:#FFFFFF;
	background-image: url(../imagenes/enlaces/enlaces2_1.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#enlaces2 li a:hover{
	
	font:"Trebuchet MS";
	font-size:12px;
	font-weight:bolder;	
	color:#FFFF99;
	background-image: url(../imagenes/enlaces/enlaces2_2.jpg);
	background-repeat:no-repeat;
}
#enlaces2 li a:active{
	
	font-weight:bolder;	
	color:#FFFFFF;
	background-image: url(../imagenes/enlaces/enlaces2_2.jpg);
}

#submenu { /* nos referimos a los submenús que hay dentro de cada servicio, el menú de pestañas*/
	list-style:none; /* quitamos las viñetas de la lista*/
	margin:0;
	padding:0;
}

#submenu li {
	margin:1px;
	padding:0px;
	float:right; /* Para eliminar el comportamiento de elemento de bloque (salto de linea) y hacer que sea horizontal*/
}
#submenu li a{
	
	display:block; /*Convertimos el vínculo en un bloque*/
	width:118px;
	height:17px;
	padding-top:4px;
	text-decoration:none;
	text-align:center;
	font-family: "Trebuchet MS";
	font-size:10px;
	font-weight:bolder;	
	color:#ffffff;
	background-image: url(../imagenes/botones/boton.gif);
	background-position: bottom, left;
	background-repeat:no-repeat;
}

#submenu li a:hover{
	
	font:"Trebuchet MS";
	font-size:10px;
	font-weight:bolder;	
	color:#0099FF;
	background-image: url(../imagenes/botones/boton2.gif);
	background-position: left top;
	background-repeat: bottom, left;
}

#submenu li a:active{
	
	font:"Trebuchet MS";
	font-size:10px;
	font-weight:bolder;	
	color:#0099FF;
	background-image: url(../imagenes/botones/boton2.gif);
	background-position:  bottom, left;
	background-repeat:no-repeat;
}

#bordeexterior {
border: 1px #0099FF solid;
/* 
width: 96.2%;
height: 95.5%;
*/
padding: 2px;
margin-left:20px;
margin-top:0px;
}
#bordeinterior {
border: 1px #0099FF solid;
/*
height: 100%;
*/
}

#contenedor {
padding: 10px;
text-align: left;
}


