#boletin-informativo-form .form-item .description {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
}
#boletin-informativo-form .form-item-fecha-day{
	display: none;
}
#boletin-informativo-form a{
  color: #666666;
}
.page-boletines-informativos #content{
	margin-right: 0;
	width: 753px;
	float: left;

}
.page-boletines-informativos #breadcrumtitle{
	display: none !important;
}
.page-boletines-informativos #content #content-inner #content-header{
	width: 753px;
	padding: 0;
	background-color: none;
	border-bottom: 3px solid #578dc6;
}
.page-boletines-informativos #content #content-inner h1{
	background-color:#fff;
}
.page-boletines-informativos #content #content-inner #content-header h1.title{
	color: #578dc6;
	font-size: 2em;
	font-weight: bold;
	padding-top: 10px;
	height: 42px;
}
.page-boletines-informativos #content #content-inner #content-area {
  padding: 16px;
  padding-top: 30px;
  background-color: #fafafa;
   margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

#destacado{
	width: 720px;
	height: 357px;
	margin-bottom: 10px;
}
#destacado #image-destacado{
	width: 720px;
}
#destacado #image-destacado img{	 
  width:720px;
  height:357px;
  z-index: 1;
  position: absolute;
}
#destacado #mark{
    background-image: url("images/boletin.png");
    height: 49px;
    margin-left: 670px;
    margin-top: 150px;
    position: absolute;
    width: 50px;
    z-index: 500;
}
#destacado #zocalo{
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  height:100px;
  width: 720px;
  margin-top: 257px;
  position: absolute;
}
#destacado #zocalo #titulo{
  padding: 1em 1.5em 0 1.5em;
  font-size: 15px;
  font-weight: bold;
	

}
#destacado #copete{  
    padding: 0.5em 1.9em;
}

#otros{
width: 753px;
display: flex;
  flex-flow: row wrap;
  /*margin-top: 380px;*/
}
#otros #lista{
  /*height: 400px;*/
    justify-content: space-around;
    margin-right: 2.8%;
    padding: 0;
    position: relative;
    width: 30%;
    padding-bottom: 15px;

}
#otros #image {
  position: relative;
  height: 170px;
  overflow: hidden;
}
#otros #image img {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
#lista #mark-2{
    background-image: url("images/boletin.png");
    height: 49px;
    margin-left: 175px;
    margin-top: -108px;
    position: absolute;
    width: 50px;
    z-index: 500;
}
#otros #lista #titulo{
	font-weight: bold;
	padding: 20px 0 10px 0;
}

#edit-fecha .form-item-fecha-year .form-select{
  padding: 10px;
  margin-right: 80px;
}
#edit-fecha .form-item-fecha-month .form-select{
  padding: 10px;
}

#boletin-informativo-form .form-item-fecha-month .form-select,
#boletin-informativo-form .form-item-fecha-year .form-select{
	width: 100px;
}
#boletin-informativo-form .form-item-fecha-month .form-select{
	float: right;
}

#boletin-informativo-form .form-item-fecha,
#boletin-informativo-form .form-item-email{
  width: 45%;

}
#boletin-informativo-form .form-item-fecha label{
  background-image: url(images/date.png);
}
#boletin-informativo-form .form-item-email label{
  background-image: url(images/news.png);
}
#boletin-informativo-form .form-item-fecha label,
#boletin-informativo-form .form-item-email label{
	font-weight: bold;
	 color: #578dc6;
	  border-bottom: 1px solid #578dc6;
	  background-repeat: no-repeat;
	  line-height: 36px;
    	margin-bottom: 10px;
    	padding-bottom: 10px;
	  padding-left: 40px;
}
#boletin-informativo-form .form-select,
#boletin-informativo-form .form-text{
	border: 1px solid #cecece;
	 line-height: 39px;
	 width: 99%;
}
#boletin-informativo-form .form-submit{
	border:none;
	background-color: #eeeef0 ;
	font-weight: bold;
	 color: #578dc6;
	 font-size: 1.2em;
	 /*background-image: url(images/img-btn.png);*/
	 background-repeat: no-repeat;
	 width: 45%;
	 line-height: 24px;
	 
	 cursor: pointer;
}
