/**************************************************
	Propiedades generales del sitio web
***************************************************/
body {
	text-align: center;
	margin: 0;
	font-size: 0.8em;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	background-color: #BBCCDD;
}

p {
	text-align: left;
}

/* De los enlaces */
a, a:visited {
	text-decoration : none;
	color: #003399;
	background-color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

a img{
	border: 0;
}

/******************************************
	Propiedades de los títulos
*******************************************/
h2 {
	margin: 0;
	padding: 0.5em;
	font-size: 1.5em;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	color: #000080;
	background-color: #FFFFFF;
}

h3 {
	text-align: left;
	border-bottom: 2px solid #A6A6A6;
	font-size: 1.4em;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	color: #000080;
	background-color: #FFFFFF;
}

h4 {
	text-align: left;
	margin-left: 0.4em;
	border-bottom: 1px solid #A6A6A6;
	font-size: 1.2em;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	color: #000000;
	background-color: #FFFFFF;
}

h5 {
	text-align: left;
	margin-left: 0.4em;
	font-size: 1em;
	color: #000000;
	background-color: #FFFFFF;
}

/**************************************************************************
	Propiedades de los bloques (estructura básica de la página) 
***************************************************************************/
#contenedor {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	border-bottom: 1px solid #000080;
	border-left: 1px solid #000080;
	border-right: 1px solid #000080;
	padding: 0.2em;
	color: #000000;
	background-color: #FFFFFF;
}

#cabecera {
	text-align: center;
	height: 100px;
	overflow: hidden;
	border-bottom: 3px solid #004080;
	color: #000000;
	background: #FFFFFF url("../imagenes/cabecera.jpg") no-repeat left;
}

#cabeceraDepartamento {
	text-align: center;
	border-bottom: 3px solid #004080;
	color: #000000;
	background: #FFFFFF;
}

#menu {
	width: 100%;
	float: left;
	font-size: 0.9em;
	color: #000000;
	background: #FFFFFF url("../imagenes/menu/menuPrincipal.gif") repeat-x bottom;
}

#menu ul {
	margin: 0;
	padding: 1em 1em 0 1em;
	list-style: none;
}

#menu li {
	float: left;
	margin: 0;
	border-bottom: 1px solid #000;
	padding: 0 0 0 0.7em;
	background: url("../imagenes/menu/menuIzquierda.gif") no-repeat left top;
}

#menu a {
	float: left;
	display: block;
	padding: 0.5em 1em 0.35em 0.4em;
	font-weight: bold;
	text-decoration: none;
	color: #000080;
	background: #FFFFFF url("../imagenes/menu/menuDerecha.gif") no-repeat right top;
}

#menu ul a {
	width: auto;
}

#menu #actual {
	border-width: 0;
	background-position: 0 -150px;
}

#menu #actual a {
	padding-bottom: 5px;
	background-position: 100% -150px;
}

#menu li:hover {
	background-position: 0 -150px;
}

#menu li:hover a {
	background-position: 100% -150px;
}

#migas {
	text-align: left;
	clear: both;
	margin-bottom: 1.2em;
	padding-top: 1em;
	padding-left: 2em;
	font-size: 0.8em;
	color: #000000;
	background-color: #FFFFFF;
}

#textoMigas {
	font-weight: bold;
}

#cuerpo {
	text-align: left;
	margin-top: 0.2em;	
}

#subMenu {
	float: left;
	width: 20%;
	font-size: 1em;
	text-align: center;
}

#listaSubMenu {
	margin: 2em 1.2em 0.5em 1em;
	padding-left: 0;
	border-bottom: 1px solid #A6A6A6;
}

#listaSubMenu li {
	margin: 0;
	border-top: 1px solid #A6A6A6;
	list-style-type: none;
	padding: 0.25em;
	height: 100%;
}

#listaSubMenu li a {
	color: #000080;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}
 
#listaSubMenu li a:hover { 
	text-decoration: underline;
}

#contenido {
	float: right;
	width: 78%;
	margin: 0 0.5em 0.5em 0.5em;
}

#contenido p {
	margin: 0.8em;
}

#contenido li {
	padding: 0.3em;
}	

#pie {
	clear: both;
	padding: 0.4em;
	font-size: 0.85em;
	color: #FFFFFF;
	background-color: #004080;
	position: relative;
	display: block;
	width: auto;
}

#pie p {
	text-align: center;
	display: inline;
	margin-left: 1.4em;
	margin-right: 1.4em;
}

/******************************************************************
	Propiedades de las clases del sitio web 
*******************************************************************/
.imagenes {
	text-align: center;
	margin: 0.8em;
}

.imagenes img {
	border: 1px solid #000000;
}

/************************************************************************
	Propiedades para mejorar la accesibilidad del sitio web
*************************************************************************/
.oculto {
	display: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	color: #000000;
	background-color: #FFFFFF;
}