body {
	background: url(../img/fondo-index.jpg);
	background-attachment: fixed;
	/*background-position: center left;*/
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.text-upper {
	text-transform: uppercase;
}
.text-sub {
	text-decoration: underline;
}
.text-justify {
	text-align: justify;
}
.buletless-li {
	list-style-type: none;
}
img.img-center {
	margin: 0 auto;
}
img.img-r {
	margin-right: 0;
	margin-left: auto;
}
img.h-100 {
	height: 100%
}
img.logo {
	max-width: 200px;
}