.h1{
	color:white;
	font-style:italic; 
}
/*menu*/
.color´{
	color:#606060; 
}
/*fueron utilizadas para la letra*/
.italica{
	font-style:italic;
	text-align:center;
	font-size:30px;
}
.center{
	text-align:center;
	font-size:15px;
}
h4{
	text-align: center;
	font-style:italic;
	font-size:20px;
}
/*imagen*/
.imagen{
	width:100%;
	height:100%;
}
.ima{
	width:100%;
	height: 100%;
	margin-top:4%;
} 
/*para las lineas*/
.lineas{
	border-right:solid #BDBDBD;
	border-left: solid #BDBDBD;
	padding-top: 10px;
	padding-bottom: 10px; 
}
@media (max-width: 768px) {
  .lineas {
    border-right: transparent;
	border-left: transparent;
	padding-top: 50px;
	padding-bottom: 50px;
  }
}
/*para el formulario*/
.margin{
	margin-top:8%;
}
/*botones*/
button{
	margin-top:6.5%;
}
/*header y footer*/
header,
footer{
	background-color: #2E2E2E;
	color: #FFF;
	padding: 20px 0;
}
footer{
	margin-top: 50px;
	font-size: 16px !important;
}
.empleados:hover{
	color: #AD5E5E !important;
}
.plaza:hover{
	color: #6B8C47 !important;
}
.centros:hover{
	color: #917D3C !important;
}
.color{
	color:#4D879A; 
}
.margin_negative{
	margin-left: -8em;
}
#btn-log{
	padding: 0px 12px;
	margin-top: -.4em;
	font-size: 25px;
}
.space{
	margin-top: 50px;
}
