@charset "utf-8";
/*
Theme Name: EDUCAN-child
Template: EDUCAN
Author: 3ecubo
*/

/** fondos **/

body {background-color: rgb(255, 255, 255); }

.clipart{
	background-image: url('../graphic_elements/clipart/conocenos-clipart.png');
}

.wrap_lay3{
	background-image: url(../graphic_elements/pattern/conocenos-background.png);  
}

/****************************^**************/
/****** Pate superior Imagen Cabecera ******/
/*******************************************/

#header {
	background-image: url(../graphic_elements/cabeceras/superior-conocenos-central.png);
	background-color:rgb(120,119,113);	
}

/*****************************/
/****** Imagen Cabecera ******/
/*****************************/


.imgcabecera_area {
	background-image: url(../graphic_elements/cabeceras/conocenos-central.png);
	background-color: rgb(255, 255, 255);
}

/* Menú específico de la página (EXTRA . Flotantes) */

.extra_conocenos_menu_class {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;
	width: 30.5%;
}

.extra_conocenos_menu_class ul {
	/*margin-left: 143px;*/
	margin-left: 42%;
	margin-top: 11.9%;
	list-style-type:none;
}

.extra_conocenos_menu_class ul li {
	zoom: 1;
	/*padding: 5px 0px;*/
	padding: 0.9% 0px;
}

.extra_conocenos_menu_class ul li a {
  display: block;
  overflow: hidden;
  text-indent: -19000px;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 0px;
  padding-bottom: 14%;
  width: 100%;
  
}


/*Woble*/ 
.extra_conocenos_menu_class ul li a { 
  /*woble*/
  display: inline-block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.extra_conocenos_menu_class ul li a:hover {
  /*woble*/
  -webkit-animation-name: wobble-skew;
  animation-name: wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  
  -webkit-filter: saturate(2);
  -moz-filter: saturate(2);
  -o-filter: saturate(2);
  -ms-filter: saturate(2);
}
/*FIN Woble*/



.container_LogoOnly {
background-image: url('/img/logo/logo-gris.png');
}

.row {
	margin-left: -16px;
}


.mini1, .mini3, .mini5{
	padding-top:10px;
	background-color: #e7e7e7;
}

.mini2, .mini4, .mini6{
	padding-top:10px;
	background-color: #fff;
}




.wrapper_imgcabecera  > .content_separate, .mini2 > .content_separate, .mini4 > .content_separate {
	background-image: url('../graphic_elements/divisors/blanco-gris.png');
	height: 30px; 
	bottom: 0px;
}

.mini1 > .content_separate, .mini3 > .content_separate, .mini5 > .content_separate{
	background-image: url('../graphic_elements/divisors/gris-blanco.png');
	height: 40px; /* La sierra es 23 px */
	bottom: 0px;
}

.mini6 > .content_separate{
	background-image: url('../graphic_elements/divisors/sierra-amarilla.png');
	height: 23px;
	bottom: 0px;
}

h4.panel-title {
	font-family: sw,'Open Sans', sans-serif;
	font-size: 15px;
	text-transform: bold;
}

.tab-content {
	background-color: white;
	box-shadow:2px 2px 5px;
	padding: 5% 6%;
	border-top: 0px #fff;
}


.nav-tabs {
   margin-bottom: 0px;
   border-bottom: none;
}

.nav-tabs li a{
	text-decoration: none;
	line-height: 2em;	
}

.nav-tabs > li > a:hover {
	color: #000;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus  {
	font-weight:bold;
	border: 1px solid #ddd;	
}

/* Elementos decorativos */

#perrito {
	width: 100%;
	background-image: url('../graphic_elements/varios/perrito.png');
	background-size: 100%;
	background-repeat: no-repeat;
    height: 0px;
	padding-bottom: 96%;	
}

#animales {
	width: 138%;
	background-image: url('../graphic_elements/varios/animales.png');
	background-size: 100%;
	background-repeat: no-repeat;
    height: 0px;
	padding-bottom: 70%;	
}

#lechuzas {
	position: absolute;
	background-image: url('../graphic_elements/varios/lechuzas-bn.png');
	background-size: 100%;
	background-repeat: no-repeat;
    height: 0px;
	padding-bottom: 14%;
	top: -4%;
	right: 6%;
	z-index: -1;
	width: 14.6%;
}


.panel-heading {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel-default {
	border-color: transparent;
}

.body_theme h2 {
	font-family: Georgia,'Open Sans', sans-serif;
	font-size: 38px;
	margin-bottom: 34px;
}

.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	background-color: transparent;
	width: 100%;
	height: 100%;
	max-height: none;
	top: 0% !important;
	left: 0;
	margin: 2% 0;
}

.body_theme h4 {
	font-family: sw,'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 1;
	color: rgb(0, 0, 0);
	text-transform: none;
}

.feed-list {
  margin: 0 0 15px 15px;
  padding: 0;
  list-style-type: none;
}

.feed-list li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}

.feed-list li a {
  padding: 2px 0 0 19px;
  background: url("/img/mail/feed-icon-14x14.png") no-repeat 0 50%;
  list-style-type: none;
}