.BG {
	background-image: url(fondo.jpg);
	background-repeat: repeat-y;
	background-position: 30px;
}
.texInicio {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 5px;
	padding: 5px;
}
.bordeVerde {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #00CC00;
}

