.caja-asociaciones {
  border-bottom: 5px solid #ededed;
  margin-bottom: 20px;
  background: #f1f1f1;
  padding: 36px;
}
/*
.interior-title {
  font-family: 'Yanone Kaffeesatz',sans-serif;
  text-shadow: 0 1px 2px #2a2a2a;
  color: #f9f9f9;
  margin: 15px 0 10px;
}
*/


.menu-toggle #menu-btn {
  float: right;
  background: #f1f1f1;
  border: 1px solid #e0e0e0;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;    
}

.icon-bar {
  color:#FFF !important;
}

.quienes {
  font-size: 18px;
  text-transform: uppercase;
  color: #de177b;
}

.como{
  font-size: 18px;
  text-transform: uppercase;
  color: #cb1825;
}

.SinRelleno {
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}

.caja-asociaciones {
  background:rgba(255,255,255,0) !important;
  border-bottom:none !important;
  margin-top:3%;
  padding:0 !important;
}

.ContenidoRosaristasEnElMUndo {
  padding:2% 5%;
  background:rgba(255,255,255,.8);
  min-height:500px;
  margin-top: 0;
}




/* menu lateral */

.ace-responsive-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #333;  
  float:left;
  width:100%;
  font-family: 'Roboto', sans-serif;
  border-bottom: 3px solid #FD5025;        
}
.ace-responsive-menu li{
  list-style: none;
}
.ace-responsive-menu li ul {
  display:none;
}
.ace-responsive-menu > li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px;
  float: left;
}
.ace-responsive-menu li a {
  color:#c0c0c0;
}
.ace-responsive-menu > li > a {
  display: block;
  position: relative;
  margin: 0;
  border: 0px;
  padding: 18px 20px 18px 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  color: #c0c0c0;
}
.ace-responsive-menu li a i {
  padding-right: 5px;
  color: #FF5737;
}
.ace-responsive-menu > li > a i {
  font-size: 16px;
  text-shadow: none;
  color: #FF5737;
}
.ace-responsive-menu li ul.sub-menu li a i {
  padding-right: 10px;
}
.ace-responsive-menu li.menu-active > a {
  background: #272727 !important;
  color:#fff;
}
.ace-responsive-menu li .menu-active {
  position: relative;
}
.ace-responsive-menu > li > a > .arrow:before {  
  margin-left: 15px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f107";
  font-weight: 300;
  text-shadow: none;
  width: 10px;
  display: inline-block;
}
.ace-responsive-menu li ul.sub-menu li > a > .arrow:before {
  content: "\f105" !important;
}
.ace-responsive-menu > li > ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 0;
  position: absolute;
}
.ace-responsive-menu li ul.sub-menu {
  background: #333;
}
.ace-responsive-menu li ul.sub-menu > li {
  width: 185px;
}
.ace-responsive-menu li ul.sub-menu li a {
  display: block;
  margin: 0px 0px;
  padding: 12px 20px 12px 15px;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  background: none;
}
.ace-responsive-menu > li > ul.sub-menu > li {
  position: relative;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
  position: absolute;
  left: 185px;
  top: 0px;
  display: none;
  list-style: none;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
  position: absolute;
  left: 185px;
  top: 0px;
  display: none;
  list-style: none;
}
.ace-responsive-menu > li > ul.sub-menu li > a > .arrow:before {
  float: right;
  margin-top: 1px;
  margin-right: 0px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f104";
  font-weight: 300;
  text-shadow: none;
}

/* Menu Toggle Btn
----------------------------------------*/
.menu-toggle {
  display: none;
  float: left;
  width: 100%;
  background: #333;
}
.menu-toggle h3 {
  float: left;
  color: #FFF;
  padding: 0px 10px;
  font-weight: 600;
  font-size: 16px;
}
.menu-toggle .icon-bar {
  display: block !important;
  width: 18px;
  height: 2px;
  background-color: #F5F5F5 !important;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  margin: 3px;
}
.menu-toggle .icon-bar:hover {
  background-color: #F5F5F5 !important;
}
.menu-toggle #menu-btn {
  float: right;
  background: #202020;
  border: 1px solid #0C0C0C;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
}
.hide-menu {
  display: none;
}


/* Accordion Menu Styles
----------------------------------------*/

