*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #5a2129;
}

.contenedor{
    width: 1000px;
    height: auto;
    margin: auto;
    border: 2px solid #000;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

header{
    width: 1000px;
    height: 218px;
    display: flex;
    background-color: #ff1616;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.cua1{
    width: 200px;
    height: 205px;
    margin-left: 5px;
    margin-top: 5px;
    background: #fff;
    border: 2px solid #000;
    border-top-left-radius: 30px;
    
}
.cua1 img{
    width: 95%;
    height: 84%;
    margin-left: 5px;
    border-top-left-radius: 30px;
}
.cua1 .cart1{
    width: 200px;
    height: 29px;
    background: #000;
}
.cua1 .cart1 h1{
    font-family: "Lato", serif;
    color: #fff;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
}
.cua2{
    width: 500px;
    height: 205px;
    margin-left: 5px;
    margin-top: 5px;
    background: #fff;
    border: 2px solid #000;
}
.cua3{
    width: 278px;
    height: 205px;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    background: #fff;
    border: 2px solid #000;
    border-top-right-radius: 30px;
}
.cua3 .host1{
    width: 260px;
    height: 100px;
    background: #fff;
    margin-left: 3px;
    margin-top: 3px;
    border: 1px solid #000;
}
.cua3 .host1 h1{
    font-family: "Lato", serif;
    font-size: 14px;
    text-align: center;
    margin-bottom: 2px;
}
.cua3 .host1 img{
    border: 1px solid #000;
    margin-left: 10px;
    height: 75px;
    width: 240px;
}
.cua3 .tiempo1{
    width: 262px;
    height: 197px;
    background: #fff;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-top-right-radius: 30px;

}
.cua3 .tiempo1 img{
    width: 97%;
    height: 97%;
    border: 2px solid #000;
    margin-left: 2px;
    margin-right: 2px;
    border-top-right-radius: 30px;
}
.titulo{
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #ff1616;
    margin-right: 5px;
    padding: 8px;
}
.titulo h1{
    font-family: sans-serif;
    color: #fff;
    font-size: 20px;
}
nav {
	width: 990px;
    height: 24px;
	max-width: 1000px;
	background:#000;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}
.menu_bar {
	display: flex;
    float: right;
    margin-right: 10px;
    width: 30px;
    height: 24px;
}
.menu_bar span{
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    float: right;
    margin-right: 10px;
}
.menu_bar a{
    color: #000;
}
nav ul {
	overflow:hidden;
	list-style:none;
}
nav ul li {
	float:left;
}
nav ul li a {
	color:#fff;
	padding:4px;
	display:block;
	text-decoration:none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-left: 5px;
    font-weight: 800;
    font-style: bold;
}
nav ul li span {
	margin-right:7px;
}
nav ul li a:hover {
	background:#ff1616;
}
.container {
	width: 990px;
	display: grid;
	grid-gap: 5px;
	background: #ff1616;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(4, 1fr);
	color: #fff;
	text-align: center;
    margin-right: 5px;
    margin-left: 5px;
}
.container .item{
	background: #fff;
	grid-column-start: 1;
	grid-column-end: 5;
	grid-row-start: 1;
	grid-row-end: 5;
    margin-top: 5px;
	margin-right: 5px;
    margin-left: 5px;;
    display: flex;
    border: 2px solid #000;
}
.container .item .ladoiz{
    width: 495px;
    height: 200px;
    background-color: #ccc3c3;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    border: 2px solid #000;
    border-right: 1px solid #000;
}
.container .item .ladoiz h1{
    font-family: "Lato", serif;
    font-size: 20px;
    color: #000;
    text-align: left;
    margin-left: 5px;
    margin-top: 8px;
}
.container .item .ladoiz p{
    font-family: "Lato", serif;
    font-size: 14px;
    color: #000;
    text-align: justify;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 15px;
    padding-right: 5px;
}
.container .item .ladode{
    width: 495px;
    height: 200px;
    background-color: #ccc3c3;
    margin-top: 5px;
    margin-right: 5px;
    border: 2px solid #000;
    border-left: 1px solid #000;
}
.container .item .ladode img{
    width: 98%;
    height: 95%;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}
.container .item2{
	background: #fff;
	grid-column-start: 1;
	grid-column-end: 5;
	grid-row-start: 5;
	grid-row-end: 8;
	margin-top: 5px;
	margin-right: 5px;
    margin-left: 5px;;
    margin-bottom: 5px;
	color: #000;
	display: flex;
    border: 2px solid #000;
}
.container .item2 .ladoiz{
    width: 495px;
    height: 200px;
    background-color: #ccc3c3;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    border: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
}
.container .item2 .ladoiz h1{
    font-family: "Lato", serif;
    font-size: 20px;
    color: #000;
    text-align: left;
    margin-left: 5px;
    margin-top: 8px;
}
.container .item2 .ladoiz p{
    font-family: "Lato", serif;
    font-size: 14px;
    color: #000;
    text-align: justify;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 15px;
    padding-right: 5px;
}
.container .item2 .ladode{
    width: 495px;
    height: 200px;
    background-color: #ccc3c3;
    margin-top: 5px;
    margin-right: 5px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    display: flex;
}
.container .item2 img{
    width: 48%;
    height: 94%;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 1px;
    border: 1px solid #000;
    
}
.container .item3{
	background: #fff;
	grid-column-start: 1;
	grid-column-end: 5;
	grid-row-start: 8;
	grid-row-end: 11;
	margin-right: 5px;
    margin-left: 5px;;
    margin-bottom: 5px;
	color: #000;
    border: 2px solid #000;
    display: flex;
}
.container .item3 .ladoiz{
    width: 495px;
    height: 200px;
    background-color: #ccc3c3;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
}
.container .item3 .ladoiz h1{
    font-family: "Lato", serif;
    font-size: 20px;
    color: #000;
    text-align: left;
    margin-left: 5px;
    margin-top: 8px;
}
.container .item3 .ladoiz p{
    font-family: "Lato", serif;
    font-size: 14px;
    color: #000;
    text-align: justify;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 15px;
    padding-right: 5px;
}
.container .item3 .ladode{
    width: 495px;
    height: 200px;
    background-color: #ccc3c3;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.container .item3 img{
    width: 98%;
    height: 95%;
    margin-left: 5px;
    margin-right: 6px;
    margin-top: 5px;
}

hr{
    margin-top: 5px;
    color: #000;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #000;
    width: 990px;
    height: 3px;
    margin-bottom: 5px
}

/*:::::Pie de Pagina*/
footer{
    width: 990px;
    height: 200px;
    background-color: #0a141d;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
}
.pie1{
    width: 200px;
    height: 186px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #0a141d;

}
.pie1 img{
    width: 80%;
    height: 80%;
    margin-left: 15px;
    margin-top: 15px;

}
.pie2{
    width: 320px;
    height: 170px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #0a141d;
}
.pie2 h1{
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    font-family: "Lato", serif;
    font-weight: 300;
    font-style: normal;
}
.pie2 p{
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
    font-family: "Lato", serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 14px;
}
.pie3{
    width: 200px;
    height: 170px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #0a141d;
}
.pie3 h1{
    font-family: "Lato", serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.pie3 .red-social {
    text-align: center;
    width: 140px;
    margin-top: 20px;
    margin-left: 35px;
}
.pie3 .red-social a{
    font-size: 22px;
    margin-right: 8px;
    color: #fff;
    text-decoration: none;
}
.pie3 p{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
    text-align: justify;
    color: #fff;
    font-family: "Lato", serif;
    font-weight: 300;
    font-size: 14px;
}
.pie3 .red-social a:hover{
    color: aqua;
}
.pie4{
    width: 220px;
    height: 165px;
    margin-left: 25px;
    margin-top: 15px;
    margin-bottom: 5px;
    background: #0a141d;
    border: 2px solid #fff;
}
.pie4 h1{
    font-family: "Lato", serif;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.pie4 img{
    width: 80%;
    height: 70%;
    margin-left: 20px;
    margin-top: 10px;
}
.pie-de-pagina{
    width: 990px;
    height: 70px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: gray;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.pie-de-pagina p{
    font-family: "Lato", serif;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding-top: 15px;
}
