/* CSS Document */

.Link {
	font-family: Arial;
	font-size: 12px;
	color: #6C6C6C;
	text-decoration: none;
}
.Desactivado {color: #303030}
.MinTexto {font-family: Arial; color: #666666; font-size: 10px;}

a:hover {
	color: #000000;
	text-decoration: none;

}


.Titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #424242;
}

.Titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #424242;
	text-decoration: none;
}

.Normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #424242;
	text-decoration: none;

}
.Link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #0053AE;
	font-style: normal;
	font-weight: bold;

}
a:visited {text-decoration: none}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {color: #999999; text-decoration: none}
.email {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;

}
.bodybg {
	background-color: #E5E5E5;
}

.Bg2 {
	background-color: #C1E0FF;
}

