/*SI NECESITAS AÑADIR UNA PROPIEDAD PONLA AQUI,NO MODIFIQUES LAS QUE YA ESTAN*/





























/*SI NECESITAS AÑADIR UNA PROPIEDAD PONLA AQUI,NO MODIFIQUES LAS QUE YA ESTAN*/


/***General***/
*{
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*aQUI EMPIEZA EL menu!!!!*/ /*QUE YA VI DEJAME*/

.redesmenu{
  display: none;
}

.menu_bar {
	display:none;
}

header {
	width: 100%;
}

header nav {
	background:#6a1c37;
	z-index:1000;
	width:100%;
	margin:20px auto;
    font-family: sans-serif;
    display: block;
    text-align: center;
  padding: 12px;
  
}

header nav ul {
	list-style:none;
}

header nav ul li {
	display:inline-block;
	position: relative;
}

header nav ul li:hover {
	background:#b9a8a8;
}

header nav ul li a {
	color:#fff;
	display:block;
  font-size: 20px;
	text-decoration:none;
	padding: 10px;
}

header nav ul li a span {
	margin-right:10px;
}

header nav ul li:hover .children {
	display:block;
}

header nav ul li .children {
	display: none;
	background:#6d263f;
	position: absolute;
	width: 150%;
	z-index:1000;
}

header nav ul li .children li {
	display:block;
	overflow: hidden;
}

header nav ul li .children li a {
	display: block;
}

header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}

header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}

#search-box {
  width: 200px;
  border: 2px;
  border-radius: 12px;
  background: white;
  text-align:center;
  }


/* menu celular */

@media screen and (max-width: 800px) {

	.menu_bar {
		display:block;
		width:100%;
		position: static;
		top:0;
		background:#6a1c37;
	}
.pito{
  position: absolute;
}
	.menu_bar .bt-menu {
		display: flex;
    padding: 10px;
    color: #fff;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    align-items: flex-end;
    justify-content: space-between;
	}

	.menu_bar span {
		float: right;
		font-size: 40px;
	}

	header nav {
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}

	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}

	header nav ul li a {
		display: block;
	}
    

	header nav ul li:hover .children {
		display: none;
	}

	header nav ul li .children {
		width: 100%;
		position: relative;
	}

	header nav ul li .children li a {
		margin-left:20px;
	}
}

#search-box {
  margin-top:4px;
  margin-left:1px;
  border: 2px;
  border-radius: 12px;
  background: white;
  text-align:center;
  }
  /*Fin del menu*/


h4{
    text-align:center;
    font-family:sans-serif;
    font-size:35px;
    padding: 11px;
  }

  /*imaganes de las especialidades index */
