body {
	font-family: "Trebuchet MS", "Arial Narrow", Arial;
	margin: 0px;
}
.fondo-pag {
	background-image: url(../images/fondo.gif);
	background-color: #dae3ec;
	background-repeat: repeat-x;
}
.borde1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.fondo-menu {
	background-image: url(../images/menu-top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#menu {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 3px;
}
.fondo-txt {
	/*background-image: url(../images/texto-fondo.gif);*/
	background-repeat: no-repeat;
	background-position: center top;
	padding: 16px;
}

a.simple:link, a.simple:visited{
	font-weight: bold;
	color: #5f7388;
	text-decoration: none;
	list-style-type: none;
	display: block;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

a.simple:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	display: block;
	background-color: #425787;
	background-image: url(../images/bullet2.gif);
}
a.acordeon:link, a.acordeon:visited{
	font-weight: bold;
	color: #5f7388;
	text-decoration: none;
	list-style-type: none;
	display: block;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

a.acordeon:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	display: block;
	background-color: #425787;
	background-image: url(../images/bullet2.gif);
}
.acordeon-cont {
	background-color: #f4f7fa;
	font-size: 11px;
	color: #919fad;
}
a.sub-acordeon:link, a.sub-acordeon:visited{
	text-decoration: none;
	color: #919fad;
	padding-left: 25px;
}
p,td,li {
	color: #4f5f84;
	font-size: 12px;
}

a.sub-acordeon:hover{
	text-decoration: underline;
	color: #919fad;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #223b73;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #1a3061;
}
strong {
	font-weight: bold;
	color: #003366;
}.fecha {
	text-align: right;
	vertical-align: bottom;
	padding-right: 16px;
	padding-bottom: 2px;
	font-size: 11px;
}
.info10 {
	padding: 4px;
	font-size: 11px;
}
.info10 a:link, a:visited, a:hover{
	color: #4f5f84;
	text-decoration: none;
}
a.btn:link, a.btn:visited {
	border: 1px solid #FFFFFF;
	display: block;
	padding: 4px 2px;
}
a.btn:hover {
	background-color: #E4EAF0;
	border: 1px solid #516692;
	padding: 4px 2px;
}
