*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #5a2129;
}
.contenedor{
    width: 1000px;
    height: auto;
    margin: auto;
    border: 3px solid #000;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top-left-radius: 0px;
}
header{
    width: 1000px;
    height: 222px;
    background: #ff1616;
    display: flex;
    border-bottom: 3px solid #000;
    border-top-left-radius: 0px;
}
.caj1{
    width: 200px;
    height: 210px;
    background: #fff;
    margin: 5px;
    margin-right: 0;
    margin-left: 4px;
    border: 2px solid #000;
    border-top-left-radius: 0px;
}
.caj1 img{
    width: 95%;
    height: 82%;
    margin-left: 4px;
    margin-top: 5px;
    border-top-left-radius: 0px;
}
.cart1{
    width: 100%;
    height: 30px;
    background: #000;
}
.cart1 h1{
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-style: normal;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.caj2{
    width: 550px;
    height: 210px;
    background: #fff;
    margin: 5px;
    margin-right: 0;
    border: 2px solid #000;
}
.caj2 img {
    width: 100%;
    height: 100%;
}
.caj3{
    width: 278px;
    height: 210px;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    background: #fff;
    border: 2px solid #000;
}
.caj3 .tiempo1{
    width: 260px;
    height: 210px;
    padding-top: 3px;
    padding-left: 3px;
}
.caj3 .tiempo1 img{
    width: 96%;
    height: 95%;
    border: 2px solid #000;
    margin-left: 2px;
    margin-right: 4px;
}
.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: 29px;
	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: 5px;
    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: 300px;
    background-color: #000;
    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: #fff;
    text-align: left;
    margin-left: 5px;
    margin-top: 8px;
}
.container .item .ladoiz p{
    font-family: "Lato", serif;
    font-size: 16px;
    color: #fff;
    text-align: justify;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    padding-right: 5px;
}
.container .item .ladode{
    width: 495px;
    height: 300px;
    background-color: #ccc3c3;
    margin-top: 5px;
    margin-right: 5px;
    border: 2px solid #000;
    border-left: 0px;
}
.container .item .ladode img{
    width: 98%;
    height: 97%;
    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: 300px;
    background-color: #000;
    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: #fff;
    text-align: left;
    margin-left: 5px;
    margin-top: 8px;
}
.container .item2 .ladoiz p{
    font-family: "Lato", serif;
    font-size: 16px;
    color: #fff;
    text-align: justify;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    padding-right: 5px;
}
.container .item2 .ladode{
    width: 495px;
    height: 300px;
    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: 96%;
    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: 300px;
    background-color: #000;
    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: #fff;
    text-align: left;
    margin-left: 5px;
    margin-top: 8px;
}
.container .item3 .ladoiz p{
    font-family: "Lato", serif;
    font-size: 16px;
    color: #fff;
    text-align: justify;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    padding-right: 5px;
}
.container .item3 .ladode{
    width: 495px;
    height: 300px;
    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: 96%;
    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: 190px;
    background-color: #0a141d;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    margin-top: 5px;
}
.pie1{
    width: 200px;
    height: 179px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #fff;
    

}
.pie1 img{
    width: 98%;
    height: 98%;
    margin-left: 1px;
    margin-top: 1px;

}
.pie2{
    width: 250px;
    height: 179px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #0a141d;
    border-left: 2px solid #fff;
}
.pie2 h1{
    text-align: center;
    color: #fff;
    font-size: 20px;
    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: 16px;
}
.pie3{
    width: 238px;
    height: 179px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #0a141d;
    border-left: 2px solid #fff;
}
.pie3 h1{
    font-family: "Lato", serif;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.pie3 .red-social {
    text-align: center;
    width: 157px;
    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: 6px;
    margin-right: 5px;
    margin-top: 8px;
    text-align: justify;
    color: #fff;
    font-family: "Lato", serif;
    font-weight: 300;
    font-size: 16px;
    width: 257px;
    height: 91px;
    
}
.pie3 .red-social a:hover{
    color: aqua;
}
.pie4{
    width: 245px;
    height: 179px;
    margin-left: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #0a141d;
    border-left: 2px solid #fff;
}
.pie4 h1{
    font-family: "Lato", serif;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-left: 5px;
}
.pie4 img{
    margin-top: 5px;
    margin-left: 5px;
    width: 235px;
    height: 152px;
}
.pie-de-pagina{
    width: 990px;
    height: 80px;
    background: #242020;
    margin-left: 5px;
    margin-bottom: 5px;
}
.pie-de-pagina p{
    padding-top: 14px;
    padding-bottom: 2px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #fff;
    font-size: 16px;
}