.alv{
    filter: drop-shadow(2px 2px 2px #691F38);
    }

.zzz{
    height: 250px;
    width: 250px;
    padding: 15px;
}

.zzz:hover{
    transform: scale(1.2);

}
/*fin de imaganes del index */


/*los cosos de informacion de cada semetres de las especialides*/
.planes{
font-family: sans-serif;
padding: 10px;
font-size: 18px;
font-weight: 400;
color: #000000;
background: #ac0808;
text-decoration: none;
}
.cajas {

width: 250px;
margin: 30px;

border: 1px solid #000000;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* Fin de los semetres*/

 /* Este Codigo Sirve Para Centrar Todo Lo Que Se Te Antoje*/
/*Ejemplo: <h1 class = "center" */
.center {
text-align: center
}
.izquierda{
display:inline-table;
}
.derecha{
 display:inline-table;
}

/*Esto Aun Esta En Desarrollo*/
.AD{
width: 100%;
		text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom: 5px;
    padding-top: 5px;

	}

  .AD2{
    width: 100%;
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
        padding-bottom: 5px;
        padding-top: 5px;
        font-size: 60px;
    
      }

/*!!Cooperativa!!*/
/*comidaimg afecta a la img de la cooperativa */
.comidaimg{
  width: 99%;
  height: auto;
  padding: 2px;
}


/*footer: Dentro de este texto esta todo lo relacionado con footer*/
.white{ 
  color: white; /*Es el color de las letras de footer*/
  text-decoration: none
}
.blue{
  color: blueviolet;
  text-decoration: none;
}

.footer{
    background-color: #7e1b3d; /*Color del fondo del footer*/
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: flex-start;
    text-align: center;
}

.redesfooter{
  display: flex;
  justify-content: space-between;
  list-style: none;
  font-size: 150%;
}

/*fin del footer*/


/* esto es provisional para la noticias hasta que un equipo lo haga bien (no esta */
.noticias{
  border: 5px solid #000000;
  border-radius: 5px;
  background: #6a1c37;
  padding: 10px;
  margin: 50px;
}



/*cosa de los pdfs de las especialidades (contabilidad)*/

.oli{ /* hace que el texto de no este pegado a lado de la pantalla*/
  margin: 1%

}

.ordenpdf{
  display: flex;
  justify-content: flex-end;
}

.bottompdf{
  border: 2px solid black;
  border-radius: 3px;
  background: #E3E451;
  padding: 3px;
  margin: 1%;
}

.imagenes{
    width: 90%;
}

.imagene{
    width: 60%;
}
/*Modifica la img de noticias*/
.ot{
  width: 30%;
  height: auto;
}

.ot2{
  width: 20%;
  height: 400px;
}

.vid{
  width: 80%;
  height: 450px;
  margin-bottom: 1%;
  margin-top: 1%;
}

@media screen and (max-width: 768px){
.imagene{
  width: 90%;
  height: auto;
}
@media width and (max-width: 768px)
.imagenes{
  width: 90%;
}

.ot{
  width: 80%;
  height: auto;
}

.ot2{
  width: 40%;
  height: 400px;
}

.pompa{
  text-align: justify;
  padding: 1px 25px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 1%;
  margin-top: 1%;

  }
  .vid{
    width: 90%;
height: 430px;
  }
  .separacion {
    padding: 5px;
}
  .footer {
    background-color: #7e1b3d;
    display: flex;
    align-items: center;
    text-align: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
}s
}


/* General p*/
 .pompa{
  text-align: justify;
  padding: 1px 25px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 1%;
  margin-top: 1%;
  margin-right: 5%;
  margin-left: 5%;
  }

/* boton de descarga de los croquis. a*/
.bottom{
  border: 2px solid black;
  border-radius: 3px;
  background: #E3E451;
  padding: 10px;
  float: inherit !important;
  margin: 10px auto !important;
  display: table !important;
  }
}
.adiosazul{
  color: #000000;
  text-decoration: none;
  text-align: center;
}
.adiosazul:hover{
  text-align: center;
  color: #7e1b3d;
}

a:link{
  text-decoration:none
}
a:visited{
  text-decoration:none
}

{ font-size:16px; } 

.ordenpdf{
  display: flex;
    justify-content: center;
}

.bottompdf{
  border: 2px solid black;
    border-radius: 3px;
    background: #E3E451;
    padding: 5px;
    margin: 5px;
  list-style:none;
  color: #000;
  
}

.adiosazul:hover{
  color: black;
  text-decoration: none;
}

.centrosemetre{
  display: flex;
  justify-content: center;
}

.emu {
  text-align: left;
}

.pyp {
   font-size: 30px;
}

.d{
  padding-bottom: 15%;
}

.puntos{
  list-style:none;
  
}

/* DIFERENTES TAMANOS DE IMG*/
.img90{
  width: 92%;
  height: auto;
}

/*comidaimg afecta a la img de la cooperativa */
.comidaimg{
  width: 99%;
  height: auto;
  padding: 2px;
}


.img50{
  width: 60%;
  height: auto;
}

.img3030{
  width: 40%;
  height: auto;
}

/* cosas del plantel*/
.tets1{
  display: flex;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: wrap;
}

.plantel2{
  display: flex;
    flex-direction: column;
    align-items: center;
    
}

.img30{
  width: 40%;
  height: auto;
}

.pompaplus{
  text-align: center;
  padding: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 1%;
  margin-top: 1%;
  margin-right: 5%;
  margin-left: 5%;
}
/* fin de cosas del plantel*/

/*pag Papeleria */

.anchopape{
  margin: 30px;
}
.listapape{
  display: grid;
    justify-items: start;
    justify-content: center;
}

/* Fin pag Papeleria */