img {
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.general {
	max-width: 1080px;
	height: auto;
	margin: 0 auto;
}

/*** estilos header y footer **/
header {
	width: 100%;
	height: auto;
	background-color: #1B3D70; 
}

header img {
	padding: 2% 2%;
}

footer {
	width: 100%;
	height: auto;
	background-color: #1B3D70;
	
}

footer p{
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	padding: 3% 8%;
	margin: 0 auto;
	
}

.logo-unam {
	
}

.logo-unam img {
	width: 250px;
	margin-right: auto;
}

.logo-acatlan {
	
}

.logo-acatlan img {
	width: 270px;
	margin-left: auto;
}
/*****************************/


/** estilos menu **/
.menu {
	width: 100%;
	height: 40px;
	background-color: currentColor;
}

.contacto {
	padding: 3% 0;
	text-align: center;
}

.contacto a:hover {
	color: goldenrod;
}

/*******************************/

/** estilos contenido general **/

.separacion {
	width: 100%;
	height: 15px;
	background-color: goldenrod;
}

.banner {
	width: 100%;
	height: auto;
	text-align: center;
	color: #ffffff;
	display: flex;
}

.banner h4 {
	position: absolute;
	margin: 15px;
	
}

.info-g {
	width: 100%;
	height: auto;
	padding: 4% 0
}

.text-info {
	
	
}

.text-info p{
	width: 85%;
	padding: 2%;
	margin: 0 auto;
	text-align: justify;
	font-size: 15px;
	color: #000000;
}
.text-info h3{
	width: 90%;
	padding: 2% 4%;
	margin: 2% auto 0 auto;
	text-align: justify;
	color: #bb8800;
	font-size: 22px;
	
}



.img-doc {
	padding: 3% 0;
	text-align: center;
}

.img-doc img {
	width: 300px;
	margin: 0 auto;
}

.pure-button {
	background-color: #1B3D70;
	color: #ffffff;
	border-radius: 8px;
	text-decoration: none !important;
	margin: 3% 0;
}


/*** estructura ****/

.estructura {
	width: 90%;
	margin: 0 auto;
	height: auto;
	letter-spacing: 0px;
	
}

.estructura h5 {
	color: #566573;
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
}

.estructura hr {
	border:  solid 1px #ABB2B9;
	width: 85%;
}

.img-func {
	text-align: center;
}

.img-func img {
	width: 200px;
	margin: 4% auto;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .img-func img {
    max-width: 250px;
	margin-top: 70px;
  }
}

.img-func h5 {
	color: goldenrod;
}

.img-func p {
	font-size: 14px;
	margin: 1% 0;
}

.funciones {
	text-align: justify;
}

.funciones ul {
	padding: 1% 4%;
	font-size: 16px;
}

.cuerpo-tec {
	margin: 1% auto;
}


.acciones {
	color: #000000;
	margin: 2% 0;
}

.info-acc {
	width: 75%;
	margin: 0 auto;
	
}

.info-acc ul {
	font-size: 16px;
	
}

.info-acc li {
	margin: 1% auto;
} 

@media screen and (max-width: 767px) {
  .info-acc{
	  width: 95%;
  }
}



/* ===========Estilos de Acordeón =================*/
.accordion {
  background-color: #353356;
  color: #fff;
  cursor: pointer;
  padding: 7px;
  width: 90%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-left: 5%;
  margin-right: 5%;
}

.accordion:hover {
  background-color: #c7cbe3;
  color: #353356;
  border-color: #353356;
  font-weight: bold;
}

.accordion:after {
  color: #9897A8;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.panel {
  padding: 0 18px;
  background-color: #c7cbe3;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-color: #353356;
  border-style: solid;
  border-width: 0.5px;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  border-radius: 2px;
  color: #353356;
  font-size: 90%;
}

/***** videos *****/
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.video {
	width: 90%;
	margin: 0 auto;
	
}

/* Estilos de Protocolos */

.protocol-g {
    border-top: solid 1px #000;
    padding: 4% 2%;
    
}

.protocol-g h5 {
    font-size: 14px;
    text-transform: uppercase;
}

.protocol-g img {
    width: 80px;
    height: 90px;
}

.protocol-g .btns {
    margin-top: 15px;
    text-align: center;
}

.protocol-g .btn-menu{
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 2px;
    transition: 0.3s;
    line-height: 1;
    background-color: #1e3c70;
}

.protocol-g .btns a {
    text-decoration: none;
    color: #fff !important;
}

.protocol-g .btn-menu:hover{
    background: #bb8800;
}

/* Estilos subcomisiones */

.subcom {
    width: 100%;
    
}

.subcom .cont-subc {
    border-radius: 12px;
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
}

.subcom .cont-subc .title-sub {
    background: #1e3c70;
    text-align: center;
    padding: 12px;
    border-radius: 12px 12px 0 0;
}

.subcom .cont-subc .title-sub h5 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    
}

.subcom .cont-subc .integ {
    padding: 20px 10px;
}

.subcom .cont-subc .integ ul {
    list-style: none;
    padding: 0 8px;
}

.subcom .cont-subc .integ li {
    border-bottom: 1px solid #566573;
    padding: 5px 0;
    margin: 2px 0;
}