/* generalElements */
.item-page {
  min-height: 300px;
	margin-bottom: 50px;
}
.item-page h1 {
	border-style: none!important;
	color: #4ba84e;
	background: url('../images/greenTree.png') no-repeat left top transparent;
	padding: 38px 0 2px 55px;
	margin: 40px 0 10px!important;
	font-family: 'Indie Flower', cursive;
	min-height: 70px;
	font-size: 2.5em;
}
.item-page h2 {
	color: #f6921e;
	font-size: 1.8em;
	border-bottom: 1px solid #f6921e;
	padding-bottom: 10px;
	padding-right: 20px;
	display: inline-block;
}
.item-page h3 {
	color: #f6921e;
}
.item-page h4 {
	color: #37b349;
	font-weight: normal;
	font-size: 1.3em;
	text-align: center;
	display: block;
	letter-spacing: 1px;
}
.item-page p, .category-desc p {
  font-size: 1.2em;
	letter-spacing: 1px;
	text-align: justify;
}
.item-page ol, .item-page ul {
  padding: 20px!important;
	font-size: 1.2em;
}
.item-page ol li, .item-page ul li {
  margin-bottom: 10px;
}
.item-page a {
	color: #00aced;
}
/* table */
.item-page table td {
  display: table-cell;
	vertical-align: top;
	padding: 0 10px;
}
.item-page table td p {
	text-align: justify;
}
.item-page img {
	border-radius: 10px;
	margin: 20px auto;
	
}
.page-header {
	border-style: none!important;
	color: #4ba84e;
	background: url('../images/greenTree.png') no-repeat left top transparent;
	padding: 18px 0 2px 55px;
	margin: 40px 0 10px!important;
	font-family: 'Indie Flower', cursive;
	min-height: 70px;
}
.page-header h2 {
	font-size: 2.5em;
	color: #4ba84e;
	border-bottom: none;
}
.item-page .tablaTalento_01 td:first-child {
	width: 70%;
}
.item-page .tablaTalento_01 td:last-child {
	width: 30%;
}
.item-page .tablaTalento_02 h2 {
	
}
.item-page .tablaTalento_02 td:first-child {
	width: 30%;
}
.item-page .tablaTalento_02 td:last-child {
	width: 70%;
}
/* socialWidgets */
#socialWidgets {
	margin-bottom: 60px;
}
.twitterWidget {
	border: 1px solid #e9ebee;
}
div.col-md-4:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) {
	display: none;
}
.instagramWidget {
	border: 1px solid #e9ebee;
}
.instagramWidget h3 {
	text-align: center;
	font-weight: normal;
	margin: 15px 0;
}
.widgetsTitle h1 {
	color: #00aced;
	background: url('../images/blueTree.png') no-repeat left top transparent;
	padding: 40px 0 2px 55px;
	margin: 30px auto 30px;
	font-family: 'Indie Flower', cursive;
	min-height: 70px;
	font-size: 2.3em;
}
/* btnAdminsiones */
.btnAdmisiones {
	width: 200px;
	text-align: center;
	margin: 50px auto 0;
	display: block;
	background: #00aced;
	color: #fff!important;
	border-radius: 5px;
	padding: 15px 0;
	text-transform: uppercase;
}
.btnAdmisiones:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	color: #fff;
	text-decoration: none;
}
/* tablaHorarios */
.tabla_horarios {
	width: 100%;
	border-collapse: separate;
	border-spacing: 25px;
}
.tabla_horarios strong {
	font-family: 'Indie Flower', cursive;
	font-size: 1.5em;
	color: #fff;
	padding: 5px 10px;
	display: block;
	text-align: center!important;
}
.tabla_horarios p {
	text-align: center!important;
	display: block;
}
.tabla_horarios td {
	overflow: hidden;
	padding: 0!important;
}
.tabla_horarios td:nth-child(1) {
	border: 1px solid #eb008a;
  border-radius: 15px;
 }
.tabla_horarios td:nth-child(1) strong {
	background: #eb008a;
}
.tabla_horarios td:nth-child(2) {
	border: 1px solid #0ae214;
  border-radius: 15px;
 }
.tabla_horarios td:nth-child(2) strong {
	background: #0ae214;
}
.tabla_horarios td:nth-child(3) {
	border: 1px solid #09e4f2;
  border-radius: 15px;
 }
