<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 Carreras exclusivas:D*/


.contenedor h6{ margin:10px;padding:10px; }

.camino{
margin: 50px 18px 30px 18px;
} 
#circulo { 
   width: 140px;
   height: 140px;
   background:#008040; 
   -moz-border-radius: 70px; 
   -webkit-border-radius: 70px; 
   border-radius: 70px;
   }
   
   
.contenedor{
width: 150px;
height:280px;
float: left;
margin: 10px;
padding: 8px;
border-top: 3px solid rgba(0, 0, 0, 0);
background:#FFF;
-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.05), 1px 1px 0px rgba(255,255,255,1);
-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.05), 1px 1px 0px rgba(255,255,255,1);
box-shadow: 2px 2px 2px rgba(0,0,0,0.05), 1px 1px 0px rgba(255,255,255,1);
}

.contenedor img {
margin-top:10px;
-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.13), 1px 0 0 rgba(0,0,0,0.1);
-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.13), 1px 0 0 rgba(0,0,0,0.1);
box-shadow: 2px 2px 4px rgba(0,0,0,0.13), 1px 0 0 rgba(0,0,0,0.1);
}

.contenedor:hover {
-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.05), 1px 1px 0px rgba(255,255,255,1);
-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.05), 1px 1px 0px rgba(255,255,255,1);
box-shadow: 2px 2px 2px rgba(0,0,0,0.05), 1px 1px 0px rgba(255,255,255,1);
border-top:#C06 solid;
-webkit-transition-property: -webkit-box-shadow, background;
-webkit-transition-duration: 00ms;
-moz-transition-property: -moz-box-shadow, background;
-moz-transition-duration: 00ms;
transition-property: box-shadow, background;
transition-duration: 00ms;
}

.contenedor h6 {
font-size:12px;
color:#069;
margin-top:-10px;
text-align:center;
}

.contenedor p {
font-size:10px;
margin-top: -15px;
}

.perio{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
margin-top:-6px;
color:#999
}
	
.icons{
width:70%;
height:18px;
padding-left: 20%;
}
	
.icons img{
float:left;
margin: 4px;
}
	
.event{
width: 20%;
height:220px;
float: left;
margin: 10px;
padding: 8px;
border-top: 3px solid rgba(0, 0, 0, 0);
background:#FFF;
-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.05), 1px 1px 0px rgba(255,255,255,1);
-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.05), 1px 1px 0px rgba(255,255,255,1);
box-shadow: 2px 2px 2px rgba(0,0,0,0.05), 1px 1px 0px rgba(255,255,255,1);
position:relative;
box-sizing: border-box;
}

.event img {
margin-top:10px;
-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.13), 1px 0 0 rgba(0,0,0,0.1);
-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.13), 1px 0 0 rgba(0,0,0,0.1);
box-shadow: 2px 2px 4px rgba(0,0,0,0.13), 1px 0 0 rgba(0,0,0,0.1);
}

.event:hover {
-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.05), 1px 1px 0px rgba(255,255,255,1);
-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.05), 1px 1px 0px rgba(255,255,255,1);
box-shadow: 2px 2px 2px rgba(0,0,0,0.05), 1px 1px 0px rgba(255,255,255,1);
border-top:#C06 solid;
-webkit-transition-property: -webkit-box-shadow, background;
-webkit-transition-duration: 00ms;
-moz-transition-property: -moz-box-shadow, background;
-moz-transition-duration: 00ms;
transition-property: box-shadow, background;
transition-duration: 00ms;
}

.event h6 {
font-size:12px;
color:#069;
margin-top:10px;
text-align:center;
}

.event p {
font-size:10px;
margin-top: -15px;
}

.icon{
	
	height: 18px;
	padding-left: 20%;
	position: absolute;
	bottom: 11px;
	;
	left: 10px;
}
	
.icon img{
display:inline-block;
margin: 4px;
}

.iconi{
width:80%;
height:18px;
padding-left: 20%;
}
	
.iconi img{
float:left;
margin: 4px;
}


.box{
width: 93%;
height:125px;
margin: 10px;
padding: 8px;
float:left;
border-top: 3px solid rgba(0, 0, 0, 0);
background:#FFF;
}

.box:hover {
-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.05), 1px 1px 0px rgba(255,255,255,1);
-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.05), 1px 1px 0px rgba(255,255,255,1);
box-shadow: 2px 2px 2px rgba(0,0,0,0.05), 1px 1px 0px rgba(255,255,255,1);
border-top:#C06 solid;
-webkit-transition-property: -webkit-box-shadow, background;
-webkit-transition-duration: 00ms;
-moz-transition-property: -moz-box-shadow, background;
-moz-transition-duration: 00ms;
transition-property: box-shadow, background;
transition-duration: 00ms;
}

