
/*-----------------------------------
     CENTRO DE ATAJOS
-----------------------------------*/
.atajos {
/*	background-color: green;*/
}

/*.icos-top ul li{
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
	}
	
.icos-top ul li img{
	width: 40px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	}*/
	
	
	.atajos h4{
		font: 22px PulsoLight;
		text-transform: lowercase;
		letter-spacing: 3px;
		text-align: right;
		padding-top: 10%;
	}
	
	.atajos h4 span{
		font-family: PulsoRegular;
		color: #000000;
		border-bottom: 1px solid #000;
	}
	
	.atajos img{
	width: 35px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	
	
	}
	
	
	.atajos small {
		text-align: center;
		display: block;
		line-height: 1.1em;
		padding-top: 6px;
	}
	
	
	
	.atajos .block {
	text-align: center;
	padding-top: 10px;
	
	
	-webkit-transition: .2s all ease-in-out;
		-o-transition: .2s all ease-in-out;
		transition: .2s all ease-in-out;
		top: 0;
		position: relative;
}


.atajos .block:hover {
	top: -4px;
/*	-webkit-box-shadow: 0 2px 12px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 12px -1px rgba(0, 0, 0, 0.3);*/
	
	
}



@media only screen and (max-width:768px) {

	/*	.icos-top ul li{
			float: left;
			margin-left: 15px;
			margin-right: 15px;
			text-align: center;
			height: 80px;
	}
	
.icos-top ul li img{
	width: 30px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	}
	*/
	
	
	.atajos {
/*		background-color: yellow;*/
	}
	
	.atajos .backg{
/*				background-color: yellow;*/
			/*margin-bottom: 25px;
			border: solid 1px rgb(241, 241, 241);
				-webkit-box-shadow: 2px 3px 9px rgba(202, 201, 201, 0.15);
				box-shadow: 2px 3px 9px rgba(202, 201, 201, 0.15);*/
}

/*.icos-top .backg:hover{

-webkit-box-shadow: 2px 3px 9px rgba(128, 128, 128, 0.15);
				box-shadow: 2px 3px 9px rgba(128, 128, 128, 0.15);
	}*/

	.atajos img{
	width: 45px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	
	
	}
	
		.atajos small {
		text-align: center;
		display: block;
	}
	
	
	.atajos .block {
	text-align: center;
	padding-top: 10px;
	
	
	-webkit-transition: .2s all ease-in-out;
		-o-transition: .2s all ease-in-out;
		transition: .2s all ease-in-out;
		top: 0;
		position: relative;
}


.atajos .block:hover {
	top: -2px;
/*	-webkit-box-shadow: 0 2px 12px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 12px -1px rgba(0, 0, 0, 0.3);*/
	
	
}



	.atajos h4{
		font: 22px PulsoLight;
		text-transform: lowercase;
		letter-spacing: 3px;
		text-align: center!important;
		padding-top: 0;
		padding-bottom: 20px;
	}
	
	.atajos h4 span{
		font-family: PulsoRegular;
		color: #000000;
		border-bottom: 1px solid #000;
	}
	

	
		
		}


/* ####### AJUSTES PARA TABLETS CON PANTALLA GRANDE -- */
@media only screen and (max-width:1200px) {

	.atajos h4{
		font: 16px PulsoLight;
		text-transform: lowercase;
		letter-spacing: 3px;
		text-align: right;
		padding-top: 10%;
	}
	
	
		.atajos small {
		text-align: center;
		display: block;
		line-height: 1.1em;
		padding-top: 6px;
/*		font-size: 7px;*/
		font-size: 12px;


		}
	
	
	
	
}






