/* CSS Document */

a:link {color: #009900;}
a:hover {color: #FF0000;}
a:visited {color: #009900;}

.Seccion:link {color: #0033FF;}
.Seccion:hover {color: #FF0000;}
.Seccion:visited {color: #0033FF;}

.DIVISOR {
	background-image: url(img/mteresachica.jpg);
	margin-bottom: 10px;
}

.PORTADA {
	background-image: url(img/mteresagrande.jpg);
	margin-bottom: 0px;
	vertical-align: middle;
	background-position: center center;
	background-attachment: scroll;
	margin-right: 10px;
	height: 100px;
	width: 385px;
	margin-left: 10px;
}