ul[data-menu-style="accordion"] {
  width: 250px;
}
ul[data-menu-style="accordion"] > li {    
  display: block;
  margin: 0;
  padding: 0;
  border: 0px;
  float: none !important;
}
ul[data-menu-style="accordion"] > li:first-child {
  border-top: 2px solid #FD5025;
}
ul[data-menu-style="accordion"] li ul.sub-menu > li {
  width: 100%;
}
ul[data-menu-style="accordion"] > li > a > .arrow:before {
  float: right;
  content: "\f105";
}
ul[data-menu-style="accordion"] li.menu-active > a > .arrow:before {
  content: "\f107" !important;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu {
  position: static;
}
ul[data-menu-style="accordion"] > li > a i {
  padding-right: 10px;
  color: #FF5737;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu {
  position: static;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
  position: static;
}
ul[data-menu-style="accordion"] > li {
  border-bottom: 1px solid #242424;
}
ul[data-menu-style="accordion"] li a:hover {
  background: #272727 !important;
}
ul[data-menu-style="accordion"] ul.sub-menu li.menu-active > a > .arrow:before {
  content: "\f107" !important;
}

/* Estilos Menu vertical
----------------------------------------*/

ul[data-menu-style="vertical"] {
  width: 100%;
}
ul[data-menu-style="vertical"] > li {
  float: none;
}
ul[data-menu-style="vertical"] > li:first-child {
  border-top: 2px solid #FD5025;
}
ul[data-menu-style="vertical"] li ul.sub-menu > li {
  width: 100%;
}
ul[data-menu-style="vertical"] > li > a > .arrow:before {
  float: right;
  content: "\f105";
}
ul[data-menu-style="vertical"] > li.menu-active {
  position:relative;
}
ul[data-menu-style="vertical"] > li > ul.sub-menu {
  position: absolute;
  left:200px;
  top:0px;
  width:200px;
}
ul[data-menu-style="vertical"] > li > a i {
  padding-right: 10px;
  color: #FF5737;
}
ul[data-menu-style="vertical"]> li > ul.sub-menu > li ul.sub-menu {
  position: absolute;
  width:200px;
  left: 200px;
}
ul[data-menu-style="vertical"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
  position: absolute;
  width:200px;
  left: 200px;
}
ul[data-menu-style="vertical"] > li {
  border-bottom: 1px solid #242424;
}
ul[data-menu-style="vertical"] li a:hover {
  background: #272727 !important;
}

.ace-responsive-menu .active {
  background: #272727 !important;
}

/* Responsive Menu Styles
----------------------------------------*/
/*Note: change the max-width asper your requirment and change the same in aceResponsiveMenu({resizeWidth: "768" }) function*/

@media screen and (max-width: 768px) {
  .demo {
    width:96%;
    padding:2%;
  }
  ul[data-menu-style="vertical"] , ul[data-menu-style="accordion"],
  ul[data-menu-style="vertical"] li ul.sub-menu {
    width: 100% !important;
  } 
  .ace-responsive-menu {
    float: left;
    width:100%;
  }
  .ace-responsive-menu > li {
    border-bottom: 1px solid #242424;
    float: none;
  }   
  .ace-responsive-menu li a:hover {
    background: #272727 !important;
  }
  .ace-responsive-menu > li:first-child {
    border-top: 2px solid #FD5025;
  }    
  .ace-responsive-menu > li > a i {
    padding-right: 10px;
    color: #FF5737;
  }
  .ace-responsive-menu > li > a > .arrow:before {
    float: right;
    content: "\f105";
  }
  li.menu-active > a > .arrow:before {
    content: "\f107" !important;
  }
  .ace-responsive-menu li ul.sub-menu > li {
    width: 100%;
  }
  .ace-responsive-menu li ul.sub-menu li ul.sub-menu li a
  {
    padding-left: 30px;
  }  
  .ace-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a 
  {
    padding-left: 50px;
  }  
  .ace-responsive-menu > li > ul.sub-menu {
    position: static;
  }
  .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
    position: static;
  }
  .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: static;
  }
  .ace-responsive-menu li ul.sub-menu li.menu-active > a > .arrow:before {
    content: "\f107" !important;
  }
}




@media (max-width: 800px) {
  .NombreDelSitio {
    width: 108px;
  }
  .ContenidoRosaristasEnElMUndo {
    margin-top: 2%;
  }
}





#idioma-requisitos {
  text-transform: uppercase;
  padding: 34px 64px 24px;
  color: #019494;
  font-size: 27px;
  background: #fff;
  box-shadow: 0px 1px 7px #bdbdbd;
  border-radius: 20px;
  margin: 0px 0px;
  border-top: solid 4px #019494;
  
}



#idioma-requisitos h2 {
  text-transform: uppercase;
  padding: 0;
  color: #019494;
  font-family: helvetica;
  font-size: 20px;
  font-weight: 600;
  
}

