
/*===========================================================================
 News-page
===========================================================================*/
.section-banner {
  height: 250px;
  width: 1050px;
  position: relative;
  top: 20px;
}

.section-banner img {
  height: 250px;
  width: 1050px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/*==========================================================================
 ACCORDION
==========================================================================*/
.accordion {
  float: right;
  margin: 20px;
  width: 250px;
}

ul.accordion {
  //border-bottom: 1px solid #E9E9E9;
  background: url(bg-new.png);
  background-size: 100% 100%;
  margin: 5px 22px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

ul.accordion > li {
 //border: 1px solid #E9E9E9;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
ul.accordion > li .title {
  -moz-transition: background 0.15s linear 0s;
  //background: none repeat scroll 0 0 #848484;
  //border-left: 1px solid #E9E9E9;
  //border-right: 1px solid #E9E9E9;
  cursor: pointer;
  margin: 0;
  padding: 10px;
  position: relative;
}
ul.accordion > li .title h1, ul.accordion > li .title h2, ul.accordion > li .title h3, ul.accordion > li .title h4, ul.accordion > li .title h5 {
  margin: 0;
}
ul.accordion > li .title:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #9D9D9D transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 6px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 15px;
  top: 21px;
  width: 0;
}
ul.accordion > li .content {
  display: none;
  padding: 8px;
}
ul.accordion > li.active {
  //border-top: 3px solid #2BA6CB;
}
ul.accordion > li.active .title {
 // background: none repeat scroll 0 0 white;
  padding-top: 13px;
}
ul.accordion > li.active .title:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #9D9D9D transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
}
ul.accordion > li.active .content {
 // background: none repeat scroll 0 0 white;
  //border-left: 1px solid #E9E9E9;
  //border-right: 1px solid #E9E9E9;
  display: block;
}
.year-list-item {
  margin: 20px 0 10px 20px;
}

.month-list-item {
  margin: 0 0 5px 35px;
}

.new-list-item {
  margin: 0 0 5px 40px;
}

#news-container {
  height: 510px;
  margin: 20px;
  position: relative;
  top: 100px;
  width: 1000px;
}

#news-container .title-container {
  left: 400px;
  position: relative;
}

/* Noticias */
.middle-container {
  background: none repeat scroll 0 0 rgb(20, 20, 20);
  //background-size: 100% 100%;
  position: relative;
  float: left;
  z-index: 2;
  margin: 5px 0 20px;
}

#news-list {
  margin: -9px -10px 30px;
  width: 560px;
}

#news-wrap {
  float: left;
  overflow: hidden;
  width: 600px;
  height: 500%;
}

#news-wrap li {
  list-style-type: none;
}

.half-news-content-column {
  width: 555px;
  height: 440px;
}

.container-title {
  margin: 10px 0 10px 45px;
  text-transform: capitalize;
}

.container-title img {
  width: 128px;
}

.new{
  float: left;
  margin: 2px 15px 0 54px;
  width: 594px;
}

.date {
  color: #c26041;
  float: left;
  font-family: arial;
  font-size: 17px;
  left: 0;
  position: relative;
  width: 150px;
}

.date .month, .date .day {
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  margin: 10px;
}

.news-box-text {
  float: right;
  margin: 8px 133px 3px 0;
  text-align: justify;
  width: 450px;
}

.news-box-text h5 a {
  color: #ff9999;
}

.border-new {
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-color: rgba(255, 255, 255, 0.13);
  border-bottom-style: solid;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 5px;
  width: 320px;
}

.news-box-text h5, .news-box-text p {
  font-family: arial;
  font-size: 16px;
  line-height: 18px;
  min-height: 60px;
}
.news-box-text h5 {
  color: #dddddd;
}
.news-box-text p {
  color: #dddddd;
}

.news-box-img {
  float: left;
  margin: 10px;
}

.news-box-img img, .top img {

}

.news-nav {
  width: 60px;
  float: right;
  margin: 20px;
  position: relative;
  top: 300px;
}

#news-prev {
  float: right;
}

#news-next {
  float: right;
}

.more-news {
  background: url(bg-more-button.png) no-repeat;
  background-size: 100% 100%;
  width: 100px;
  height: 50px;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  display: block;
  float: left;
  position: relative;
  left: 300px;
}

.more-news-text {
  margin: 5px 0 1px;
}

.more-news a {
  padding: 2px 15px 3px 6px;
  width: 74px;
  height: 16px;
  display: block;
  color: #eeeeee;
}

.more-news a:hover {
  background-position: 0 -21px;
  color: #f58aa9;
  text-decoration: none;
}

#vertical_container {
  background: url(bg-new.png) no-repeat;
  background-size: 100% 100%;
  float: left;
  margin: 20px;
  width: 250px;
}

/* fin Noticias */

/*==========================================
Crear nuevas noticias
============================================*/

.form {
  float: left;
  margin: 50px;
  width: 1000px;
}

.form .title, .form .text, .form .title input, .form .text textarea{
  float: left;
  margin: 20px;
  width: 850px;
  min-height: 20px;

}

.form .text, .form .text textarea{
  height: 100px;
}

.form .date_form, .form .image_path {
  margin: 40px;
  float: left;
  min-height: 20px;
}

.form .image_path, .form .image_path input{
  width: 500px;
}

.form .button {
  float: left;
  margin: 40px;
}

input, textarea, select {
  border: 1px solid #bbb;
}

#error_explanation {
  color: #f00;
  ul {
    list-style: none;
    margin: 0 0 18px 0;
  }
}

.field_with_errors {
  @extend .control-group;
  @extend .error;
}

/*====================================================
Mostrar las noticias creadas
=====================================================*/

.center-container {

  position: relative;
  width: 700px;
  height: auto;
  z-index: 3;
  margin: 5px 0 0;
}

.center-container{
  position: relative;
  left: 180px;
  top: 10px;
}

.center-container table th {
  padding: 0 40px;
}

.center-container table tr th h3 {
  color: #f7f7f7;
}

.new td{
  padding: 0 50px 0 10px;
}

.button-back{
  float:right;
  margin: 10px;
}
/*
			Vertical Accordions
		*/

#accordion {
  margin: 10px 20px;
}

#accordion li {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 150px;

}


.accordion_toggle {
  display: block;
  height: 30px;
  width: 150px;
  padding: 0 10px 0 10px;
  line-height: 30px;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  margin: 0 0 0 0;
}

.accordion_toggle_active {
  background: #e0542f;
  color: #ffffff;
  border-bottom: 1px solid #f68263;
}

.accordion_content {
  overflow: hidden;
}