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

.boton_personalizado{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    background-color: #ff5a25;
    border-radius: 6px;
    border: 2px solid #ff5a25;
  }

body{
	
	
	position:static;
	/*background: #52d9e5; /*color del fondo*/
	background-image:url( "http://imgfz.com/i/z4OBbMV.jpeg"); /*Imagen de Fondo*/
	background-attachment: fixed;
	background-size: 100%;
	
	
}


@media screen and (max-width: 568px) {
	
	
body{
		
position:static;
	background-image:url( "http://imgfz.com/i/z4OBbMV.jpeg"); /*Imagen de Fondo*/
	background-attachment: fixed;
	background-size: 100%;
	

}
	
	
	#frase{
		width: 90%;
	}
	
}