#idioma-requisitos h5 {
  
  text-transform: initial;
  padding: 0;
  color: #666;
  font-family: helvetica;
  font-size: 15px;
  font-weight: 400;
  
}




.img-requisitos {
  width: 83px;
  padding: 21px 21px;
}
.requisitos-ur {
  padding: 20px 4px;
  min-height: 80px !important;
}

.requisitos-ur2 {
  padding: 20px 4px;
  min-height: 80px !important;
  background-color: #fff;
  padding: 20px;
  font-size: 15px !important;
  color: #666;
  border-radius: 20px;
  border-top: solid 4px #e59332;
  box-shadow: 2px 2px 8px #969696;
}
.requisitos-ur3 {
  padding: 20px 4px;
  min-height: 80px !important;
  padding: 20px;
  font-size: 15px !important;
  color: #666;
  border-radius: 20px;
  margin-right: 38px;
  margin-left: 33px;
  margin-bottom: 20px;
  min-height: 370px !important;
}
.requisitos-ur4 {
  padding: 20px 4px;
  min-height: 80px !important;
  padding: 20px;
  font-size: 15px !important;
  color: #666;
  border-radius: 20px;
  margin-right: 38px;
  margin-left: 4px;
  margin-bottom: 20px;
  min-height: 370px !important;
}


.nota2 {
  font-family: 'Open Sans', sans-serif;
  margin: 0px auto;
  color: #666;
  font-size: 13px;
  font-weight: normal;
  padding: 1px 3px;
  background: none;
  color: #019494;
  font-weight: 600;
  margin-top: 35px;
  border-radius: 5PX;
}


.selected-item {
  margin: 20px 0;
  text-align: center;
}
.selected-item p {
  font-size: 18px;
}
.ContenidoConScroll {
  min-height: 515px;  
  max-height: 515px;
}

.BgQuieneSomos {
  display: table;
  width: 100%;
  width: 100%;
  background: url(../../UR-Internacional-V3/img/BgQuieneSomos.html);
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 20px;
}

#RequisitosEstudiantesUR {
  padding: 2px 58px 17px;
  background: #f1f1f1;
  border-radius: 10px 10x 0px 0px !important;
  border-radius: 0px 60px 60px 0px;
  margin-left: -62px;
  box-shadow: 2px 2px 10px #d1d1d1;
  border-bottom: solid 4px #019494;
  box-shadow: 2px 2px 8px #969696;
  
}

