@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #E0DFE3;
}

.titulo_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}

A.enlace_menu:visited { color: #333333;text-decoration: none}
A.enlace_menu:link { color: #333333;text-decoration: none }
A.enlace_menu:hover { color:#000000;text-decoration: underline}

A.enlace:link { color: #666666;text-decoration: none }
A.enlace:visited { color: #666666;text-decoration: none }
A.enlace:hover { color: #333333;text-decoration: none}

A.enlace_titulo:link { color: #333333;text-decoration: none }
A.enlace_titulo:visited { color: #333333;text-decoration: none }
A.enlace_titulo:hover {	color: #333333;	font-weight: bold}

.txt_titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.borde {
	border: 1px solid #666666;
}
.borde_inf {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.txt_subtitulos {
	font-size: 16px;
	color: #999999;
}
TD.marco:hover {
	background-color: #EBEBEB;
	border: 1px solid #999999;
}
.txt_tipo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}
