header {
	background-color: white;
	width: 100%;

}

.footer {
	background-color: white;
	width: 100%;
	height: 7%;	
	padding:3px;
	position: fixed;
	bottom: 0px;
	box-shadow: 0px -3px 17px 1px rgba(0,0,0,0.3);	
}

/*body {

	background-image: url("https://www.hendrickcorp.com/sites/default/files/styles/300x300/public/045in_dia_circle_on_.265in_ctrs-hendrick.jpg?itok=ctWn-SUP");
	background-repeat: repeat;
	
}*/

.hidden {
	/*visibility: hidden;*/
	display: none;
}

.w90 {
	width: 85%;
}

.centrar {

    display: block;
	margin-left: auto;
	margin-right: auto;
}



.hojas {
	width: 100%;
	margin:0;
 	padding:0;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: -2;
}

.fixed {
	position: fixed;
}

.zindex1 {
	z-index: 1;
	margin-left: auto;
    margin-right: auto;
}


.titulov {
	font-weight: bold;
	color: rgba(130,180,0,1);

}

.botZona {

	/*border: 1px solid #E6E6E6;*/
}


.sombra {
	box-shadow: 0px 7px 5px rgba(0,0,0,0.3);
}

.verde {
	background-color: rgba(130,180,0,1);
	border-color: rgba(130,180,0,1);
}

.verde:hover {

	background-color: rgba(207,217,0,1);
	border-color: rgba(207,217,0,1);

}

/*
.boton1 {
	

	border-radius: 45px;
	background-color: white;
	border: 2px solid rgba(130,180,0,1); 
	padding-left: 2px;
	padding-right: 2px;

}

.boton1:hover {

	background-color: rgba(207,219,0,1);

}

.boton1 > a {
		color: rgb(130,180,0);
}
*/

.visit {

	background-color: rgba(130,180,0,0.5);

}


.inFlex {

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

}

.inFlex2 {

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: : center;

}

.f2 {
	width: 40%;
	height: auto;
}

.inCol {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center
}



.amarillo {
	background-color: rgba(255,200,67);
}

.opacity {
	opacity: 0.9;
}

.twhite {
	color: white;
	font-weight: bold;
}

.tpeq {
	font-size: 0.6em;
}

.tpeq2 {
	font-size: 0.7em;
}


.lsnone {
	list-style: none;
}

.icons {
	width: 1.5em;
	height: auto;
}

.btnLista {
	font-weight: bold;

}

.btnLista:hover {
	color: rgba(130,180,0,1);
	font-size: 1.1em;
	text-decoration: underline;
}

.headTar {
	background-color: rgba(207,219,0,3);
	/*color: white;*/
	font-weight: bold;

}


.headTar2 {
	background-color: rgba(0,133,255,3);
	color: white;
	font-weight: bold;

}

.headTar3 {
	background-color: rgba(131,96,63,3);
	color: white;
	font-weight: bold;

}

.headTar4 {
	background-color: rgba(130,188,0,3);
	color: white;
	font-weight: bold;

}

.fix {
	width: 100%;
	height: 3%;
	display: block;
}

