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


.tt {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:22px;
	color: #3f3f3f;
	text-transform: uppercase;
}

.tt2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:22px;
	color: #3f3f3f;
	text-transform: uppercase;
	text-align:center;
}


p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:22px;
	color: #3f3f3f;
	font-weight:400;
	text-align:justify;
	margin:20px;
}

.im {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color: #3f3f3f;
	text-align:center;
	margin:20px;
}

.destacado {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color: #3f3f3f;
	text-align:center;
	margin:20px;
}



.destacadosup {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	line-height:28px;
	color: #3f3f3f;
	font-weight:400;
	text-align:justify;
	margin:20px;
}

.borde {
	padding: 1em 1.3em;
    border-radius: 10px;
    border: 1px solid #999999;
}


a:link {
	color: #F06245;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #F06245;
}

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

a:active {
	text-decoration: underline;
	color: #F06245;
}




ul {
  list-style-type: square;
  font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:22px;
	color: #3f3f3f;
	font-weight:400;
	text-align:justify;
	margin:20px;
}


