@charset "utf-8";
.logo {
	background-image: url(images/titulorec.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 900px;
}
.fblanco {
	background-color: #FFFFFF;
}

.texto1 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
}
.texto2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: right;
	font-weight: bold;
}


.fenlase {
	background-image: url(images/fenlace.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
