@charset "utf-8";
/* CSS Document */


.actualcolor {
	color: #005EA8;
}

#menu {
	margin: 0px;
	padding: 0px;	
}


#menu ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#menu ul li a {
	color:#005EA8;
	text-decoration: none;
	line-height: 28px;
	height: 28px;
	display: block;
	margin: 0px;
	background: url(images/listicon_fineline.gif) no-repeat 0px center;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
}

#menu ul li a:hover {
	color:#666666;
}

h2 {
	color: #005EA8;
}
h5 {
	color: #005EA8;
}

h6 {
	color: #005EA8;
}

a {
	color: #005EA8;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

.tabla_header {
	font-weight: bold;
	color: #FFFFFF;
	background: #005EA8;
}

#text ul {
	margin-top: 15px;
	margin-bottom: 15px;
}

#text ul li{
	background: url(images/listicon_fineline.gif) no-repeat 0px 5px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}

ol {
	margin-top: 15px;
	margin-bottom: 15px;
}

ol li{
	
}


#text img {
/*	background:#0074D2;
	border: 1px solid #000000;*/
}
