<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	/* reset css */


	/*
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	  margin: 0;
	  padding: 0;
	  border: 0;
	  font-size: 100%;
	  font: inherit;
	  vertical-align: baseline
	}
	*/

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }

	body { line-height: 1 }

	ol, ul { list-style: none }

	blockquote, q { quotes: none }

	blockquote:before, blockquote:after, q:before, q:after {
	  content: '';
	  content: none
	}

	table {
	  border-collapse: collapse;
	  border-spacing: 0
	}

	/*
	body {
	  font: 100% "roboto", "Trebuchet MS", sans-serif;
	  background-color:#EF476F;
	}
	*/

	a { text-decoration: none; }

	/**
	 * Hidden fallback
	 */


	/**
	 * Styling navigation
	 */

	.header1 {
	  margin-right: auto;
	  margin-left: auto;
	  max-width: 22.5rem;
	  /*margin-top:150px;*/
	  /*box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);*/
	}

	/**
	 * Styling top level items
	 */

	.nav1 a, .nav1 label {
		display: block;
		padding: .85rem;
		color: #fff !important;
		/*background-color: #151515;*/
		background: #1e2369;
		/*box-shadow: inset 0 -1px #1d1d1d;*/
		box-shadow: inset 0 -1px #fff;
		-webkit-transition: all .25s ease-in;
		transition: all .25s ease-in;
	}

	.nav1 a:focus, .nav1 a:hover, .nav1 label:focus, .nav1 label:hover {
	  color: rgba(255, 255, 255, 0.5);
	  color: #fff !important;
	  /*background: #030303;*/
	  background: #1e2369;
	}

	.nav1 label { 
		cursor: pointer; 
		margin-bottom:0px;
	}

	/**
	 * Styling first level lists items
	 */

	.group-list a, .group-list label {
	  padding-left: 2rem;
	  /*background: #252525;*/
	  background: #25378c;
	  /*box-shadow: inset 0 -1px #373737;*/
	  box-shadow: inset 0 -1px #fff;
	  color:#83dcf1;
	}

	.group-list a:focus, .group-list a:hover, .group-list label:focus, .group-list label:hover { 
		/*background: #131313;*/
		background:#25378c;		
	}

	/**
	 * Styling second level list items
	 */

	.sub-group-list a, .sub-group-list label {
	  padding-left: 3rem;
	  background: #353535;
	  /*box-shadow: inset 0 -1px #474747;*/
	  box-shadow: inset 0 -1px #fff;
	}

	.sub-group-list a:focus, .sub-group-list a:hover, .sub-group-list label:focus, .sub-group-list label:hover { 
		/*background: #232323;*/ 
		background: #25378c !important;	
	}

	/**
	 * Styling third level list items
	 */

	.sub-sub-group-list a, .sub-sub-group-list label {
	  padding-left: 6rem;
	  /*background: #454545;*/
	  background: #25378c;
	  /*box-shadow: inset 0 -1px #575757;*/
	}

	.sub-sub-group-list a:focus, .sub-sub-group-list a:hover, .sub-sub-group-list label:focus, .sub-sub-group-list label:hover { background: #333333; }

	/**
	 * Hide nested lists
	 */

	.group-list, .sub-group-list, .sub-sub-group-list {
	  height: 100%;
	  max-height: 0;
	  overflow: hidden;
	  -webkit-transition: max-height .5s ease-in-out;
	  transition: max-height .5s ease-in-out;
	}

	.nav__list input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
	max-height: 1000px; }

	/**
	 * Rotating chevron icon
	 */

	label &gt; span {
	  float: right;
	  -webkit-transition: -webkit-transform .65s ease;
	  transition: transform .65s ease;
	}

	.nav__list input[type=checkbox]:checked + label &gt; span {
	  -webkit-transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
	  transform: rotate(90deg);
	}








	.header1{
	  /*margin-left: 50px !important;*/
	  /*margin-right: 50px !important;*/
	  max-width: 1000px !important;
	}
	ul.group-list, ul.sub-group-list{
		padding:0px;;
		margin:0px;
	}

	ul.group-list{
	}

	  .nav1{

	  }
		ul.nav__list{
			margin-left:0px;
		}
	  
		ul.nav__list li.row-st {
		  /*border: 1px solid red;*/
		  /*width: auto;*/
		}
		
		/**/
		label.nd{
			background-color:#25378c;
		}
		
		/*pdf*/
		li.pdf, li.rd{
			background-color:#25378c;
		}
		  li.pdf a,li.rd a{
			font-size: 14px;
			/*color: #999999;*/
			color:#fff !important;
			/*box-shadow: none !important;*/
			background-color:#25378c;
			/*color:#fff;*/
			/*color: #83dcf1;*/
			text-decoration:none;
		  }    
		  li.pdf div.file-description{
			font-size: 12px !important;        
			color: #25378c;
			padding-top: 5px;
			font-weight: normal !important;
		  }
		  .fa-file-pdf{
			font-size: 5px;
			position: relative;
		  }
		  .file{
			color: #25378c;
			float: right;
			font-size: 30px;
			padding-right: 0px;
			padding-top: 0px;
		  }
		  
		  
	.condiciones{
		padding-top:20px;		
		padding-bottom:20px;
	}
	ul.nav__list &gt; li &gt; ul.group-list &gt; li &gt; ul &gt; li &gt; a 
	{
		background-color: #324bc0;
	}
	ul.nav__list &gt; li &gt; a,
	ul.nav__list &gt; li &gt; a p,
	ul.nav__list &gt; li &gt; ul.group-list &gt; li &gt; a,
	ul.nav__list &gt; li &gt; ul.group-list &gt; li &gt; a p,
	ul.nav__list &gt; li &gt; ul.group-list &gt; li &gt; ul &gt; li &gt; a,
	ul.nav__list &gt; li &gt; ul.group-list &gt; li &gt; ul &gt; li &gt; a p
	{
		color: #fff !important;
		font-size: 14px !important;
	}</pre></body></html>