@font-face{
    font-family: 'fuenteText';
    src: url(../fonts/GothamBold.ttf) format("truetype");
}

@font-face{
    font-family: 'fuenteGeneral';
    src: url(../fonts/GothamBook.ttf) format("truetype");
}

img{
	display: block;
    margin: auto;
    margin-top: 12%;
}

h2{
	text-align: center;
}

h3{
	font-size: 20px;
	margin-top: 6%;
	text-align: center;
	font-family:fuenteText;
	color: #333333;
}

h4{
	font-size: 16px;
	text-align: center;
	font-family:fuenteGeneral;
	color: #333333;
}

button{
	width: 100%;
    margin-top: 2%;
    background-color: #7B7C80;
    color: white;
    font-family:fuenteText;
}

a{
	color:white;
}

body{
   background: #E6E6E6;
}

.row{
    margin-right: 0px;
    margin-left: 0px;
}

.buttonone{
	width: 100%;
	margin-top: 5%;
}

.buttontwo{
	width: 100%;
	margin-top: 5%;
}

.buttonone:hover { 
    background-color: #4BA84F;
  
}

.buttontwo:hover { 
    background-color: #007577;
}

.btn:hover {
    color: white;
    text-decoration: none;
}

.modal {
    top: 20%;
}

.img-SDUYE{
	width: 79%;
    margin-top: 14%;
}

.img-logoChihuahua{
	width: 48%;
}