.box h5 {
font-size:12px;
color:#069;
}

.box p {
font-size:11px;
margin-top: -15px;
}
.ul li {
     width: 100px;
     height: 100px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
}
.cont_petit{
width: 35%;
height:150px;
float: left;
margin: 10px;
padding: 8px;
background:#FFF;
border-top: 2px #09F;
}

.cont_petit h6 {
font-size:12px;
color:#069;
margin-top:-10px;
}

.boton_youtube { position: absolute; width:53px; height:40px; left: 190px; top: 110px; background:url(images/boton_youtube1y2.png);  background-repeat:no-repeat; z-index: 100;}
.boton_youtube:hover { background:url(images/boton_youtube1y2.png); width:53px; height:40px; background-position:right}
.canales { width:225px; float:left; margin:7px;}
.canales h3 { margin-top:10px;}
.event h6 a strong {margin:0px;}

___________________________________________________
html {
  height: 100%;
  background-color: #f8f8f8;
}

body {
  overflow: hidden;
  height: 100%;
   margin: 5px auto;
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
  color: #555555;
}

a {
  text-decoration: none;
  color: inherit;
}

* {
  box-sizing: border-box;
}

.menu {
  display: block;
  position: relative;
  cursor: pointer;
}

.menu-title {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 12px 0 0;
  background: #ffffff;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.3s background-color;
}

.menu-title:before {
  content: "";
  display: block;
  height: 0;
  border-top: 5px solid #9dc852;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-bottom: 0 solid #dddddd;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  transition: 0.2s 0.2s border-top ease-out, 0.3s border-top-color;
}

.menu-title:hover {
  background: #999999;
}

.menu-title:hover:before {
  border-top-color: #999999;
}

.menu:hover &gt; .menu-title:before {
  border-top-width: 0;
  transition: 0.2s border-top-width ease-in, 0.3s border-top-color;
}

.menu-title:after {
  content: "";
  display: block;
  height: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-bottom: 0 solid #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 101;
  transition: 0.2s border-bottom ease-in;
}

.menu:hover &gt; .menu-title:after {
  border-bottom-width: 5px;
  transition: 0.2s 0.2s border-bottom-width ease-out;
}

.menu-title_2nd {
  background: #999999;
}

.menu-title_2nd:hover {
  background: #3e86a3;
}

.menu-title_2nd:before {
  border-top-color: #4e96b3;
}

.menu-title_2nd:hover:before {
  border-top-color: #3e86a3;
}

.menu-title_3rd {
  background: #c97676;
}

.menu-title_3rd:hover {
  background: #b96666;
}

.menu-title_3rd:before {
  border-top-color: #c97676;
}

.menu-title_3rd:hover:before {
  border-top-color: #b96666;
}

.menu-title_4th {
  background: #dbab58;
}

.menu-title_4th:hover {
  background: #cb9b48;
}

.menu-title_4th:before {
  border-top-color: #dbab58;
}

.menu-title_4th:hover:before {
  border-top-color: #cb9b48;
}

.menu-dropdown {
  min-width: 100%;
  padding: 15px 0;
  position: absolute;
  background: #ebebeb;
  z-index: 100;
  transition: 0.5s padding, 0.5s background;
}

.menu-dropdown:after {
  content: "";
  display: block;
  height: 0;
  border-top: 5px solid #ebebeb;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  transition: 0.5s border-top;
}

.menu:not(:hover) &gt; .menu-dropdown {
  padding: 4px 0;
  background: #dddddd;
  z-index: 99;
}

.menu:not(:hover) &gt; .menu-dropdown:after {
  border-top-color: #dddddd;
}

.menu:not(:hover) &gt; .menu-title:after {
  border-bottom-color: #dddddd;
}

.menu-dropdown &gt; * {
  overflow: hidden;
  height: 30px;
  padding: 5px 10px;
  background: transparent;
  white-space: nowrap;
  transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
}

.menu-dropdown &gt; *:hover {
  background: rgba(0, 0, 0, 0.1);
}

.menu:not(:hover) &gt; .menu-dropdown &gt; * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25, 25, 25, 0);
  transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
  z-index: 99;
}

.hList &gt; * {
  float: left;
}

.hList &gt; * + * {
  margin-left: 0;
}</pre></body></html>