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

/** fondos **/

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

.clipart{
	background-image: none;
}

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

.wrapper_menus {
    padding-bottom: 65%;
}
/****************************^**************/
/****** Pate superior Imagen Cabecera ******/
/*******************************************/

#header {
	background-image: none;
	background-color:transparent;	
}

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

.imgcabecera_area {
	background-image: url('../graphic_elements/cabeceras/expertos-central.png');
	background-color:transparent;
	min-height: 500px;	
}

/* Textos expertos */



.textos_expertos_menu_class {
	width: 100%;
	z-index: 9;
	position: absolute;
	top: 0%;
	left: 0px;
}

.textos_expertos_menu_class ul {
	list-style-type: none;
	/*margin-top: 0%;
	margin-left: 0%;*/
	font-size: 0px;
}

.textos_expertos_menu_class ul li {
	zoom: 1;
	display: inline-block;
	width: 37.93%;
}

.textos_expertos_menu_class ul li a {
	display: none;
	text-indent: -19000px;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 0px;
	padding-bottom: 59%;
	/*visibility: hidden;			*/
}

.textos_expertos_menu_class ul li:nth-child(1){
	margin-left: 2%;
}

.textos_expertos_menu_class ul li:nth-child(2){
	margin-left: -25%;
}

.textos_expertos_menu_class ul li:nth-child(3){
	margin-left: -7%;
}

.textos_expertos_menu_class ul li:nth-child(4){
	margin-left: 44%;
}
/*
.textos_expertos_menu_class ul li:nth-child(5){
	margin-left: -34%;
}

.textos_expertos_menu_class ul li:nth-child(6){
	margin-left: -24%;
}
*/
/*** Expertos ***/

.expertos_menu_class {
	width: 100%;
	z-index: 10;
	position: absolute;
	top: 23%;
	left: 0;
}

.expertos_menu_class ul {
	list-style-type: none;
	margin-left: 0%;
	margin-top: 0%;
	font-size: 0px;
}

.expertos_menu_class ul li {
	zoom: 1;
	display: inline-block;
	width: 24%;
}

.expertos_menu_class ul li a {
	display: block;
	text-indent: -19000px;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 0px;
	padding-bottom: 200%;
}
/*
.expertos_menu_class ul li:nth-child(1) a {
background-image: url('../graphic_elements/personas/tania.png');
}

.expertos_menu_class ul li:nth-child(1) a:hover {
background-image: url('../graphic_elements/personas/tania_movimiento.gif');
}
*/
.expertos_menu_class ul li:nth-child(1) a {
background-image: url('../graphic_elements/personas/monica.png');
margin-left: -5%;
}

.expertos_menu_class ul li:nth-child(1) a:hover {
background-image: url('../graphic_elements/personas/monica_movimiento.gif');
}


.expertos_menu_class ul li:nth-child(2) a {
background-image: url('../graphic_elements/personas/carlos.png');
margin-left: -5%;
}


.expertos_menu_class ul li:nth-child(2) a:hover {
background-image: url('../graphic_elements/personas/carlos_movimiento.gif');
}


.expertos_menu_class ul li:nth-child(3) a {
background-image: url('../graphic_elements/personas/javi.png');
margin-left: -5%;
}


.expertos_menu_class ul li:nth-child(3) a:hover {
background-image: url('../graphic_elements/personas/javi_movimiento.gif');
}

.expertos_menu_class ul li:nth-child(4) a {
background-image: url('../graphic_elements/personas/eva.png');
margin-left: -5%;
}


.expertos_menu_class ul li:nth-child(4) a:hover {
background-image: url('../graphic_elements/personas/eva_movimiento.gif');
}

/*
.expertos_menu_class ul li:nth-child(6) a {
background-image: url('../graphic_elements/personas/noe.png');
}

.expertos_menu_class ul li:nth-child(6) a:hover {
background-image: url('../graphic_elements/personas/noe_movimiento.gif');
}
*/

.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;
}

.wrapper_content {
	min-height: 0px;
}

#content {
	margin: 0;
	padding: 0;
}

