@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome/fontawesome.eot?-ulzwqn');
	src:url('../fonts/fontawesome/fontawesome.eot?#iefix-ulzwqn') format('embedded-opentype'),
		url('../fonts/fontawesome/fontawesome.woff?-ulzwqn') format('woff'),
		url('../fonts/fontawesome/fontawesome.ttf?-ulzwqn') format('truetype'),
		url('../fonts/fontawesome/fontawesome.svg?-ulzwqn#fontawesome') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/app */


.container {
	overflow: hidden;
}

/* This is the style for the dummy image slider. Animations are in fx[type].css */

.component {
	margin: 0 auto;
	position: relative;
	margin-bottom: 40px;
	max-width: 100%;
}

.component-small {
	width: 95%;
    height: 255px;
}

.component-fullwidth {
	width: 100%;
	height: 600px;
	margin-bottom: 0;
	background: #333;
}

.component-transparent {
	width: 900px;
	height: 500px;
}

.component > ul {
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.component-small > ul {
	width: 80%;
}

.component-fullwidth > ul {
	overflow: hidden;
}

.component-transparent > ul {
	width: 112px;
}

.component li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	z-index: 999;
}

.component-fullwidth li {
	overflow: hidden;
}

.component .current {
	opacity: 1;
    pointer-events: auto;
    z-index: 1000;
    margin-top: 10px;
    border-radius: 12px;
    text-align: center;
    font-family: chewy;
    color: white;
    font-size: 24px;
    padding-top: 30px;

}

.component li img {
	display: block;
	max-width: 100%;
}

.component-fullwidth li img {
	min-width: 100%;
	max-width: none;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.component nav a {
	position: absolute;
	width: 60px;
	height: 60px;
	color: white;
	outline: none;
	overflow: hidden;
	text-align: center;
	line-height: 200px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.component-small nav a.prev,
.component-transparent nav a.prev {
	left: 0px;
}

.component-small nav a.next,
.component-transparent nav a.next {
	right: 0px;
}

.component-fullwidth nav a {
	top: 100%;
	margin-top: 25px;
	left: 50%;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.component-fullwidth nav a.prev {
	margin-left: -80px;
}

.component-fullwidth nav a.next {
	margin-left: 20px;
}

.component nav a::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	line-height: 60px;
	height: 100%;
	font-family: 'fontawesome';
	font-size: 60px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	opacity: 0.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.component nav a:hover::before {
	opacity: 1;
}

a.prev::before {
	content: "\e601";
}

a.next::before {
	content: "\e600";
}

/*@media screen and (max-width: 35.5em) {
	.component-small nav a {
		top: 100%;
		margin-top: 10px;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}

	.component-small nav a.prev {
		left: 50%;
		margin-left: -80px;
	}

	.component-small nav a.next {
		margin-left: 20px;
		right: auto;
		left: 50%;
	}
}*/

	 #bgcolor1 { background-color:#F44336; }
	 #bgcolor2 { background-color:#E91E63; }
	 #bgcolor3 { background-color:#9C27B0; }
	 #bgcolor4 { background-color:#3F51B5; }
	 #bgcolor5 { background-color:#2196F3; }
	 #bgcolor6 { background-color:#009688; }
	 #bgcolor7 { background-color:#43A047; }
	 #bgcolor8 { background-color:#EF6C00; }
	 #bgcolor9 { background-color:#FF5722; }
	 #bgcolor10 { background-color:#607D8B; }
	 
	  .color1 { color:#F44336!important; }
	 .color2 { color:#E91E63!important; }
	 .color3 { color:#9C27B0!important; }
	 .color4 { color:#3F51B5!important; }
	 .color5 { color:#2196F3!important; }
	 .color6 { color:#009688!important; }
	 .color7 { color:#43A047!important; }
	 .color8 { color:#EF6C00!important; }
	 .color9 { color:#FF5722!important; }
	 .color10 { color:#607D8B!important; }
	 
	 .parlante {
		 background-color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    font-family: roboto;
    font-weight: bold;
    font-size: 20px;
    left: 3px;
    top: 5px;
		 }
		 
		 .num {
		 background-color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    font-family: roboto;
    font-weight: bold;
    font-size: 20px;
        left: 47%;
    top: 86%;
		 }