/* CSS Document */
body {
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
	font-size: 14px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	background-color: #e8e8e8;
	width: auto;
	height: auto;
}
a:active {
	text-decoration: none;
}

.navegacion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
	font-size: 14px;
}
.navegacion:link {
	text-decoration: none;
}
.navegacion:visited {
	text-decoration: none;
	color: #666666;
}
.navegacion:hover {
	text-decoration: underline;
	background-color: #CCCCCC;
	width: auto;
	height: auto;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #0000CC;
}
.navegacion:active {
	text-decoration: none;
}
.cuerpo{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.cuerpo:link {
	text-decoration: underline;
	color: #FF9900;
	font-weight: bold;
}
.cuerpo:visited{
	text-decoration: underline;
	color: #FF9966;
	font-weight: bold;
}

.noticia{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.noticia:link {
	text-decoration: none;
	color: #FF9900;
	font-weight: normal;
}
.noticia:visited{
	text-decoration: underline;
	color: #FF9966;
	font-weight: bold;
}
.noticia:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
}
.navbar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-right-color: #000000;
	border-right-style: dotted;
	border-right-width: 1px;
	font-weight: bold;
}
.navbar li {
	background: white;
	margin: 0.3em;
	padding: 0.2em;
	border-right: 1em solid black;
	font-size: 12px;
	font-weight: normal;
}
.navbar a {
    text-decoration: none }
.navbar:link {
	text-decoration: none;
}
.enlaces_barra {
	list-style-type: none;
	padding: 2;
	margin: 2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
}
.enlaces_barra:hover{
	font-weight: bold;
}
address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted }
