/* CSS Document */

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

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

.DIVISOR {
	width: 500px;
	height: 20px;
	background-image: url(img/vincichica.jpg);
	margin-bottom: 10px;
}

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

