/* General */
a:hover, a:focus{/* background-color: #fff; */color: #7AB828;text-decoration: none;}
.container{padding: 0px;}
.row{margin: 0px;}
/* Menú */
.navbar{
	/* width: 90%; */
	float: right;
	/* border: solid 1px red; */
	margin-top: 13px;
	min-height: inherit;
	/* top: 40px; */
	display: inline-block;
	position: relative;
	right: 0px;
}
.menu_links{
	color: #828282;
}

.menu_links:hover, .navbar-nav .active{
	/* color: #59C4F1; */
	border-bottom: solid 2px #59C4F1 !important;
	text-shadow: none !important;
	/* border-radius: 3px; */
	/* padding-bottom: 28px; */
	background-color: transparent !important;
}
.navbar-collapse{background-color: transparent !important;}
a.menu_links.active {}
.navbar-nav>li>a{
	padding: 0px;
	/* padding-bottom: 19px; */
	/* text-transform: uppercase; */
	/* font-size: 16px; */
	text-transform: uppercase;
	text-shadow: none !important;
}
.navbar-toggle{
	background-color: #9A999E !important;
	color: #fff;
}
.navbar-nav{background-color: transparent;}
.navbar-toggle .icon-bar{border:solid 1px #fff;}
.dropdown-menu>li>a{text-align: left;}
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse{margin-right: 0px; margin-left: 0px;}
.navbar-collapse{background-color: #fff; width: 100%;}

/* Panel */
.panel-title{color:#2d2d2d;}
.modal-backdrop.in{opacity: 0.9 !important; background-color: #2d2d2d}

/* Carousel */
.carousel{ min-height: 100px; width: 100%; position: fixed;margin: 0px;float: left; /* border:solid 1px red; */ background-image: url('../img/fondo-slider.png'); margin-top: 15px; z-index: 1; /* display: none; */}
.carousel-indicators li{/* background-color: #ffffff; */ border: solid 1px #8dbfe3;	margin: 1px 3px;}
.carousel-indicators{ z-index: 4; }
.carousel-indicators .active{ background-color: #c0bfbf; border: solid 1px #ffffff !important;	height: 10px; width: 10px; margin: 1px 3px;}
#carousel-example-generic,#carousel-example-generic2, #carousel-example-generic3, #carousel-example-captions{ overflow: hidden;}
#carousel-example-generic .carousel-indicators, #carousel-example-generic2 .carousel-indicators, #carousel-example-generic3 .carousel-indicators, #carousel-example-captions .carousel-indicators{margin: 0px auto;bottom: 115px;left: inherit;width: 100%;z-index: 100;/* border: solid 1px red; */}
#carousel-example-generic2 .carousel-indicators{margin: 0px auto;bottom: 200px;left: inherit;width: 100%;z-index: 100;}
#carousel-example-generic3 .carousel-indicators{margin: 0px auto;bottom: 0px;left: inherit;width: 100%;z-index: 100;}
#carousel-example-captions .carousel-indicators{margin: 0px auto;bottom: 100px;left: inherit;width: 100%;z-index: 100;}
.carousel-inner{ /* max-height: 360px !important; */ border:solid 0px red; overflow: hidden; text-align: center; /* width: 80%; */ /* margin: 0 auto; */ /* position: fixed; */ /* display: inline-block; */ /* clear: both; */}
.carousel-inner>.item{ width: 100% !important; overflow: hidden; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: top center; background-repeat: no-repeat;	}
.carousel-inner>.item img{ display: inline-block !important; z-index: 1; width: 100% !important; /* height: 100%; */ max-width: 1280px !important;}
.transparencia-slider-left,.transparencia-slider-right{ display: none; float: left; left:0%; position: absolute; height: 100%; width: 0%; z-index: 3; /* border: solid 1px red; */ } 
.transparencia-slider-right{ float: right; left: auto; right: 0% !important; }	
.transparencia-slider-left{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(250,250,250,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(250,250,250,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(250,250,250,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(250,250,250,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(250,250,250,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
}
.transparencia-slider-right{
	/* IE9 SV1G, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(250,250,250,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(250,250,250,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(250,250,250,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(250,250,250,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(250,250,250,0.65) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(250,250,250,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6fafafa',GradientType=1 ); /* IE6-8 */
}

.item-container{
	display: inline-block;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.carousel-control.left, .carousel-control.right {
	background-image: url('../img/flecha-izq.png');
	/* background: transparent; */
	color: #fff;
	/* border: solid 1px red; */
	background-position: center 45%;
	background-repeat: no-repeat;
	/* padding-bottom: 25px; */
}
.carousel-control.right {
	background-image: url('../img/flecha-der.png');
}

#carousel-example-generic2 .carousel-inner{
	width: 60%;
	margin: 0 auto;
}

#carousel-example-generic3 .carousel-inner{width: 80%; margin: 0 auto;}
/*media queries*/
/* Max Width */

.modal-dialog{
	z-index: 1050000;
	width: 90%;
	max-width: 800px;
}

.modal-header{color:#fff; background-color: #000;padding: 5px 5px 5px 15px;}

.modal-header .close{color: #969696 !important; opacity: 1;text-shadow: none;margin-right: 10px;}

.modal .modal-body {
    /*
    max-height: 90%;
    overflow-y: auto;
    */
}
.modal-title{color: #969696;font-size: 14px;}

@media screen and (max-width: 992px){
	
}

@media screen and (max-width: 959px){
	.botonSlider{margin-top: 2%; border:solid 1px red;}
	.navbar-nav>li>a{font-size: 11px;/* padding: 10px 10px 28px 10px; */margin-right: 12px;}
	.logo{/* margin-left: 80px !important; */}
}

@media screen and (max-width: 850px){
	.navbar-nav>li>a{font-size: 10px;/* padding: 10px 12px 28px 10px; */margin-right: 12px;/* font-weight: 300; */}
	.navbar{/* width: 75%; */margin-left: 0px; margin-right: 0px;float: right;/* border: solid; */}
}

@media screen and (max-width: 820px){

}

@media screen and (max-width: 800px){

}

@media screen and (max-width: 770px){

}

@media screen and (max-width: 767px){
	#carousel-example-generic2 {padding-bottom: 80px;}
	#carousel-example-generic2 .carousel-indicators{margin: 0px auto;bottom: 50px;left: inherit;width: 100%;z-index: 100;}
	#carousel-example-generic .carousel-indicators{bottom: 40px; /* border:solid 1px red; */}
	#carousel-example-captions .carousel-indicators{bottom: 290px; /* border:solid 1px red; */}
	.navbar-nav>li>a{text-align: left;font-size: 14px;padding: 10px 10px;margin: 0 25px;}
	.carousel-inner>.item{/* background-size: 300%; */ /* background-position: left top; */}
	h1.dejamarca{bottom: 55% !important;}
	.logo{/* width: 165px !important; */}
	.navbar-collapse{background-color: #fff !important; }
	.navbar-collapse .menu_links{color: #9A999E !important;}
	.navbar-collapse .menu_links:hover, .navbar-collapse.in .menu_links.active{color: #7AB828 !important;border-bottom: solid 2px #59C4F1 !important;}
}

@media screen and (max-width: 680px){

}

@media screen and (max-width: 600px){

}

@media screen and (max-width: 500px){

}

@media screen and (max-width: 479px){
	.navbar{width: 70%;}
}

@media screen and (max-width: 360px){

}

/* Min Width */
@media screen and (min-width: 480px){

}

@media screen and (min-width: 768px){
     
}

@media screen and (min-width: 950px){
    .navbar-nav>li>a{ margin-right: 12px; margin-left: 12px; font-size: 12px; /* margin: 0px; */}
	.carousel-inner>.item{background-attachment: fixed;}
}

@media screen and (min-width: 1024px){
	.navbar{/* width: 85%; */}	
}

@media screen and (min-width: 1160px){
	.navbar{/* width: 75%; */}	
}

@media screen and (min-width: 1280px){
	.navbar{/* width: 70%; *//* border: solid 1px red; */}
}