#RequisitosEstudiantesUR h1 
{ font-size: 21px !important;
  color: #019494;}


#RequisitosEstudiantesUR p 
{ font-size: 15px !important; color: #666;}

/*
.h3, h3 {
  font-size: 24px; 
}
*/

.selected-item p span {
  font-weight: bold;
}
/* dropdown list */
.dropdown {
  margin: 20px auto;
  width: 100%;
  position: relative;
  -webkit-perspective: 600px;
  perspective: 600px;
}
.dropdown.active .selLabel:after {
  content: '\25B2';
}
.dropdown.active .dropdown-list li:nth-child(1) {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.dropdown.active .dropdown-list li:nth-child(2) {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}
.dropdown.active .dropdown-list li:nth-child(3) {
  -webkit-transform: translateY(300%);
  transform: translateY(300%);
}
.dropdown.active .dropdown-list li:nth-child(4) {
  -webkit-transform: translateY(400%);
  transform: translateY(400%);
}
.dropdown > span {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  background: #34495e;
  display: block;
  padding: 0 50px 0 30px;
  position: relative;
  z-index: 9999;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown > span:after {
  content: '\25BC';
  position: absolute;
  right: 0px;
  top: 15%;
  width: 35px;
  text-align: center;
  font-size: 12px;
  padding: 4px;
  height: 70%;
  line-height: 24px;
  border-left: 1px solid #ddd;
}

.dropdown > span:active {
  -webkit-transform: rotateX(45deg);
  transform: rotateX(45deg);
}
.dropdown > span:active:after {
  content: '\25B2';
}
.dropdown-list {
  position: absolute;
  top: 0px;
  width: 100%;
}
.dropdown-list li {
  display: block;
  height:40px;
  line-height:40px;
  list-style: none;
  left: 0;
  opacity: 1;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  position: absolute;
  top: 0;
  width: 100%;
}
.dropdown-list li:nth-child(1) {
  background-color: #1abc9c;
  z-index: 4;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.dropdown-list li:nth-child(2) {
  background-color: #3498db;
  z-index: 3;
  -webkit-transform: translateY(3%);
  transform: translateY(3%);
}
.dropdown-list li:nth-child(3) {
  background-color: #9b59b6;
  z-index: 2;
  -webkit-transform: translateY(6%);
  transform: translateY(6%);
}
.dropdown-list li:nth-child(4) {
  background-color: #e67e22;
  z-index: 1;
  -webkit-transform: translateY(9%);
  transform: translateY(9%);
}
.dropdown-list li span {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  font-size: 18px;
  line-height: 40px;
  padding: 0 30px;
  display: block;
  color: #fff;
  cursor: pointer;
  letter-spacing: 2px;
}

/* FIN DROPDOWN */
/* FIN DROPDOWN */
/* FIN DROPDOWN */


.resp-tabs-list img {
  width:33px;
}

.resp-tab-content {
  min-height: 85px;
  margin-bottom: 30px;
}


body{
  overflow-x:hidden;
}

#RequisitosEstudiantesUR .tab-content {
  min-height:150px;
  padding:2% 3%;
  border:solid 1px #e0e0e0;
  border-top:solid 1px rgba(255,255,255,0);
  margin-bottom:40px;
}
#RequisitosEstudiantesUR .nav-tabs.nav-justified > li > a {
  background: #f7f7f7;
  border: solid 1px #e0e0e0;
}
#RequisitosEstudiantesUR .nav-tabs.nav-justified img {
  width:33px;
}
#RequisitosEstudiantesUR .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  color:#000;
  font-weight:bold;
  background:#bebebe;
}

/* CSS Document */
.numero,.procesodespues h3 {
  font-size:75px;
  color:#a20f26;
  font-family:"Yanone Kaffeesatz",sans-serif;
  font-weight:normal;
  float:left;
  margin-right:10px;
  line-height:40px;
  margin-bottom:80px
}

.nota {
  display: table;
  width: 100%;
  background: #f1f1f1;
  padding: 10px;
  font-size: 15px;
  color: #a20f26;
  font-weight: 600;
  text-align: right;
  border-radius: 3px;
  padding-left: 0;
  padding-right: 15px;
  margin-bottom: 30px;
}

.requisito {
  
  padding-top:15px
}
.resaltado {
  text-transform: uppercase;
  padding: 34px 64px 24px;
  color: #019494;
  font-size: 27px;
  background: #fff;
  box-shadow: 0px 1px 7px #bdbdbd;
  border-radius: 20px;
  margin: 0px 0px;
  border-top: solid 4px #187294;
}
.resaltado h4 {
  text-transform: uppercase;
  padding: 0;
  color: #187294;
  font-family: helvetica;
  font-size: 20px;
  font-weight: 600;
}
.resaltado ul {
  background: #f7f7f7;
  padding: 20px 20px;
  margin-top: -20px;
}
.resaltado li {
  font-size:13px;
  font-weight:normal;
  line-height:18px;
  margin-bottom:10px;
  color:#000;
  text-align:justify;
  margin-left:20px
}
.resaltado p {
  text-transform: initial !important;
  /*padding: 3px 4px 31px -1px;*/
  color: #666 !important;
  font-family: helvetica !important;
  font-size: 15px !important;
  font-weight: 300 !important;
}


.btn {
  border-radius:none !important;
}

.btn:focus{
 color:#FFF !important;
}
.homologcionEstudiantesUr {
  padding-top:3%;
  min-height:480px;
  width:90%;
  margin:0 auto;
}


.btnHomologacionAcordion {
  display:table;
  background:#f7f7f7;
  width:100%;
  cursor:pointer;
  padding:10px 15px;
  text-align:left !important;
  border-radius: 0;
  border:none;
  border-left:solid 5px #a20f26;
  margin-bottom:5px;
}
.btnHomologacionAcordion:hover {
  display:table;
  color:#a20f26;
  background:#f7f7f7;
  width:100%;
  cursor:pointer;
  padding:10px 15px;
  text-align:left !important;
  border-radius: 0;
  border:none;
  border-left:solid 5px #a20f26;
  margin-bottom:5px;
}
.homologcionEstudiantesUr .table-responsive {
  padding: 1% 3%;
  border:solid 1px #e0e0e0;
  border-top:solid 1px rgba(255,255,255,0);
  margin-bottom:5%;
}

.container-fluid2{
  padding: 0px 0;
  margin:0px auto;
}
.contPasos-pal {
  margin-bottom:15px;
}
.contPasos-pal img {
  width:100%;
}
.contenedorPasos {
  padding:0 5%;
  margin-bottom:10px;
  font-size:13px;
  text-align:center;
}
.linea-divisora {
  width:13%;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #a20f26;
}
.pasos {
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 23px;
  padding: 5px;
  background: #a20f26;
  border-radius: 50%;
  border: solid 3px #dadada;
  margin-bottom:15px;
}

.tab_content {
  padding: 45px 45px;
  background:#fff;
}



.nav-home{
  position:relative;
  right:-5%;
  top:80px;
  float:right;	
  z-index:900;
}

.btn-home{
  width:100%;
  height:auto;
  margin:2px 0px;
  padding:8px 5px;
  float:left;
  background:#edebe9;
  transition:800ms ease all;
  
  font-size:12px;
  color:#110f0d;
  
  border-radius: 200px 0px 0px 200px;
  -moz-border-radius: 200px 0px 0px 200px;
  -webkit-border-radius: 200px 0px 0px 200px;
}

.btn-home:hover{
  background:rgba(217,215,213,0.70);
  text-decoration:none;
  color:rgba(10,67,219,1.00);
}

.btn-home:after{
  transition:400ms ease all;
}

.btn-home2{
  width:100%;
  height:auto;
  margin:1px 0px;
  padding:8px 5px;
  float:left;
  background:#edebe9;
  transition:800ms ease all;
  
  font-size:12px;
  color:#110f0d;
}

.btn-home2:hover{
  background:rgba(217,215,213,0.70);
  text-decoration:none;
  color:rgba(10,67,219,1.00);
}

.btn-home2:after{
  transition:400ms ease all;
}

.color-ico-1{
  color:#16456a;	
}

.color-ico-2{
  color:#fa3669;	
}

.color-ico-3{
  color:#5c8e3c;	
}

.color-ico-4{
  color:#8764a3;	
}

.color-ico-5{
  color:#dc965d;	
}

.color-ico-6{
  color:#4cbcc7;	
}


.vermas{
  display:table;
  width:100%;
  text-align:right;
  color:#a20f26;
  font-weight:normal;
  font-size:13px;
  margin-top:0;
  margin-bottom:5px;
  text-decoration:none;
}

.vermas:hover{
  color:#666;
  font-weight:normal;
  text-decoration:none;
}


.date{
  display:table;
  width:50px;
  text-align:center;
  background:#ededed;
  padding:5px;
  padding-top:2px;
  color:#a20f26!important;
  float:left;
  margin-right:15px
}

.date h3{
  font-size:26px;
  margin:0;
  color:#a20f26;
  font-weight:normal;
  font-family: "Yanone Kaffeesatz", sans-serif;
}

.date p{
  font-size:14px;
  margin:0;
  color:#a20f26;
  text-align:center;
  text-decoration:none;
}	

.cont-redes {
  position:absolute;
  right:0px;
  width: 260px;
  text-align:left;
  height: auto;
  padding:10px;
  float:right;
}

.icon-btn {
  border-radius: 100px;  
  width: 30px;
  height: 30px;
  margin: 0 5px;
  float:left;
  
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 110%;
  background:rgba(255,255,255,0.80);
  -webkit-box-shadow:inset 1px 1px 5px #999999;
  -moz-box-shadow:inset 1px 1px 5px #999999;
  box-shadow:inset 1px 1px 5px #999999;
}

.icon-btn span{
  display: block;
  border-radius: 0;
  width: 0;
  height:0;
  
  position: absolute;
  left: 50%;
  top: 50%;
  
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  
}

.icon-btn:hover span{
  display: block;
  border-radius: 100%;
  width:30px;
  height: 30px;	
  left:0px;
  top:0px;
}

.twitter span{
  background-color: #4099ff;
}

.facebook span{
  background-color: #3B5998;
}

.icon-btn i{
  background: none;
  height: 30px;
  width: 30px;
  
  position: absolute;
  left: 0;
  top:0;
  z-index: 10;
  line-height: 30px;
  
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s ;
  transition: all 0.3s;
  
  
}
.icon-btn .icon-twitter{
  color:rgba(155,175,179,0.90)
}
.icon-btn .icon-facebook{
  color:rgba(155,175,179,0.90)
}

.icon-btn:hover .icon-twitter, .icon-btn:hover .icon-facebook, .icon-btn:hover .links{
  color: #fff;
  font-size: 100%;
  line-height: 30px;
}


.student{
  display:table;
  width:24.3%;
  height: auto;
  float:left;
  background:#fff;
  border-radius:2px;
  padding:0;
  margin-right:10px;
  position:relative;
  height:auto;
  margin-bottom:20px;
  
  -webkit-box-shadow:0px 1px 2px #6A6A6A;
  -moz-box-shadow:0px 1px 2px #6A6A6A;
  box-shadow:0px 1px 2px #6A6A6A; 
}

.student p{
  line-height:20px;
  margin-top:0}	

.img-new {
  width:25%;
  float:left;
  margin-right:10px;
}

.line {
  width:90%;
  height:1px;
  color:#666666;
  margin:0px auto;
}

/*================iNTERNO=================*/
.separador-inter{
  margin:10px 5px;
  float:left;
  width:100%;
  height:auto;
  max-height:300px;	
  padding-bottom:10px;
  border-bottom:#ececec 2px solid;
}

.interior-title h2{
  font-family:'Yanone Kaffeesatz',sans-serif;
  text-shadow: 0px 1px 2px #2A2A2A;
  color:#F9F9F9;
  margin:15px 0px 10px;
}	

.numeral{
  width:45px;
  height:45px;
  float:left;
  font-family:'Yanone Kaffeesatz',sans-serif;
  -o-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius:100px;
  text-align:center;
  line-height:40px;
  font-size:1.625rem;
  background:#ededed;
  margin-right:10px;
}	

.nume-1{
  color:#33518e;
  border:2px solid #33518e;
}

.nume-2{
  color:#db9600;
  border:2px solid #db9600;
}

.nume-3{
  color:#d4578e;
  border:2px solid #d4578e;
  margin-bottom:20px;
}	

.nume-4{
  color:#4a942e;
  border:2px solid #4a942e;
}	

.nume-5{
  color:#542a7e;
  border:2px solid #542a7e;
}

.nume-6{
  color:#04adc1;
  border:2px solid #04adc1;
}

.bg_miga{	
  background:rgba(255,255,255,0.60)
}

/**
.bg_form{	
  background:rgba(219,219,219,0.92);
  padding:20px;
  height:635px;
  //float:right;
  position:relative;
  //right:-14.80%;
  //z-index: -1;
}
**/

/*
.bg_form h3{	
  font-weight:400;
  color:#3e3e3e;
  font-family:'Yanone Kaffeesatz',sans-serif;
}
*/

/*
.bg_form p{	
  padding:0px;
  margin:3px 0px;
  font-weight:800;
  font-size: 10.5px;
  color:#3e3e3e;
  line-height:25px;
  font-family: 'Open Sans', sans-serif;
}
*/

.politicas {	
  padding:0px 0px;
  margin:20px 0px;
  clear:left;
  font-weight:600;
  font-size:12px;
  color:#c01240;
  font-family: 'Open Sans', sans-serif;
  font-style:italic;
  transition:300ms ease all;
}

.politicas a {	
  color:#c01240;
  text-decoration:none;
}	

.politicas a:hover {	
  color:#73122C;
  text-decoration:underline;
}	

.politicas a:after {
  color:#73122C;	
  transition:300ms ease all;
}

.segurity p{	
  padding:0px;
  margin:3px 0px;
  font-weight:800;
  font-size:70%;
  color:#3e3e3e;
  line-height:90px;
  font-family: 'Open Sans', sans-serif;
}	

/*
.imput-form-inter{
  height:25px;
  background:rgba(252,252,252,0.90);
  padding:5px;	
  margin:3px 0px;
  -o-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;  
  font-size: 11px;
  color:#3e3e3e;
  font-family: 'Open Sans', sans-serif;
}	
*/

.imput-form-inter2{
  height:25px;
  width:45%;
  float:left;
  background:rgba(252,252,252,0.70);
  padding:5px;	
  margin:3px 2.5%;
  -o-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;			
  font-size:14px;
  font-weight:300;
  color:#3e3e3e;
  font-family: 'Open Sans', sans-serif;
}	

.label{
  margin-right:15px;
  font-size:12px;
  font-weight:600;
  color:#3e3e3e;
  font-family: 'Open Sans', sans-serif;
}


.btn-form:hover .btn-primary:hover{
  background:#c92338 !important;
  border-bottom:#7E101E 1px solid !important;
  color:#fff !important;
}	

.btn-form:after{
  transition:300ms ease all;
}

.line-form{
  width:100%;
  float:left;
  margin:10px 0px;
  height:2px;
  color:#767676;
}

/*
.btn-form-2{
  font-size:13px;
  color:#dbe2e9;
  font-family:'Yanone Kaffeesatz',sans-serif;
  text-align:center;
  width:90%;
  float:left;
  font-weight:300;
  padding:10px ;
  margin:20px 2.5% 10px;
  cursor:pointer;
  background:#4c5660;
  -o-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  transition:300ms ease all;
}
*/

.btn-form-2:hover{
  background:#6C7A88;
  color:#fff;
}	

.btn-form-2:after{
  transition:300ms ease all;
}

.line-form{
  width:100%;
  float:left;
  margin:10px 0px;
  height:2px;
  color:#767676;
}

/*================Menu-Interno=================*/
.dropbtn {
  background-color: #C8C8C8;
  color: #4D4D4D;
  height:35px;
  width:35px;
  text-align:center;
  padding: 0px;
  font-size: 25px;
  border: none;
  cursor: pointer;
  transition:800ms ease all;
  outline:0;
  position:relative !important;
  right:0px;
  margin:1px 0px;
}

.dropdown {
  position: relative;
  display: inline-block;
  text-align:right;	
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #DCDCDC;
  width:230px;
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
  z-index: 1;
  /*float:right;*/
  right:-95px;
  transition:800ms ease all;
  top: 35px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align:left;
}

.dropdown-content a:hover {
  background-color:transparent
}

.dropdown:hover .dropdown-content {
  display: block;
  transition:400ms ease all;
}

.dropdown:hover .dropbtn {
  background-color: #424242;
  color:#D9D7D7;
  transition:400ms ease all;
}
/*================Fin-Menu-Interno=================*/

/*================miga-pan=================*/
/*
.miga-pan{
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-align:left;
  line-height:30px;
  float: left;
  padding:5px 5px 0px 0px;
  transition:300ms ease all;
  text-decoration:none;
}
*/

/*
.miga-pan a{
  padding:0px;
  color:#ad082c;
  text-decoration:none;
}		

.miga-pan a:hover{
  color:#f9071f;
  text-decoration:underline;
}

.miga-pan a:after{
  text-decoration:none;
  transition:300ms ease all;
}	
*/

/*================Fin-miga-pan=================*/								

/*================TAB=====================*/
/*
ul.tabs {
  margin: 0px 0px 10px;
  padding: 0;
  float: left;
  list-style: none;
  height: 22px;
  width: 100%;
}
*/

/*
ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer; 
  height: 30px;
  width:16.48%;
  margin:1px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight:500;
  text-align:center;
  background-color: rgba(255,255,255,0.8);
  color: rgba(66,66,66,1.00);
  overflow: hidden;
  border-top:2px solid rgba(255,255,255,0);
  position: relative;
  transition:800ms ease all;
}
*/

@media screen and (max-width: 1366px) {
  ul.tabs li {
    width:13.50%;
	font-size: 0.9em;
  }
}


/* Estilo con border en la parte superior
ul.tabs li:hover {
  background-color: #fff;
  color: #a20f26;
  border-top:2px solid #a20f26;
  height:45px;
  transition:400ms ease all;
}
*/

/* Estilo con border en la parte superior
ul.tabs li.active {
  transition:400ms ease all;
  background-color: #fff;
  border-top:2px solid #a20f26;
  color: #a20f26;
  display: block;
  height:45px;
}
*/

ul.tabs li a:link, ul.tabs li a:hover {
  color: #a20f26;
  text-decoration:none;
  padding: 5px 8px;
  display:inline-block;
  width:100%;
}

.tab_container {
  clear: both;
  float: left;
  width: 100%;
  background: transparent;
  overflow: auto;
  margin-bottom:20px;
}

/*
.tab_container h2, h3{
  font-family:'Yanone Kaffeesatz',sans-serif;
  margin:0px auto;
  color:#444444;
  font-weight:400;
  padding:0px;
  margin:0px 0px 5px !important;
  background:transparent;
}
*/

.tab_container p{
  font-family: 'Open Sans', sans-serif;
  margin:0px auto;
  color:#666;
  font-size: 13px;
  font-weight:normal;
}


.tab_heading { display: none; }

@media screen and (max-width: 768px) {
  .tabs {
	display: none;
  }
  .tab_content {margin-top:20px;}
  .tabs_mobile {background:#fff;}
  #RequisitosEstudiantesUR .tabs {
	display: block !important;
  }
  
  ul.tabs li {
	text-align:left;
	
  }
  
  .tab_heading {
    color: #585757;
    margin:0px 0px 1px;
    padding: 10px 10px;
    display: block;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    background: rgba(204,204,204,1);
    background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(179,179,179,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,204,204,1)), color-stop(100%, rgba(179,179,179,1)));
    background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(179,179,179,1) 100%);
    background: -o-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(179,179,179,1) 100%);
    background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(179,179,179,1) 100%);
    background: linear-gradient(to bottom, rgba(204,204,204,1) 0%, rgba(179,179,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#b3b3b3', GradientType=0 );
  }
  
  .content_active {
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    
    color: #fff;
    font-family:'Yanone Kaffeesatz',sans-serif;
  }
}


