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

body {
    background-color: #DBE9DE;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: middle center;
}
.titulogrande {
	font-family: Verdana;
	color: #ff0000;
	font-size: 12pt;
	font-weight: bold;
}

.titulopequeno {
	font-family: Verdana;
	color: #121212;
	font-size: 10pt;
	font-weight: bold;
}

.texto {
	font-size: 12pt;
	font-family: Verdana;
	color: #f9f9f9;
	
}
.textocinza {
	font-size: 10pt;
	font-family: Verdana;
	color: #121212;
	text-align: justify;
	
}
.textocinza2 {
	font-size: 10pt;
	font-family: Verdana;
	color: #121212;
	
}

.textobold {
	font-size: 12pt;
	font-family: Verdana;
	color: #f9f9f9;
	font-weight: bold;
	
	
}
.textopequenobold {
	font-size: 9pt;
	font-family: Verdana;
	color: #f9f9f9;
	font-weight: bold;
	
}
.textomenor {
	font-size: 10pt;
	font-family: Verdana;
	color: #003300;
}

a {
	font-family: Verdana;
	font-size: 12pt;
	color: #003300;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: underline;
	color: #5BB06D;
}
a:active {
	text-decoration: none;
	color: #003300;
}
