<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'eras';
  src: url('fonts/ERASLGHT.TTF'); /* IE9 Compat Modes */
  src: url('fonts/ERASLGHT.TTF') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ERASLGHT.TTF') format('woff2'), /* Super Modern Browsers */
       url('fonts/ERASLGHT.TTF') format('woff'), /* Pretty Modern Browsers */
       url('fonts/ERASLGHT.TTF')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('fonts/Montserrat-Bold.otf'); /* IE9 Compat Modes */
  src: url('fonts/Montserrat-Bold.otf') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Montserrat-Bold.otf') format('woff2'), /* Super Modern Browsers */
       url('fonts/Montserrat-Bold.otf') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Montserrat-Bold.otf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('fonts/Montserrat-Medium.otf'); /* IE9 Compat Modes */
  src: url('fonts/Montserrat-Medium.otf') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Montserrat-Medium.otf') format('woff2'), /* Super Modern Browsers */
       url('fonts/Montserrat-Medium.otf') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Montserrat-Medium.otf')  format('truetype'); /* Safari, Android, iOS */
}

body{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#3e4243;
}
#contenedor{
width:96%;
max-width:1800px;
margin:0 auto;
}
#div1{
	text-align:center;
	padding:20px 0;
	background-color: #55254b;
}
#div11 img{
	width: 100%;
	max-width: 400px;
}
#div2{
	text-align:center;
	padding:0;
	background-color: #e4e4e4;
}
#div21 img{
	width: 100%;
	max-width: 1800px;
}
#div22 {
	color: #010101;
	font-size: 24px;
	padding:20px 0;
	font-family: 'eras';
}

#div3{
	text-align:center;
	padding:0;
	background-color: #f9f9f9;
}
#div31{
	text-align:center;
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	margin: 20px 0;
}
#div32{
	text-align:center;
	font-family: 'Montserrat-Medium';
	font-size: 18px;
	margin: 20px 0;
}
#div31,#div32{
	width: 96%;
	max-width: 1000px;
	margin: 20px auto;	
	
}
.tabla1{
	width: 96%;
	max-width: 1000px;
}
.borde{
	background-image: url("img/linea.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	height: 6px;
}
#div4{
	text-align:center;
	padding:20px 0;
	background-color: #55254b;
}

#div41 img{
	width: 100%;
	max-width: 1170px;
}
#div5{
	text-align:center;
	padding:20px 0;
	background-color: #383838;
}

#div51, #div52{
	display: inline-block;
	vertical-align: top;
	width: 40%;
}
#div51{
	margin-right: 10%;
}
#div52 img{
	width: 100%;
	max-width: 410px;
}
#div53{
	color: #ffffff;
	font-weight:bold ;
	font-size: 16px;
	text-align: center;
}
#div54{
	background-color: #ffffff;
	padding: 20px;
	border-radius: 10px;
	border: solid 1px #dedede;
	margin-top: 20px;
}
#div55 img{
	width: 100%;
	max-width: 330px;
	margin-top: 20px;
}
#div6{
	height: 132px;
	background-image: url("img/pie2.jpg");
	background-repeat: repeat-x;
	text-align: center;
}
.entrada{
	width: 90%;
	padding: 10px;
	border-radius: 10px;
	border: solid 1px #dedede;
	font-size: 16px;
	margin-bottom: 20px;
}



@media screen and (max-width: 800px) {
#div51, #div52{
	width: 90%;
	margin: 20px auto;
}

}
</pre></body></html>