	@import url('https://fonts.googleapis.com/css?family=Kavivanar');
	@import url('https://fonts.googleapis.com/css?family=Karma');
	
	*{
	margin            :0px;
	padding           : 0px;
	list-style        : none;
	font-family       : sans-serif;
	text-decoration   : none;
	box-sizing        : border-box;
	}

/*=============================================
=                 LOGO FAS
=============================================*/
	.logo_fas{
	height            : 100%;
	width             : 100%;
	text-align        : right;
	padding-top       : 5px;
	padding-bottom    : 5px;
	}
	
/*=============================================
=            EFECTOS REDES
=============================================*/
	.redes_sociales img {
	-webkit-transition:all .6s ease; /* Safari y Chrome */
	-moz-transition   :all .6s ease; /* Firefox */
	-o-transition     :all .6s ease; /* IE 6 */
	-ms-transition    :all .6s ease; /* Opera */
	position          :relative;
	}
	
	.redes_sociales img:hover {
	-webkit-transform  :scale(1.30);
	-moz-transform     :scale(1.30);
	-ms-transform      :scale(1.30);
	-o-transform       :scale(1.30);
	transform          :scale(1.30);
	}

/*=============================================
=            SECCION MENU 
==============================================*/
	nav {
	background-color: #333;
	transition: 0.4s;
	}
	
	nav ul {
		display         : block;
		margin          : 0px auto;
		list-style      : none;
		padding         : 0px;
		text-align      : center;
	}
	
	nav ul li {
		display         : inline-block;
		padding         : 10px;
	}

	nav ul li:hover {
		background-color: darkblue;
	}

	nav ul li a {
		color           : #fff;
		text-decoration : none;
		width: 150px;
	}
	
	nav ul li a     :active{
		color           : #124189;
		transition: 0.4s;
	}

/*=============================================
=            SECCION CUERPO    
=============================================*/
	.h1_fas{
		font-size     : 25px;
		text-align    : center;
		padding-top: 10px;
		font-family: 'Kavivanar', cursive;
		font-weight: bold;
	}
	
	#p_fas{
		line-height   : 25px;
		text-align    : center;
		padding-bottom: 50px;
		font-family: 'Karma', serif;
	}
	
	.h2_fas{
		font-size     : 20px;
		text-align    : center;
		font-family: 'Kavivanar', cursive;
		font-weight: bold;
	}

	.p_secundarios{
		text-align    : center;
		padding-bottom: 30px;
		font-family: 'Karma', serif;
		}

	.referencia img{
		height            : 70%;
		width             : 70%;
	}

	.gracias {
		text-align    : center;
	}

/*=============================================
=            SECCION FOOTER    
=============================================*/
	html {
		height          : 100%;
	}
	
	body {
		position        : relative;
		min-height      : 100%;
		padding-bottom  : 90px;
	}
	
	footer{
		background-color: #333;
		text-align      : center;
		color           : white;
		position        : absolute;
		padding-top     : 5px;
		bottom          : 0px;
		left            : 0px;
		width           : 100%;
		height          : 90px;
	}

	.redes_sociales{
		color: white;
		transition: 0.4s;
	}

/*=============================================
=            MEDIA QUERIES    
=============================================*/
	@media (min-width: 992px) { 
	.logo_fas{
		height           : 100%;
		width            : 70%;
	}
	footer{
		height          : 70px;
	}
	body {
		padding-bottom  : 70px;
	}
	}
	
	@media (min-width: 1200px) { 
	.logo_fas{
	height           : 100%;
	width            : 60%;
	}
	}