/*
==============================================
Responsive Style (max-width : 1180px)
==============================================
*/

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

	/* Home Page
	------------------------------------------*/


}


/*
==============================================
Responsive Style (max-width : 1024px)
==============================================
*/

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

	/* Portada Page
	------------------------------------------*/
	.bienvenido{
		top: 25%;
	}
	.bienvenido img{
		margin-top: 3%;
		max-width: 150px;
	}
	.titlePortada{
		font-size: 24px;
	}

}


/*
==============================================
Responsive Style (max-width : 860px)
==============================================
*/

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


}


/*
==============================================
Responsive Style (max-width : 767px)
==============================================
*/

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

	/* Portada Page
	------------------------------------------*/
	.bienvenido{
		top: 20%;
	}
	.bienvenido img{
		margin-top: 3%;
		max-width: 140px;
	}
	.titlePortada{
		font-size: 20px;
	}
	.footerDatos{
		text-align: center;
	}

}


/*
==============================================
Responsive Style (max-width : 568px)
==============================================
*/

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

}


/*
==============================================
Responsive Style (max-width : 480px)
==============================================
*/

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

	/* Portada Page
	------------------------------------------*/
	.bienvenido img{
		margin-top: 4%;
		max-width: 130px;
	}
	.titlePortada{
		font-size: 17px;
	}
	.titlePortada a{
		font-size: 15px;
	}

}
