@charset "utf-8";
/* CSS Document */

#aDirectos{
	
}

	.accesoD{
		display:inline-block;
		position:relative;
		width:520px;
		margin:0px 20px 50px 20px;
	}
	
		.aDirectoICO{
			width:140px;
			height:140px;
			background-color:#f3f3f3;
			border:1px #e5e5e5 solid;
			text-align:center;
			color:#444;
			transition:0.5s;
		}
		
		#aDirectoICO1:hover{
			background-color:#f3813a;
		}

		#aDirectoICO2:hover{
			background-color:#f2d13e;
		}

		#aDirectoICO3:hover{
			background-color:#2d81d7;
		}

		#aDirectoICO4:hover{
			background-color:#2c678f;
		}

		#aDirectoICO5:hover{
			background-color:#82b82d;
		}

		#aDirectoICO6:hover{
			background-color:#df5a49;
		}
		
			.aDirectoICO i{
				display:block;
				position:absolute;
				font-size:80px;
				line-height:140px;	
				text-align:center;
				width:140px;
			}
		
		.aDirectoTXT{
			width:350px;
			padding:5px 10px 0px 10px;
			float:right;
		}
		
			.aDirectoTXTpal{
				font-size:13px;
				color:#666;
				line-height:18px
			}
			
				.aDirectoTXTpal h2{
					margin:0px;
					padding:0px;
				}
	
			
			
.aDirectoButton{
	display:block;
	position:relative;
	height:25px;
	width:80px;
	color:#FFF;
	font-size:12px;
	font-weight:400;
	font-family:'Roboto', sans-serif;
	line-height:25px;
	text-align:center;
	background:#efc94c;
	float:right;
	transition:0.3s;
}

#aDirectoButton1{
	background:#f3813a;
}

	#aDirectoButton1:hover{
		background:#444;
	}
	
#aDirectoButton2{
	background:#f2d13e;
}

	#aDirectoButton2:hover{
		background:#444;
	}


#aDirectoButton3{
	background:#2d81d7;
}

	#aDirectoButton3:hover{
		background:#444;
	}


#aDirectoButton4{
	background:#2c678f;
}

	#aDirectoButton4:hover{
		background:#444;
	}


#aDirectoButton5{
	background:#82b82d;
}

	#aDirectoButton5:hover{
		background:#444;
	}


#aDirectoButton6{
	background:#df5a49;
}

	#aDirectoButton6:hover{
		background:#444;
	}