.tabla_horarios td:nth-child(3) strong {
	background: #09e4f2;
}

/* ----------
   blog
------------- */
.blog {
	margin-bottom: 50px;
}
.blog .page-header {
  border-style: none;
  margin: 0!important;
  padding: 0!important;
}
.blog h2 {
  border-style: none!important;
	color: #4ba84e;
	background: url('../images/greenTree.png') no-repeat left top transparent;
	padding: 38px 0 2px 55px;
	margin: 40px 0 10px!important;
	font-family: 'Indie Flower', cursive;
	min-height: 70px;
	font-size: 2.5em;
}
.blog .span4 .page-header, .blog .span4 .page-header h2 {
	background: none!important;
	padding: 0 10px;
	font-size: 1.3em;
	text-align: center;
	color: #f6921e;
}
body.entornos-de-aprendizaje .blog .span4 .page-header h2 {
	padding: 30px 10px 0;
}
.blog .span4 img {
	width: 335px;
	height: 251px;
	border-radius: 10px;
	overflow: hidden;
}
.blog .readmore .btn {
  background: #00aced;
  color: #fff;
  margin-top: 10px;
  font-size: 1.2em;
}
.blog .readmore .btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* -------------------
   General Pagination
--------------------- */
.pagination {
  display: block!important;
  font-size: 1em!important;
}
div.pagination {
  clear: both;
  text-align: center;
  margin: 15px 0 0 0;
}

div.pagination p.counter {
  font-style: italic;
  float: none!important;
}

div.pagination ul {
  list-style: none;
  padding: 0;
}

div.pagination ul li {
  list-style: none;
  display: inline;
  padding: 0 5px 0 5px;
}
div.pagination ul li a {
  color: #37b349;
  text-decoration: underline;
  display: inline-block!important;
}
div.pagination ul li a:hover {
  text-decoration: none;
}

/* ----------
   tabs and slides
------------- */
div.jwts_toggleControlContainer a.jwts_toggleControl {
  background: none;
  border-style: none;
}
div.jwts_toggleControlContainer a.jwts_toggleControl {
  font-size: 18px;
  color: #ed1d24;
}
div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlTitle {
  background: url("../images/arrows.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
}
div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlTitle:hover {
  color: #ed1d24;
}
div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlTitle {
  background: url("../images/arrows.png") no-repeat scroll 0 -138px rgba(0, 0, 0, 0);
  color: #ed1d24;
}
div.jwts_toggleControlContainer a.jwts_toggleControl {
  margin: 0;
  padding: 0;
}
div.jwts_content {
  border-style: none;
  padding: 0!important;
}
div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlNotice {
  display: block;
  font-size: 12px;
  color: #000;
}
ul.jwts_tabbernav li a {
  background-image: none;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
ul.jwts_tabbernav li.jwts_tabberactive a {
  background-color: #fecc0c;
}
ul.jwts_tabbernav li a:hover {
  /*background-color: #FBD851;*/
  color: #000;
}
ul.jwts_tabbernav li.jwts_tabberactive a {
  color: #818284;
}
.jwts_tabberlive .jwts_tabbertab {
  padding: 8px 20px;
}

/* ----------
   contactForm
------------- */
.contactForm_table {
  width: 50%;
  color: #000;
  float: left;
}
.contactForm_table b span {
  font-size: 0.7em;
}
.contactForm_table th {
  display: inline-block;
  margin: 10px 0;
  color: #fff!important;
}
.contactForm_input {
  width: 80%;
  border-radius: 5px;
  border-style: none;
  padding: 5px;
}
.contactForm_input_textarea {
  width: 90%;
  border-radius: 10px;
  min-height: 150px;
  border-style: none;
}
#mod_simpleemailform_reset_1 {
  display: none;
}
#mod_simpleemailform_reset_1, #mod_simpleemailform_submit_1 {
  width: 25%;
  background: #ed1d24;
  color: #fff;
  float: right;
  margin: 20px 50px 0 0;
}
#mod_simpleemailform_reset_1:hover, #mod_simpleemailform_submit_1:hover {
  background: #ff373e;
}
/* ----------
   googleMaps
------------- */
.bt-googlemaps {

}