body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #F8F8F8;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
}
#contenedor {
	background-color: #FFFFFF;
	margin: 5px;
	width: 760px;
	text-align: left;
}
#navegacion {
	height: 35px;
}
#contenido {
	font-size: small;
	margin: 0px 0px 0px 135px;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	color: #333333;
}
#banner {
	background-color: #F4F4F4;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
#barra_izq {
	background-color: #006b78;
	float: left;
	width: 135px;
	padding: 0px;
	margin-top: 10px;
}
.tit_pagina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	padding-left: 20px;

}
#descripcion {
	width: 300px;
	overflow: auto;
	height: 230px;
	float: left;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
}
#detalle {
	overflow: auto;
	width: 310px;
	float: right;
	height: 230px;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
	padding: 3px 0px 3px 6px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid;
	background-color: #0094A4;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006B78;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006B78;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006B78;
	background-color: #D8EAED;
}
#noticiasMenu {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.titNoticias {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #FD7F2B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #489ca9;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #489ca9;
}
