@charset "utf-8";
/* CSS Document */

.titulo1 {
	font-family: Arial;
	font-size: 26px;
	color: #630;
	font-weight: bold;
}

.tit2 {
	font-family: Arial;
	font-size: 16px;
	color:#F90;
	font-weight: bold;
}

.tit3 {
	font-family: Arial;
	font-size: 18px;
	color: #630;
	font-weight: bold;
}

.contenidointe {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color:#333;
	line-height: 22px;
	text-align: justify;
	font-weight: normal;
}

.contenidoin {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color:#333;
	line-height: 22px;
	text-align: justify;
}

.contenidosub {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 16px;
	text-align:center;
	font-weight:normal
}

.textobase {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12 px;
	color: #FFF;
}

.textohorario {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10 px;
	color: #FFF;
	font-weight: bold;

}

.textocontac {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}




.titpr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FD8206;
	font-weight: bold;
}

.prcontenido {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #5F6263;
	font-weight: normal
}

.prprecio {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12 px;
	color: #3A3C49;
	font-weight: bold;
	text-align: right;
}


.promocion {
	font-family: Arial;
	font-size: 16px;
	color:#464646;
	font-family: Arial, Helvetica, sans-serif;
}

.titpromo {
	font-family: Arial;
	font-size: 18px;
	color:#F90;
	font-weight: bold;
	
}






a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #333;
}

/*precios*/
.titpr2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #630;
	font-weight: bold;
}

.btn {
	margin:15px 0 15px 0
	
}

.cupon {
	width:1200px; margin:auto;
}

/* aviso importante */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

.aviso-importante {
	box-sizing: border-box;

	margin: auto;
	padding: 15px 30px;

	max-width: 1200px;

	border-radius: 10px;

	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	color: white;

	animation: aviso 2s ease-in-out infinite alternate;
}

@keyframes aviso {
	from	{background-color: orange;}
	to		{background-color: orangered;}
}

.aviso-importante h1 {
	margin: 0 0 10px 0;

	font-size: 140%;
	font-weight: 400;
	line-height: 1em;
}

.aviso-importante strong { font-weight: 700; }