/** RESET AND LAYOUT
===================================*/

.slide{
	width:25%;	
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
    background: linear-gradient(to bottom, #E6E6E6 0%,#E6E6E6 43%,#E6E6E6 110%,#E6E6E6 93%,#E6E6E6 100%);  /* educapra */
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
   
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	
	background: #fff;
	*/
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #FFFFFF;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fd8a23;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

    .bx-wrapper .bx-prev {
        left: 0;
        background-image: url(../../../image/elementos.png);
        background-repeat: no-repeat;
        /*background-position: 0 -43px;*/
        background-position: -12px -51px;
    }

    .bx-wrapper .bx-next {
        right: 0;
        background-image: url(../../../image/elementos.png);
        background-repeat: no-repeat;
        /*background-position: -22px -43px;*/
        background-position: -34px -51px;
    }

    .bx-wrapper .bx-prev:hover {
        /*background-position: 0 -120px;*/
        background-position: -12px -128px;
    }

    .bx-wrapper .bx-next:hover {
        /*background-position: -22px -120px;*/
        background-position: -34px -128px;
    }

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -38.5px;
	outline: 0;
	width: 22px;
	height: 77px;
	text-indent: -9999px;
	z-index: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/*-------------------------------------------
    Homepage Caraousel
-------------------------------------------*/

* html .carousel { height: 348px !important; }
/** html .slide-caption { height: 220px; }*/
* html .carousel-item { height: 348px; }

.carousel-controls { 
	position: absolute; 
	z-index: 100;
	width:100%; 
	left:0; 
	bottom: 15%; 
}

.carousel-controls .options{
	padding:0 40px;	
}

.carousel-controls .options .control-ver{
	position:relative;
	width:120px;
	padding-left:20px;
	height:33px;
	font-size:13px;
	line-height:33px;
	color:#61605d;
	border-radius:5px;
	display:block;
	font-weight:600;
	background:#ffffff;
	cursor:pointer;
    text-decoration:none;
}

.carousel-controls .options .control-ver::after{
	position:absolute;
	width:125px;
	height:33px;
	left:0;
	top:0;
	background:url(../../../image/triangulo.png) no-repeat 100px 11px;
	z-index:9999;
	content:"";
}

.carousel-controls .options .control-ver:hover{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 40%, #caccc9 98%, #b8bab6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(40%,#f7f7f7), color-stop(98%,#caccc9), color-stop(100%,#b8bab6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 40%,#caccc9 98%,#b8bab6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 40%,#caccc9 98%,#b8bab6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 40%,#caccc9 98%,#b8bab6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 40%,#caccc9 98%,#b8bab6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b8bab6',GradientType=0 ); /* IE6-8 */
}

.carousel-controls a { float: left; width: 18px; height: 31px; display:block;  }
.carousel-controls .next { background-position:-167px 0; margin-left:10px; }
.carousel-controls .next:hover, .carousel-controls .next:focus { background-position:-167px -32px; }
.carousel-controls .previous { background-position:-148px 0;  }
.carousel-controls .previous:hover, .carousel-controls .previous:focus { background-position:-148px -32px; }
/*
.carousel-controls .pause { background-position: -33px -32px; border-left: 1px solid #333; }
.carousel-controls .pause:hover, .carousel-controls .pause:focus { background-position: -33px 0; border-color: #ccc; }
.carousel-controls .play { position: relative; bottom: auto; left: auto; background-position: -66px -32px; border-left: 1px solid #333;}
.carousel-controls .play:hover, .carousel-controls .play:focus { background-position: -66px 0; border-color: #ccc; }*/

.carousel .prev-image { background-color:#98211d !important; position: absolute; top: 0; left: -1137px; }
.carousel .next-image { background-color:#e98124 !important; position: absolute; top: 0; right: -1137px; }

.slide-caption { 
	height: 100%;
	min-height: 200px; 
	padding: 68px 40px 80px; 
	background-color: rgba(155, 33, 29, 0.9);
}

.slide-caption .fecha{ 
	color: rgb(255, 148, 44);
	font-family: 'open_sanssemibold';
	font-size: 14px;
}

.slide-caption .fuente{ 
	font-family: 'open_sanssemibold';
	color: white;
	font-size:23px;
    max-height:160px;
    overflow:hidden;
}


.header .wrap:after, .utility:after, .utility form:after, .footer .wrap:after, .primary .wrap:after, .copy-footer ul:after, .streamer:after, .carousel .wrap:after, .split:after, .split-a:after, .split-b:after, form.subscribe:after, .prime:after, .directory-search:after, .breadcrumb:after, .feature:after, .lead-date:after, .details:after, .data-tweet:after, .section:after, .filter-wrap:after, .filter-wrap ul:after, .expandable ul:after, .slide-callout:after, .message:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; }

.primary { min-height: 605px; min-width: 1137px;}
.intro-wrap { padding: 0 0 87px;  }
.intro-wrap + .wrap { margin-top: -87px; }
.wrap { width: 1137px; margin: 0 auto; }
#twocol_wrap { width: 914px; float: right; }


.carousel { height: 348px; overflow: hidden; }
.carousel .wrap { position: relative; height: 100%;}
.slide-caption { position: relative; z-index: 10; float: right; width: 376px; min-height: 280px; padding: 68px 40px 0;}
.slide-callout { width: 900px; }
.carousel-image { position: absolute; right: 0; height: 100%;}
.carousel-item { position: relative; }	
.carousel-item-secondary { display: none; }
	