
 .titulo{
	color: #303A99;
	//font-size: 14px;
	font-weight: bold;
	font-style:normal;
	//font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


 .subtitulo{
	color: #303A99;
	//font-size: 12px;
	font-weight: bold;
	font-style:normal;
	//font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


.texto{
	color: Black;
	//font-size: 10px;
	font-weight: normal;
	font-style:normal;
	// font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align : justify;
 }
 
.textobold{
	color: Black;
	font-weight: bold;
	font-style:normal;
	text-decoration: none;
}

.textobold_white{
	color: White;
	font-weight: bold;
	font-style:normal;
	text-decoration: none;
}

a.navegacion{
	color: #303A99;
	font-weight: bolder;
	font-style:normal;
	text-decoration:none;
	text-align : left;
	border-color : Black;
}


a.navegacion:hover {
	color: #303A99;
	font-weight: bolder;
	font-style:normal;
	text-decoration: underline;
}

a.navegacion_serv{
	color: #303A99;
	font-weight: bolder;
	font-style:normal;
	text-decoration:none;
	border-color : Black;
	border : thin none #eeeeee;
}

