/*---------estilo para la presentacion de contelido estilo diapositivas */
.fadebox {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.overbox {
	background: url(../images/fondoD2.jpg);
    display: none;
    position: absolute;
    width: 800px;
    z-index: 10;
    /*overflow: hidden;/*auto;*/
}

#cerrarPresntacion, .botonContenido{
	background: #d3dce1;
	border: 0.1em solid black;
	color: #10252e;
	display: inline-block;
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
#cerrarPresntacion:hover, .botonContenido:hover{
	background: #a3224b;
	color: #DDD;
	cursor: pointer;
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#botonContenido:hover{
	background: #6f98ae
}


/*********************************************/

/* Direction Nav */
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; 
height: 30px; margin: -20px 0 0; 
display: block; background: url(../images/bg_direction_nav.png) no-repeat 0 0; 
position: absolute; 
top: 50%; z-index: 10; 
cursor: pointer; text-indent: -9999px; 
opacity: 0; -webkit-transition: all .3s ease;}
/*.flex-direction-nav li{display: inline-block;}*/
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.overbox:hover .flex-next {opacity: 1; right: 5px;}
.overbox:hover .flex-prev {opacity: 1; left: 5px;}

/***************** media query's **************************/