/*=================FIN-TAB*=================*/	

@media(max-width:2000px)and (min-width:1800px){
  .student{
	height: 300px;
  }
}

@media(max-width:1700px)and (min-width:1600px){
  .student{
	height:auto;
  }	
  
  .student p{
	line-height:17px!important
  }	
}

@media(max-width:1599px)and (min-width:1400px){
  .student{height:305px}
  .student p{line-height:16px}
  
  
  .btn-home{
    width:100%;
    height:auto;
    margin:2px 0px;
    padding:8px 5px;
    float:left;
    background:#edebe9;
    transition:800ms ease all;
    
    font-size:0.75rem;
    color:#110f0d;
    
    border-radius: 200px 0px 0px 200px;
    -moz-border-radius: 200px 0px 0px 200px;
    -webkit-border-radius: 200px 0px 0px 200px;
  }
}

@media(max-width:1399px)and (min-width:1300px){
  .student p{line-height:15px}
  .student{height:292px}	
}

@media(max-width:1299px)and (min-width:1200px){
  .student p{line-height:16px}	
  .student{
    height:auto;
    width:24%}
}

@media(max-width:1199px)and (min-width:900px){
  .student{height:auto;width:24%}
  
  .bg_form{	
	background:rgba(219,219,219,0.9);
	padding:20px 10px;
	float:right;
	position:relative;
	right:-4.65%;
	height:630px;
  }
  
}


