* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

@font-face {
	font-family: gravity_font;
	src: url(../FONT/Gravity-Regular.otf);
}

body {
	min-height: 100%;
	padding: 0px 50px 0px 50px;
	font-family: gravity_font;
	background-color: #f8fffd;
}

/*padding: top right bottom left */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

#header_text {
	height: 100%;
	background: white;
	letter-spacing: 3px;
	font-family:"Montserrat", sans-serif;
	font-size: 36px;
	text-align: center;
	padding: 25px 0px 25px 0px;
	background-image: url('../IMAGES/prueba_header.png');
	background-repeat: repeat;
}

header img {
	height: 70px;
	width: 110px;
	float: left;
	padding-top: 6px;
}

header ul {
	list-style: none;
}

#div_menu {
	overflow: hidden;
}

#menu {
	background-color: #DD98FA;
	height: 52px;
}

#menu>li {
	float: left;
}

#menu a {
	display: block;
	padding: 15px 25px;
	text-decoration: none;
	font-size: 17px;
	color: #ffffff;
	background-color: #DD98FA;
}

#menu ul {
	display: none;
	position: absolute;
}

#menu li:hover>ul {
	display: block;
}

#menu li ul li {
	position: relative;
}

#menu a:hover,
#menu a.active {
	background-color: #C852F7;
}

#center {
	overflow: hidden;
	padding-bottom: 50px;
}

#left {
	width: 75%;
	float: left;
	padding: 50px 25px 25px 25px;
	line-height: 1.5em;
	background-color: white;
	margin-top: 20px;
}


#left p {

	padding-right: 50px;

}

/*padding: top right bottom left */
#left ul {
	padding: 10px 50px 0px 30px;
	margin-left: 2em;
}

/*padding: top right bottom left */
#left ol {
	padding: 10px 50px 0px 30px;
	margin-left: 2em;
}

#right {
	width: 20%;
	float: right;
	text-align: justify;
	padding-top: 50px;
	background-color: white;
	margin-top: 20px;
}

#right div {
	text-align: center;
}

/*padding: top right bottom left */
#download_button {
	background-color: #32a852;
	border: 0px;
	padding: 15px;
	margin-bottom: 30px;
	margin-top: 5px;
	border-radius: 8px;
}

#download_button a {
	text-decoration: none;
	color: #ffffff;
}

#download_button:hover {
	background-color: #096ae9;
}

#download_button:active {
	background-color: #096ae9;
}

footer {
	left: 50px;
	right: 50px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #DD98FA;
	color: #ffffff;
}

footer p {
	padding: 10px;
}

#imm_img {
	width: 5%;
	height: 5%;
}

/*padding: top right bottom left*/
#right table {
	margin-bottom: 20px;
	width: 100%;
	padding: 0px 20px 0px 20px;
}

#right th,
#right td {
	text-align: left;
	padding: 8px;
	border-top: 1px solid #ddd;
}

@media screen and (max-width: 1300px) {

	#right,
	#left {
		width: 100%;
	}
}

.title {
	font-variant: small-caps;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #444343;
}

#list_contacts {
	list-style-type: square;
	text-align: left;
	margin-left: 60px;
	margin-bottom: 30px;
}

a:link {
	color: #9586E9;
	text-decoration: none;
}

a:visited {
	color: #9586E9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #9586E9;
}

#right img {
	max-width: 95%;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

#garantia_juvenil {
	font-size: 13px;
	margin-bottom: 25px;
}

#right div p {
	text-align: justify;
	/*font-size: 12.5px;*/
	padding: 0px 25px 0px 25px;
}

@media screen and (max-width: 1400px) {
	#pdf_alert {
		width: 95%;
	}
}

@media screen and (max-width: 600px) {
	#pdf_alert {
		width: 85%;
	}
}



/* */
/* */
/* Style the Image Used to Trigger the Modal */
#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

#myImg:hover {
	opacity: 0.7;
}

/* The Modal (background) */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.9);
	/* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
	margin: auto;
	display: block;
	width: 40%;
	max-width: 400px;
}


/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
	animation-name: zoom;
	animation-duration: 0.6s;
}

@keyframes zoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
	.modal-content {
		width: 100%;
	}
}