@font-face {
    font-family: 'avantgardecregular';
    src: url('../css/fuentes/avantgardegothicc-book-webfont.eot');
    src: url('../css/fuentes/avantgardegothicc-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fuentes/avantgardegothicc-book-webfont.woff2') format('woff2'),
         url('../css/fuentes/avantgardegothicc-book-webfont.woff') format('woff'),
         url('../css/fuentes/avantgardegothicc-book-webfont.ttf') format('truetype'),
         url('../css/fuentes/avantgardegothicc-book-webfont.svg#avantgardecregular') format('svg');
    font-weight: normal;
    font-style: normal;
	
}

body{
	margin:0px;
}

.carousel_inner{
	position: relative; 
	width: 150px; 
	overflow: hidden; 
	margin:0; 
	text-align: left; 
}
.carousel_inner ul {
	position:relative;
	left:0px; /* important (this should be negative number of list items width(including margin) */
	list-style-type: none; /* removing the default styling for unordered list items */
	margin: 0px;
	padding: 0px;
}
.carousel_inner ul li{
	display:table-cell;
	vertical-align: top;
	text-align: center;
	margin: 0;
	padding: 0;
	position:relative;
	overflow:hidden;
}

.carousel_inner ul li img{
	width:100%;
	padding:0;
}
.navcarrousel{
	width: 90%;
	display: block;
	overflow: hidden;
	margin:0;
}
.navcarrousel a{
	display: table-cell;
	text-align: right; 
	/*center en responsive*/
	background: #FFF7AE;
	padding: 10px;
	height: 30px;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
}
.navcarrousel a span{
	font-family: helvetica;
	background:#FFFFFF;
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	padding: 5px;
	width: 15px;
	height: 15px;
	border:1px solid #F29200;
	font-weight: 300;
	text-align: center;
	border-radius: 5em;
}
.navcarrousel a:before{
	position: absolute;
	content: "";
	border-right:30px solid transparent;
	border-top: 50px solid #FFF7AE;
	top:0;
	left: 100%;
	z-index: 5;
	cursor: pointer;
}

.navcarrousel a:nth-child(odd) {
    background-color:#EEE5A4;
}
.navcarrousel a:nth-child(odd):before {
    border-top-color: #EEE5A4;
}
.navcarrousel a.active{
	background: #F29200;
	cursor: default;
}
.navcarrousel a.active:before {
    border-top-color: #F29200;
    cursor: default;
}
.navcarrousel a:hover{
	background: #666666;
}
.navcarrousel a:hover:before{
	border-top-color: #666666;
}

.caption{
	position:absolute;
	background: #F29200;
    color: #FFFFFF;
    font-family: 'avantgardecregular';
    font-size: 24px;
	bottom:110px;
	padding:2%;
	width:60%;
	text-align:left;
}	

@media (max-width:800px) and (min-width:0px){
	.caption{
	bottom:10px;
	font-size:18px;
	}

}

@media (max-width:406px) and (min-width:0px){
.caption{
	font-size:14px;
	width:90%;
}
}