@media(max-width:999px)and (min-width:800px){
  .student{height:auto;width:24%}
  
  .bg_form{	
	background:rgba(219,219,219,0.9);
	padding:20px;
	/*float:right;*/
	position:relative;
	right:0px;	
	height:auto;
  }
}

@media(max-width:800px)and (min-width:300px){
  .student{width:48.5%}
  
  .cont-redes {
    position:absolute;
    right:0px;
    width: 210px;
    height: auto;
    padding:10px;
    text-align:left;
    float:right;
    height:auto;
  }
  
  .bg_form{	
	background:rgba(219,219,219,0.9);
	padding:20px;
	position:relative;
	right:0px;	
	height:auto;
  }
  
  
}

@media(max-width:690px)and (min-width:300px){
  .student{
    width:95%;
    height:auto;
    margin-left:2.5%;
  }
  
  
  .nav-home{
    position:relative;
    width:100%;
    padding-bottom:15px;
    top:0px;
    float:letf;	
    right:0;
  }
  
  
  .cont-redes {
    position:relative;
    right:0px;
    width: 100%;
    height: auto;
    padding:5px 2.5%;
    float:left;
    background:rgba(255,255,255,0.6)
  }
  
  .icon-btn {
    float:right;
  }
  
  .btn-home{
    width:49%;
    height:auto;
    margin: 0.5%;
    padding:8px 5px;
    float:left;
    background:#edebe9;
    transition:800ms ease all;
    
    font-size:12px;
    color:#110f0d;
    
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
  }
}

