@font-face { font-family: "Pattaya-Regular"; 
	src: url('/ttfs/Pattaya-Regular.ttf') format('truetype'),
     	 url('/ttfs/Pattaya-Regular.eot') format('embedded-opentype');
}

html, body {
    height: 100%; padding: 0; margin: 0; border: 0;
    max-width: 100%;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 16px;
}


/* -- COLORES -- */
.bgrojo {
	background-color: #e75659;
}

.txtamarillo {
	color: #f5e2a2;
}
/* -- FIN COLORES -- */


/* --- */
.head1 {
	font-family: "Pattaya-Regular", Verdana, sans-serif;
	font-size: 36px;
	color: #e75659;
}
.subhead1 {
	font-family: "Pattaya-Regular", Verdana, sans-serif;
	font-size: 16px;
	color: #e75659;
}
.head2 {
	font-family: "Pattaya-Regular", Verdana, sans-serif;
	font-size: 24px;
}
.carousel {
	width: 90%;
	margin: auto;
	margin-top: -220px;
}
.item {
	width: 260px;
	margin: auto;
	/* height: 335px; */
	background-color: #3b98c3;
	border-radius: 5px 5px 5px 5px;
}
.item img {
	border-radius: 5px 5px 0px 0px;
}
.item a {
	color: #FFFFFF;
	text-decoration: none;
}
.item a:hover {
	text-decoration: none;
}
.item div {
	width: 100%;
	text-align: center;
	margin: auto;
	padding: 5px;
	box-sizing: border-box;
}
.owl-dots {
	display: none;
}
/* --- */

.logo1 {
	width: 150px;
	height: 150px;
	margin-left: 100px;
	float: left;
	background-image: url('/imgs/logo1.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.bgamarillo {
	background-image: url('/imgs/bgamarillodeg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bgamarillo > .container > .row {
	
	padding-top: 40px;
	
}

.footer {
	width: 90%;
	margin: auto;
	text-align: center;
	font-size: 12px;
}

.usamoscookies {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	display: block;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font-family: inherit;
	border-top: 4px solid rgb(68, 68, 68);
	position: fixed;
	bottom: 0px;
	z-index: 9;
	font-size: 80%;
	margin-left: 0px;
}


.tooltip_content1 {
	width: 200px;
}

.bgnormal td {
	font-size: 12px;
}

.bggris1 td {
	background-color: #999999;
	font-size: 12px;
}

.bggris2 td {
	background-color: #CCCCCC;
	font-size: 12px;
}

/* ZONA MOVIL */
@media screen and (max-width: 480px) {
	
	.logo1 {
		width: 75px;
		height: 75px;
		margin-left: 10px;
		float: left;
		position: absolute;
	}
	
	.bgamarillo > .container > .row {
		padding-top: 75px;
	}
	
	.bgamarillo .container .row > div img {
		width: 100%;
	}
	
	.carousel {
		margin-top: -100px;
	}
	
	.usamoscookies {
		font-size: 90%;
	}
	
}

@media screen and (min-width: 480px) and (max-width: 700px) {
	
	.logo1 {
		width: 75px;
		height: 75px;
		margin-left: 10px;
		float: left;
		position: absolute;
	}
	
	.bgamarillo > .container > .row {
		padding-top: 75px;
	}
	
	.bgamarillo .container .row > div img {
		width: 100%;
	}
	
	.carousel {
		margin-top: -200px;
	}
	
	.usamoscookies {
		font-size: 90%;
	}
	
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
	
	.logo1 {
		width: 75px;
		height: 75px;
		margin-left: 10px;
		float: left;
		position: absolute;
	}
	
	.bgamarillo > .container > .row {
		padding-top: 75px;
	}

	.carousel {
		margin-top: -200px;
	}
	
	.usamoscookies {
		font-size: 90%;
	}
	
}
