/* CSS Document */
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	SCROLLBAR-FACE-COLOR: #011857;
	SCROLLBAR-HIGHLIGHT-COLOR: #011857;
	SCROLLBAR-SHADOW-COLOR: #011857;
	SCROLLBAR-3DLIGHT-COLOR: #011857;
	SCROLLBAR-DARKSHADOW-COLOR: #011857;
	SCROLLBAR-ARROW-COLOR: #043BD0;
	SCROLLBAR-TRACK-COLOR: #2B427F;
	SCROLLBAR-BASE-COLOR: #011857;
}

.txt{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color:#ffffff;
}
.tit{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color:#ffffff;
	font-weight: bold;
}



.menu {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #ffffff;
	padding-left: 10px;
	background-image:   url('imges/off.gif');
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	background-image:   url('imges/on.gif');
	background-repeat: no-repeat;
	background-position: left center;
	color: #ffffff;
	padding-left: 14px;
	text-decoration: none;
	font-weight: bold;

}
.submenu {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #ffffff;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
}
a.submenu:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #ffffff;
	padding-left: 14px;
	text-decoration: none;
	font-weight: bold;

}


.enlaces {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #4275FD;
	text-decoration: none;
	font-weight: bold;
}
a.enlaces:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #4275FD;
	text-decoration: underline;
	font-weight: bold;

}
.ocultar{

	display:none;
}
