@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 991px) {
	.contenedor
	{
		  width: 80%;		
		border:1px solid;
		text-align:center;
		padding:50px;
	    margin: 50px;
	}
}
@media only screen and (min-width: 990px) {
	.contenedor
	{
		    width: 30%;		
		line-height:300px;
		border:1px solid;
		text-align:center;
		    margin-left: 2%;
			height:480px;
	}
}
	.contenedor>span {
		display:inline-block;
		vertical-align:middle;
		line-height:normal;
		font-family: 'Raleway', sans-serif;
		    padding: 45px;
    height: 350px;
}
	}
	.contenedor1
	{
		text-align:center;
		width: auto;
	}	
	.contenedor1>span {
		display:inline-block;
		vertical-align:middle;
		line-height:normal;
		font-family: 'Raleway', sans-serif;
		text-align:center;
	}
