@import url('bootstrap.min.css');
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300);

html, body{
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;

}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	
}

img{
	display: block;
	margin: 20px auto;
}


.boton{
	width: 400px;
	height: 80px;
	margin: 0 auto 20px auto;

	color: #fff;
	border-radius: 10px;
	background-color: #3498db;

	line-height: 80px;
	text-align: center;
	font-weight: 800;
	font-size: 18px;
	text-shadow: 0px 0px 10px black;

	box-shadow: 0px 0px 3px 0px black;
}

.boton:hover{
	opacity: 0.8;
	transition: all 0.5s linear;
}

.boton1{
	background-image: url('../images/buttons/scada.png');
	background-size: cover;
}

.boton2{
	background-image: url('../images/buttons/fono.png');
	background-size: cover;
}
