*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #5a2129;
}

.contenedor{
    width: 1000px;
    height: auto;
    margin: auto;
    border: 2px solid #000;
    margin-top: 10px;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 10px;
}

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;
}

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;
}
marquee{
    width: 990px;
    height: 24px;
    background-color: #ff1616;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 15px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    padding-top: 6px;
}
marquee h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
}
marquee h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
}
.titulo1{
    width: 989px;
    height: 40px;
    background-color: #000;
    margin-left: 5px;
    display: flex;
}
.titulo1 h1{
    font-family: "Lato", serif;
    font-size: 18px;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
}
.titulo1 span{
    display: flex;
    margin-top: 12px;
    margin-left: 8px;
    color: #fff;
}
.encuadre{
    width: 990px;
    height: 275px;
	background: gray;
	text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    display: flex;
    margin-top: 5px;
}

.encuadre .paque1 img{
    width: 100%;
    height: 100%;
    margin-left: 0px;

}
.encuadre .paque1, .paque2, .paque3, .paque4{
    width: 237px;
    height: 260px;
    border: 2px solid #000;
    margin-right: 5px;
    margin-top: 5px;
    background: #fff;
}
.encuadre .paque1 {
    margin-left: 5px;
}
hr{
    margin-top: 5px;
    color: #000;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #000;
    width: 986px;
    height: 3px;
    margin-bottom: 5px
}
.encuadre .paque2 img{
    width: 100%;
    height: 100%;
}
.encuadre .paque3 img{
    width: 100%;
    height: 100%;
}
.encuadre .paque4 img{
    width: 100%;
    height: 100%;
}

.paque2, .paque3, .paque4, {
    margin-left: 5px;
}
.paque2{
    background: #fff;
}
.paque3{
    background: #fff;
}
.paque4{
    background: #fff;
}

.encuadre2{
    width: 990px;
    height: 275px;
	background: gray;
	text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    display: flex;
}
.encuadre2 .paqut1{
    margin-left: 5px;
}
.encuadre2 .paqut1, .paqut2, .paqut3, .paqut4{
    width: 237px;
    height: 260px;
    border: 2px solid #000;
    margin-right: 5px;
    margin-top: 5px;
    background: #fff;
}
hr{
    margin-top: 5px;
    color: #000;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #000;
    width: 986px;
    height: 3px;
    margin-bottom: 5px
}
.encuadre2 .paqut1 img{
    width: 100%;
    height: 100%;
    margin-left: 0px;
}
.encuadre2 .paqut2 img{
    width: 100%;
    height: 100%;
}
.encuadre2 .paqut3 img{
    width: 100%;
    height: 100%;
}
.encuadre2 .paqut4 img{
    width: 100%;
    height: 100%;
}
.encuadre3{
    width: 990px;
    height: 275px;
	background: gray;
	text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    display: flex;
}
.encuadre3 .paqt1, .paqt2, .paqt3, .paqt4{
    width: 237px;
    height: 260px;
    border: 2px solid #000;
    margin-right: 5px;
    margin-top: 5px;
    background: #fff;
}
.encuadre3 .paqt1 {
    margin-left: 5px;
}
.encuadre3 .paqt1 img{
    width: 100%;
    height: 100%;
    margin-left: 0px;
}
.encuadre3 .paqt2 img{
    width: 100%;
    height: 100%;
}
.encuadre3 .paqt3 img{
    width: 100%;
    height: 100%;
}
.encuadre3 .paqt4 img{
    width: 100%;
    height: 100%;
}
hr{
    margin-top: 5px;
    color: #000;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #000;
    width: 986px;
    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;
}
