body {
	background-color: #4f260b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.textos {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.titulos {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #990000;
}
.fondoflores {
	background-image: url(images/flor.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.pageHeader {
	height: 165px;
	background-image: url(images/fontop.jpg);
	background-repeat:  repeat-x;
	background-position: top;


}

a:link {
text-decoration: underline;
color: #A83B27;
}
a:visited {
text-decoration: underline;
color: #FF0000;
}
a:hover {
text-decoration: none;
color: #FF0000;
}
a:active {
text-decoration: underline;
color: #FF0000;
} 

.textos2 {

	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}


