* {
	margin: 0;
	padding: 0;
	border: 0px; 
}
body {
	margin: 10px;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size:160%;
	font-weight: bold;
}
h2 {
	font-size:140%;
	font-weight: bold;
}
h3 {
	font-size:120%;
	font-weight: bold;
}
h4 {
	font-size:110%;
	font-weight: bold;
}
h5 {
	font-size:100%;
	font-weight: bold;
}
.clear, .clearleft {
	clear:left;
	min-height: 0 !important;
	height: 0px !important;
}
.leftalign {
	text-align: left;
	}
.rightalign {
	text-align: right;
	}
.centered {
	text-align: center;
	}		
.destacado {
	font-weight: bold;
}
#wrapper {
  min-height:450px;
  height:auto !important;
  height:450px;
}
#cabecera {
	background:#A6C4E2;
	height: 60px;
}
#imagen-superior {
	margin-top:1px;
	margin-bottom:1px;
}
ol {
	list-style-type: square;
	list-style-position: inside;
}
ol li {
	padding-left: 15px;
}
a, a:hover {
	color: blue;
}
a:hover {
	background-color: #E7EFFF;
	text-decoration: underline;
}
a.imagelink, a.imagelink:hover {
	text-decoration:none;
}
a.imagelink:hover {
	background-color: #FFF;
}
#columna-izquierda {
	float: left;
	height: 100%;
	width: 220px;
}
#localmenu {
	font-size: 85%;
	padding-right:5px;
}
#localmenu ul {
	padding-left: 2px; 
	list-style-type: none;
	text-align:left;
}
#localmenu ul li {
	margin-bottom: 0px; 
	width: 210px; 
	line-height: 90%; 
	border-bottom: #CCC 1px dotted; 
}
#localmenu li a {
	padding: 4px 0px 4px 2px;
	display: block; 
	color: #818585; 
	text-decoration: none
}
#localmenu li a:hover {
	color: #fff; 
	background-color: #bbb;
}
#localmenu li a.current {
	color: #fff;
	background-color: #555;
}
#titulo {
	clear:both;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: left;
	border-bottom: 2px #369 solid;
}
#subtitulo {
	margin: 5px 0;
	background-color:#CFE7E7;
	padding:5px;
}
#contenido {
	text-align: left;
	border-left: 1px #eee solid;
	padding-left: 10px;
}
#contenido ul, #main ul, .contenido-principal ul {
	list-style-type: square;
	list-style-position: inside;
}
#contenido ul li, #main ul li, .contenido-principal ul li {
	padding-left: 1.2em;
}

/* resto de la página salvo el menú lateral */
#main {
	margin-left: 230px;
	text-align: left;
	border-left: 1px #eee solid;
	padding-left: 10px;
}
#left50 {
	float: left;
	width: 48%;
}
#right50 {
	float: right;
	width: 48%;
	text-align: left;
}
.noticia {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #111;
	background-color: #f9f9f9;
	border: 1px dotted #f3f3f3;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.alertaRoja {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background-color: #f30;
	border: 2px solid #A02000;
	padding: 5px;
}
.alertaVerde {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background-color: #A0EC00;
	border: 2px solid #699A00;
	padding: 5px;
}
/* --- NAVEGACION GLOBAL --- */
#barra_navegacion {
	height: 1.6em;
	text-align: left;
	font-size: 0.9em;
}
#barra_navegacion ul {
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#menu-global {
	line-height: 1.6em;
}
#menu-global ul {
	float:left;
	margin: 0;
}
#menu-global ul li {
	display: inline;
	float: left;
}
#menu-global ul li a {
	display: block;
	padding-left: 10px; 
	padding-right: 10px;
	color: #555;
	border-left: solid 1px #ccc;
	text-decoration: none;
}
#menu-global ul li a.first {
	border-left: 0;
}

#menu-global ul li a:hover {
	color: #fff;
	background-color: #bbb;
}
#menu-global ul li a.current {
	color: #fff;
	background-color: #555;
}
/* --- PIE --- */
#pie {
	clear: both;
	text-align: left;
	border-top: #CCC 1px dotted;
	margin-top: 1.5em;
	font-size: 0.9em;
}
#logos {
	margin-top: 1em;
	margin-bottom: 20px;
}
#logos a {
	margin-right: 5px;
}