.tira {
	width:100%;
	padding:10px 20px;
	color:#fff;
	font-size:22px;
	text-decoration:none;
	position:relative;
	top:5px;
	text-transform:uppercase;
	font-family: Roboto, sans-serif; 
}  
 

.gesell {
background: #ffa84c;
background: -moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 100%);
background: -webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%);
background: linear-gradient(to bottom,  #ffa84c 0%,#ff7b0d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
}

.pinamar{
	background: #a4b357;
background: -moz-linear-gradient(top,  #a4b357 0%, #75890c 100%);
background: -webkit-linear-gradient(top,  #a4b357 0%,#75890c 100%);
background: linear-gradient(to bottom,  #a4b357 0%,#75890c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 );
}

.madariaga{
background: #eab92d;
background: -moz-linear-gradient(top,  #eab92d 0%, #c79810 100%);
background: -webkit-linear-gradient(top,  #eab92d 0%,#c79810 100%);
background: linear-gradient(to bottom,  #eab92d 0%,#c79810 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 );
	
}

.generico{
color: #000;
background: #eeeeee;
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	
}

.header_contenido {
	display: flex;
	justify-content: center;
	background-image: url('webapp/img/encabezadoaetm.png');
	background-size:cover;

}