* {
	padding: 0;
	margin: 0;
}


.head {
	width: 100%;
	height: 70px;
	text-align: center;
	display: flex;
    align-items: center;
	
}

.image {
	padding-left: 50px;
	width: 100px;
	height: 70px;
}

.boxUno {
	color: #C30E08;
	width: 60px;
	height: 10px;
	padding-top: 20px;
	padding-bottom: 65px;
	font-size: 2.5em;
	padding-left: 60px;
	font-family: 'Anton', sans-serif;
}

.boxDos {
	width: 300px;
	border-radius: 2px;
	display: flex;
	padding-left: 550px;
}


.miniBoxUno {
	margin: auto;
	padding-top: 2px;
	height: 25px;
	width: 90px;
}


.miniBoxUno img {
	padding-left: 25px;
	padding-top: 10px;
}

.miniBoxUno span {
	font-family: 'Roboto';	
	font-size: 13px;
	color: #666666;
}


.miniBoxDos {
	margin: auto;
	font-family: 'Roboto';
	height: 25px;
	width: 90px;
	background-color: #C30E08;
	border: 4px solid #C30E08;
	border-radius: 5px;
}

.miniBoxDos p {
	font-size: 13px;
	padding-top: 3.5px;
	color: white;
	font-weight: bold;
}

.miniBoxDos:hover {
	background-color: #D14D31;
	border: 4px solid #D14D31;
	border-radius: 5px;
}
	
.miniBoxTres {
	margin: auto;
	height: 25px;
	width: 90px;
	font-size: 13px;
	font-family: 'Roboto';
	border:  1px solid white;
	border-radius: 5px;
}

.miniBoxTres p {
	font-family: 'Roboto';
	padding-top: 5px;
	color: #D14D31;
	font-weight: bold;
}
	
.miniBoxTres:hover {
	background-color: #E6E6FA;
	border:  1px solid #E6E6FA;
	border-radius: 5px;
}

.nav {
	padding-left: 230px;
	height: 65px;
	background-color: #C30E08;
	padding-top: 20px;
	font-family: 'Roboto';
	
}
.nav ul {
	overflow: hidden;
	list-style:none;
}
.nav li {
	float: left;
}
	
.nav li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.nav li a:hover {
	border-bottom: 2px solid white;
}

.contentHeader {
	width: 100%;
	height: 1030px;
	display: flex;
}


.contentUno {
	width: 60%;
	flex-wrap: wrap;	
}

.galleryUno {
	margin-top: 40px;
	margin-bottom: 5px;
	margin-left: 60px;
	width: 250px;
	text-align: center;
	height: 290px;
	float: left;
	border: 1.5px solid #CCC;
	font-family: 'Roboto';
}

.galleryUno span {
	font-weight: bold;
}

.galleryUno:hover {
	border: 1.5px solid #C30E08;	
}

.galleryUno img {
	width: 100%;
}

.descriptionUno {
	padding: 5px;
}

.contentDos {
	width: 40%;
	height: 900px;
}

.galleryDos {
	margin-top: 40px;
	margin-left: 40px;
	width: 370px;
	text-align: center;
	height: 350px;
	float: left;
	border: 3px solid #C30E08;
	font-family: 'Roboto';
	padding-bottom: 10px;
}

.galleryDos span {
	font-weight: bold;
}

.descriptionDos {
	padding: 15px;
}

.galleryDos img {
	width: 100%;
 
}

#table {
	font-family: "Trebuchet MS";
	border-collapse: separate;
    border-spacing: 4px;
	width: 100%;
}

#table td, #table th {
	border: 3px solid #ddd;
	border-radius: 5px;
	padding: 8px;
}

#table td {
	padding-left: 55px;
}

tr:hover {
	background-color: #ddd;
    }

#table th {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #C30E08;
	color: white;
}

.tableHeader {
	width: 100%;
	height: 350px;
}

#table {
	width: 100%;
	margin-bottom: 50px;
}
	
	
.footer {
	width:100%;
	height: 460px;
	background-color: #B01111;
}

.form {
	padding-top: 50px;
	margin-left: 100px;
	font-family: 'Roboto';
	color: white;
	font-weight: bold;
	
	
}

input[type=text], textarea {
	background: #B01111;
	width: 30%;
	border-radius: 5px;
	border: 2px solid white;
	margin-top: 13px;
	padding-left: 6px;
	padding-bottom: 20px;
	color: #fff;
   
}

input[type=submit] {
	background-color: #B01111;
	font-family: 'Roboto';
	margin-left: 75px;
	width: 15%;
	border: 3px solid white;
	border-radius: 15px;
	padding: 5px;
    color: white;
}

input[type=submit]:hover {
	background-color: #c90a24;
}