@media (max-width: 550px){
  .tab_content {
    min-height: 1px !important;
    max-height: 5000% !important;
    padding: 2%;
    overflow-x: hidden;
  }
}


@media(max-width:490px)and (min-width:300px){
  .student h2{padding-left:15px;padding-top:10px}	
}


/*
.bg_form label {margin-bottom:2px;}
.bg_form select {margin-bottom:4px;}
.bg_form .col-lg-6 {padding:0px;}
.radio label {padding:0px !important;margin-right:15px;font-size:10.5px;}
.radio input[type=radio] {position:relative;margin:0px;}
*/

/*===================pagina en blanco para los contenido CMS (interna general)=========================*/

.content-section-mul {
  display:block;
  width:100%;
  height:auto;
  background:rgba(255,255,255,.3);
  padding:0px 0px;
  position:absolute;
  top:25%;
  box-shadow: 0px 1px 2px rgba(27,27,27,1.00);	
}

.bg-mul-inter{
  display:block;
  width:100%;
  height:auto;
  background:rgba(255,255,255,.9);
  padding:10px 10px !important;
  box-shadow: 0px 1px 2px rgba(27,27,27,1.00);	
  margin:10px auto;
}

/*.container-fluid2{
padding: 0px 0;
margin:0px auto;
}
*/

/*
.sin-espacio{
  padding:0 !important;
}

.sin-margen{
  margin:0 !important;
}
*/

.img{
  width:100%;
  height:100%;
  text-align:center;
}

.bg_miga{	
  background:rgba(255,255,255,0.60)
}	

/*
.interior-title{
  font-family:'Yanone Kaffeesatz',sans-serif;
  text-shadow: 0px 1px 2px #2A2A2A;
  color:#F9F9F9;
  margin:15px 0px 10px;
}
*/




