*{
	margin:0;
	padding:0;
}

#contenedor{
	width:100%;
	font-family: Montserrat;
}

header{
	width:100%;
	height:60px;
	background:#13322b;
	position:fixed;
	z-index:200;
	
}

header h1{
	text-align: right;
	color:white;
	line-height:70px;
	font-size:14px;
	padding-right:40px;
}

header h1 a{
	color:white;
	text-decoration:none;
}

header h1 a:hover{
	color:#bc955c;
}

nav{
	width:100%;
	height:30px;
	background:#115740;
	position:fixed;
	z-index:100;
	padding-top:60px;
}

nav titulo{
	color:white;
	text-align:left;
	padding-left:15px;
	line-height:30px;
}

nav ul{
		text-align:center;
}

nav ul li{
	display:inline-block;
	padding-left:15px;
    padding-right:10px;
	padding-top:5px;


}

nav ul li a{
	color:white;
	font-size:14px;
	text-decoration:none;

}

nav ul li a:hover{
	color:#bc955c;
}

section h3 a{
	color:black;
	text-decoration:none;
}

section h3 a:hover{
	text-decoration:underline;
}

footer{
	width:100%;
	height:200px;
	background:#115740;
}

footer h5{
	text-align: center;
	color:white;
	line-height:30px;
	font-size:14px;
	
}

.contenedor_cuerpo{
	padding-top:90px;
}

.barra{
	width:100%;
	height:50px;
	background:#9f2241;

}

.barra h2{
	text-align:center;
	color:white;
	font-size:18px;
}

.barra h3{
	text-align:center;
	color:white;
	font-size:16px;
}

.banner{
	width:100%;
	max-width:1370px;
	height:280px;
	margin:auto;
	overflow:hidden;
	/*box-shadow: 0 0 0 10px #fff,
				0 15px 50px;*/
	position:relative;

}

.slider{
	display:flex;
	width:300%;
	height:280px;
	margin-left:-100%;
				
}

.slider__section{
	width:100%;

}

.slider__img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}

.slider__btn{
	position:absolute;
	width:40px;
	height:40px;
	background: rgba(255, 255, 255, 0.7);
	top:50%;
	transform: translateY(-50%);
	font-size:30px;
	font-weight:bold;
	font-family:monospace;
	text-align:center;
	border-radius:50%;
	cursor:pointer;
}

.slider__btn:hover{
	background:#fff;
}

.slider__btn--left{
	left:10px;
}

.slider__btn--right{
	right:10px;
}

.noticias{
	font-size:24px;
	margin-left:100px;
}

.formulario{
	width: 100%;
	padding: 12px;
	font-size: 16px;
	text-align: center;
}

.tabla{
	width:250px;
	height: 100px;
	padding: 12px;
	font-size: 16px;
	text-align: center;
	background-color:#DDC9A3;
	margin:10px;
}

.tabla button:hover{
	background-color:#13322b;
}

button{
	width:150px;
	padding: 10px;
	border-radius: 20px;
	color: white;
	text-decoration:none;
	border: 3px solid #115740;
	cursor: pointer;
	background-color:#115740;
	background-repeat:repeat-x;
	background-position:0 -100%;
	transition: 1.5s ease;
}

button a{
	color:white;
	
}

button:hover{
	color:white;
}


.boton_pers{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    background-color: #9F2241;
    border-radius: 6px;
    border: 2px solid #691C32;

  }
  
.parrafo{
	position:relative;
	width:1000px;
	height:auto;
	text-align:center;
	margin:auto;
	text-align:justify;
	line-height: 1.5em;
	font-size:15px;
}

.titulo{
    text-align:center;
    font-size:30px;
}



.Fields {
	background-color: #F5F5F5;
	border: 2px solid #A8A8A8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

.espacio{
	height:50px;
}

.carrera{
    text-align: center; 
    color:#9F2241;
    font-size:30px; 
    font-weight:bold;
}

.alerta{
    text-align:center;
    font-size:30px;
    color:red;
}

.semestre{
    
    font-size:30px;
    color:blue;
}

.le{
    text-align:center;
    font-size:30px;
    color:blue;
}

.se{
    font-size:20px;
    color:red;
    font-weight:bold;
    position:relative;
	width:1000px;
	height:auto;
	text-align:center;
	margin:auto;
}

.tab{
    width:250px;
	height: 100px;
	padding: 12px;
	font-size: 16px;
	text-align: center;
	background-color:#DDC9A3;
	margin:10px;
}



