@charset "utf-8";
.logo {
	background-image: url(images/titulodoc.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 900px;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-align: center;
	vertical-align: middle;
}
.texto1 {
	font-size: 14px;
	color: #FF0000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.texto2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000066;
	text-align: justify;
}


.fdoc {
	background-image: url(images/fdoc.jpg);
	background-repeat: no-repeat;
	height: 675px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.fres {
	background-image: url(images/fdocsrp.png);
	background-repeat: no-repeat;
	background-position: center top;
}
