.info-main{  
  color: #000;
  
  min-height: 300px;
  width: 100%;
}
.info-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%;
}
.info-main-text{
	width: 100%;
	max-width: 940px;
	text-align:justify;
	padding:0 3%;
}
.info-main-text h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 35px 0 5px 0;
}

.info-main-text p {
  font-size: 14px;
  padding: 0 0 0 2px;
}
.info-main-text b{
	text-decoration:underline;
	font-size: 14px;
}

.info-main-text a{
	font-size: 14px;
	color:#00e;
}
.info-main-text a:hover{
	text-decoration:underline;
	color:#00e;
}

.info-main-text ol {
  padding: 0 0 0 20px;
}
.info-main-text li {
  margin: 0 0 25px;
  padding: 0 10px;
  font-size: 14px;
}

table {
  border-collapse: collapse;
  border-color: gray;
  border-spacing: 2px;
  display: table;
  text-align: left;
  vertical-align: top;
}

table td {
  border:1px solid #bbb;
  line-height: 22px;
  padding: 3px 6px;
  vertical-align: top;
}
.info-content-txt.info4{
	font-size: 14px !important;
}

.info-content-txt.info4 b{
	text-decoration:none !important;
}
.info-content-txt.info4 li {
  font-size: 14px;
  margin: 0 0 15px !important;
  padding: 0 10px !important;
}

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