/**
 *
 * Sky jQuery Touch Carousel
 * URL: http://www.skyplugins.com
 * Version: 1.0.2
 * Author: Sky Plugins
 * Author URL: http://www.skyplugins.com
 *
 */

/**
*	Table of Contents
*	
*	1. Media Queries
*	2. Container Styles
*	3. Carousel Item Styles
*	4. Current Content Styles
*	5. Gradient Overlay Styles
*	6. Navigation Styles
*	7. Preloader Styles
*	8. Other Styles
*/

/**********************************************
*
* 1. Media Queries
*
**********************************************/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	html {
		margin-left: 1px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.carousel-dos .sc-overlay {
		width: 88px !important;
	}
}

@media only screen and (max-width: 479px) {
	.carousel-dos .sc-overlay {
		width: 15px !important;
	}
	
	.carousel-dos .sc-nav-button.sc-next {
		right: 5px !important;
	}
	
	.carousel-dos .sc-nav-button.sc-prev {
		left: 5px !important;
	}
}

/**********************************************
*
* 2. Container Styles
*
**********************************************/
.js .carousel-dos {
	visibility: hidden;
}

.carousel-dos {
	width: 96%;
	height: 450px;
	position: relative;
	/*border: 1px solid #dbdbdb;
	background: #ebebeb;*/
	overflow: hidden;
	margin: 0 auto;
}

.carousel-dos .sky-carousel-container {
	position: relative;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

/**********************************************
*
* 3. Carousel Item Styles
*
**********************************************/
.carousel-dos .sky-carousel-container li {
	position: relative;
	border: 9px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	/*box-shadow: 0px 0px 3px rgba(44, 44, 44, 0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(44, 44, 44, 0.2);
	-moz-box-shadow: 0px 0px 3px rgba(44, 44, 44, 0.2);*/
}

.carousel-dos .sky-carousel-container li img {
	display: block;
	max-width: none !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 0;
}

.carousel-dos .sky-carousel-container li a img {
	border: none;
}

.carousel-dos .sky-carousel-container .sc-content {
	display: none;
}

/**********************************************
*
* 4. Current Content Styles
*
**********************************************/
.carousel-dos .sc-content-wrapper {
	position: absolute;
	text-align: center;
	top: 9%;
	left: 50%;
	z-index: 4999;
}

.carousel-dos .sc-content-container {
	position: relative;
	left: -50%;
	padding: 0;
}

.carousel-dos .sc-content-wrapper .sc-content-container .sc-content {
	/**/background-color: #252525;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 14px;
	/*background-image: linear-gradient(top, rgb(61,61,61) 0%, rgb(33,33,33) 100%);
	background-image: -o-linear-gradient(top, rgb(61,61,61) 0%, rgb(33,33,33) 100%);
	background-image: -moz-linear-gradient(top, rgb(61,61,61) 0%, rgb(33,33,33) 100%);
	background-image: -webkit-linear-gradient(top, rgb(61,61,61) 0%, rgb(33,33,33) 100%);
	background-image: -ms-linear-gradient(top, rgb(61,61,61) 0%, rgb(33,33,33) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(61,61,61)), color-stop(1, rgb(33,33,33)));*/
	box-shadow: 0px 2px 1px rgba(44, 44, 44, 0.1);
	-webkit-box-shadow: 0px 2px 1px rgba(44, 44, 44, 0.1);
	-moz-box-shadow: 0px 2px 1px rgba(44, 44, 44, 0.1);
	min-width: 240px;
}

.carousel-dos .sc-content-wrapper .sc-content-container:after {
	position: absolute;
	display: block;
	content: "";
	border: solid 10px transparent;
	border-top: solid 10px #212121;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -10px;
}

.carousel-dos .sc-content-wrapper h2 {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-shadow: 0px 1px 1px #333;
}

.carousel-dos .sc-content-wrapper p {
	color: #d6d6d6;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-shadow: 0px 1px 1px #333;
}

.carousel-dos .sc-content-wrapper a {
	text-decoration: none;
	color: #d6d6d6;
	border-bottom: 1px dotted #d6d6d6;
}

/**********************************************
*
* 5. Gradient Overlay Styles
*
**********************************************/
.carousel-dos .sc-overlay {
	position: absolute;
	height: 100%;
	z-index: 4998;
	pointer-events: none;
	top: 0;
}

.carousel-dos .sc-overlay-left {
	left: -0.1px;
}

.carousel-dos .sc-overlay-right {
	right: -0.1px;
}

/**********************************************
*
* 6. Navigation Styles
*
**********************************************/
.carousel-dos .sc-nav-button {
	position: absolute;
	top: 50%;
	z-index: 5000;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.carousel-dos .sc-nav-button.sc-next {
	background: url("../imagenes/next.png") no-repeat -42px 0px;
	right: 15px;
}

.no-touch .carousel-dos .sc-nav-button.sc-next:hover {
	background: url("../images/sc-graphics/tooltip_skin_navigation.png") no-repeat -42px -41px;
}

.carousel-dos .sc-nav-button.sc-prev {
	background: url("../images/sc-graphics/tooltip_skin_navigation.png") no-repeat 0px 0px;	
	left: 15px;
}

.no-touch .carousel-dos .sc-nav-button.sc-prev:hover {
	background: url("../images/sc-graphics/tooltip_skin_navigation.png") no-repeat 0px -41px;
}

/**********************************************
*
* 7. Preloader Styles
*
**********************************************/
.carousel-dos .sc-preloader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	margin-top: -22px;
	margin-left: -22px;
	background: #ebebeb url("../images/sc-graphics/preloader.gif") no-repeat 50% 50%;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/**********************************************
*
* 8. Other Styles
*
**********************************************/
.sc-no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}