
.bloque-servicios {
	width: 100%;
	position:relative; 
	z-index:3;
}
.bloque-rojo {
	width: 25%;
	background-color: #BD302E;
	float: left;
}
.bloque-rojo:hover{
    background-color: #9B2926;
}
.bloque-verde {
	width: 25%;
	background-color: #78915E;
	float: left;
}
.bloque-verde:hover{
    background-color: #63784E;
}
.bloque-naranja {
	width: 25%;
	background-color: #E77844;
	float: left;
}
.bloque-naranja:hover{
    background-color: #E26223;
}
.bloque-azul {
	width: 25%;
	background-color: #477878;
	float: left;
}
.bloque-azul:hover{
    background-color: #385F5F;
}
.bloque-rojo, .bloque-verde, .bloque-naranja , .bloque-azul {
	font-family: Montserrat;
	text-align: center;
	color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 17px;
}
.bloque-rojo .fa, .bloque-verde .fa, .bloque-naranja .fa , .bloque-azul .fa {
	font-size: 27px;
	padding-right: 15px;
}
.bloque-rojo a, .bloque-verde a, .bloque-naranja a, .bloque-azul a {
	color: #FFFFFF;
	text-decoration: none;
    opacity: 0.7;
}
.caja-entradas{
	background-color: #422838;
	float: left;
	height: 100%;
	width: 100%;
}
.titulo-central{
	color: #CCCCCC;
	text-align: center;
	width: 100%;
	float: left;
	height: 25px;
	margin-top: 75px;
	font-family: Montserrat;
	font-size: 22px;
	font-weight: normal;	
	letter-spacing: 1px;
	margin-bottom: 15px;
}

@media (max-width: 960px) {

.bloque-rojo, .bloque-verde, .bloque-naranja , .bloque-azul {
	width: 50%;
	float: left;
}

}

@media (max-width: 480px) {

.bloque-rojo, .bloque-verde, .bloque-naranja , .bloque-azul {
	width: 100%;
	float: left;
}
.bloque-servicios {
    width: 100%;
    position: relative;
    z-index: 3;
    margin-top: 125px;
}
}
