.ayuda-main-header {
  background: rgba(0, 0, 0, 0) url("../images/ayuda_header_bg.jpg") no-repeat scroll center center;
  color: white;
  font-size: 30px;
  height: 40px;
  line-height: 25px;
  padding: 50px 0;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  width: 100%;
}

/*-------------------- ALUMNO -----------------------*/

.ayuda-main {
  color: #111;
  font-size: 14px;
  max-width: 1000px;
  min-height: 300px;
  padding: 0 2%;
  width: 96%;
}
.ayuda-main h2 {
	font-size: 2em;
	line-height: 1em;
	text-align: center;
	font-family: GothamBlk;
	font-weight: normal;
}
.ayuda-main h4 {
	font-size: 1.4em;
	line-height: 1em;
	text-align: justify;
	font-family: GothamBlk;
	font-weight: normal;
	margin: 40px 0 0 0;
}
.ayuda-main-cont {
  float: left;
  width: 50%;
}

.ayuda-main-item-cont {
  border-radius: 100px;
  margin: 30px 0 0;
  min-height: 81px;
  width: 97%;
}

.ayuda-main-item-cont a{
	display: block;
	width:100%;
	height:100%;
	cursor: pointer;
	border-radius: 100px;
	opacity: 0.8;
}

.ayuda-main-item-cont a:hover {
	opacity: 1;
}


.ayuda-main-cont.left .ayuda-main-item-cont{
  float: left;	
  text-align: right;
}

.ayuda-main-cont.right .ayuda-main-item-cont {
  float: right;
  text-align: left;
}

.ayuda-main-cont.left .ayuda-main-item-ico{
	float: right;
}

.ayuda-main-cont.right .ayuda-main-item-ico{
	float: left;
}

.ayuda-main-cont.left .ayuda-main-item-menu{
  float: left;	
}

.ayuda-main-cont.right .ayuda-main-item-menu{
  float: right;	
}

.ayuda-main-item-menu {
  padding: 28px 0 0;
  width: 80%;
}

.ayuda-main-item-ico {
  height: 81px;
  width: 81px;
}
  
.ayuda-main-contactanos {
  float: left;
  font-size: 14px;
  height: 50px;
  margin: 30px 0 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.ayuda-main-contactanos a {
  cursor: pointer;
  opacity: 0.7
}

.ayuda-main-contactanos a:hover {
  opacity: 1;
}

/*-------------------- MAESTRO -----------------------*/

.ayuda-main.maestro {
  font-size: 12px;
  margin: 50px 0 0;
  width: 430px;
}

.ayuda-main-maestro-ico {
  height: 55px;
  margin: 0 0 10px;
  width: 55px;
}

.ayuda-main > ul,.ayuda-main > ol {
  margin: 0 0 10px;
}

.ayuda-main.text {
  font-size: 13px;
  line-height: 21px;
}
.ayuda-main a {
	color:#00f;
}

.ayuda-main a:hover {
	text-decoration:underline;
	color:#00f;
}

.fancybox-wrap {
  top: 100px !important;
}
