﻿@media (min-width: 768px) {
    .navbar {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

  .navbar-wrapper {
	margin-top: 0;
  }
  .navbar-wrapper .container {
	padding-right: 15px;
	padding-left: 15px;
  }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}

body{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjYmNiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(188,188,188,1) 0%, rgba(241,241,241,0) 27%, rgba(255,255,255,0) 34%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,188,188,1)), color-stop(27%,rgba(241,241,241,0)), color-stop(34%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(188,188,188,1) 0%,rgba(241,241,241,0) 27%,rgba(255,255,255,0) 34%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(188,188,188,1) 0%,rgba(241,241,241,0) 27%,rgba(255,255,255,0) 34%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(188,188,188,1) 0%,rgba(241,241,241,0) 27%,rgba(255,255,255,0) 34%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(188,188,188,1) 0%,rgba(241,241,241,0) 27%,rgba(255,255,255,0) 34%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
	background-repeat:no-repeat;

}

a{
	cursor:pointer;
}

li{
	cursor:pointer;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 5px 25px;
  font-size: 18px;
  line-height: 20px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 5px 15px;
        font-size: 18px;
        line-height: 20px;
    }
}

.navbar-default {
  background-color: #548FC6;
  border-color: #548FC6;
}

.navbar-default .navbar-nav > li > a {
  color: white;
 }

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

.panel{
	margin:0;
}

.row {
	/*margin-right: 0;
	margin-left: 0;*/
	margin: 0 auto;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}

.header-panels{
	margin:0 0 20px 0;
	border-bottom:1px solid #ccc;
}

	.header-panels h3 {
		margin:0;
	}

.featurette-divider {
  margin: 10px 0; /* Space out the Bootstrap <hr> more */
}

.visible{
	visibility:visible;
}

.hidden{
	visibility:hidden;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  font-size: 20px;
  color: black;
  background-color:transparent;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.btnAvanzada{
	visibility:hidden;
	display:none;
}

#dvLibreriasSup {
    visibility: hidden;
    display: none;
}

#dvDistribuidores {
    margin-left:50px;
}

@media (min-width: 768px) {
	.carousel-control {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 5%;
		font-size: 20px;
		color: black;
		background-color: transparent;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	}

	.btnAvanzada {
		visibility: visible;
		display:inline-block;
	}

    #dvDistribuidores {
        margin-left: 80px;
    }
}

@media (max-width: 767px)
{
    #dvLibreriasSup {
        visibility: visible;
        margin-left: 10px;
        display: block;
    }

    #dvLibreriasInf {
        visibility: hidden;
        display: none;
    }

    #dvDistribuidores {
        margin-left:0;
        margin-top: 10px;
    }
}

@media (min-width: 978px) {
	.carousel-control {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 15%;
		font-size: 20px;
		color: black;
		background-color: transparent;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	}
	.btnAvanzada {
		visibility: visible;
		display:inline-block;
	}

     #dvDistribuidores {
        margin-left: 50px;
    }
}

@media (min-width: 1150px) {
	.carousel-control {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 14%;
		font-size: 20px;
		color: black;
		background-color: transparent;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	}

     #dvDistribuidores {
        margin-left: 50px;
    }
}

@media (min-width: 1300px) {
	.carousel-control {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 20%;
		font-size: 20px;
		color: black;
		background-color: transparent;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	}

     #dvDistribuidores {
        margin-left: 50px;
    }
}

.carousel-control.left {
  background-color:transparent;
  background-image: none;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
}

.carousel-control:hover,
.carousel-control:focus {
  color: black;
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid black;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
	.carousel-indicators .active {
		width: 12px;
		height: 12px;
		margin: 0;
		background-color: black;
	}

footer{
	bottom: 100%;
	margin-top:20px;
	margin-bottom: 0;
	background-color:#E2DEDB;
	min-height:200px;
}

	footer ul {
		margin-top:15px;
		list-style: none;
	}

		footer ul li {
			line-height:180%      
		}

		footer ul li a{
			height:20%;
		}


.row_footer{
	margin:20px auto;
}

.div_logos_editoriales {
	float: left;
	overflow-y: scroll;
	margin-top: 10px;
	/*width: 170px;*/
	height: 455px;
}

::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    border: 1px solid #eee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #548FC6;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.div_interior_repeater_logos {
	margin-top: 5px;
	margin-left:5px;
	border: 1px solid #CCC;
	background-color: white;
}

.ul {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	list-style:circle;
	text-align:justify;
}

.width100{
	width:100%;
}
.width90{
	width:90%;
}
.width80{
	width:80%;
}
.width70{
	width:70%;
}
.width60{
	width:60%;
}
.width50{
	width:50%;
}
.width40{
	width:40%;
}
.width30{
	width:30%;
}
.width20{
	width:20%;
}
.width10{
	width:10%;
}
.width5{
	width:5%;
}

.pull-center{
	margin:0 auto;
}

.borderbottom{
	border-bottom: 1px solid #BBB;
}

.div_buscador{
		width:81%;
	}

/*@media (max-width: 768px) {
	#footer_tree{
		margin-top:20%;
	}
}

@media (min-width: 768px) {
	#footer_tree{
		margin-top:10%;
	}
}

@media (min-width: 992px) {
	#footer_tree{
		margin-top:0;
	}    
}*/

.margin_bottom10{
    margin-bottom:10px;
}

@media (min-width: 1300px) {
	.div_buscador{
		width:65%;
	}

    .col-xl-identiticate {
        margin-right: 0;
    }
}

.col-xs-buscador {
	float: right;
	width: 100%;
	text-align: right;
	margin-top: 5px;
}

.col-xs-contacto {
	width: 95%;
}

.col-xs-identificete {
	width: 8%;
}

.col-sm-offset-buscador {
	margin-left: 0;
}

.combos-menu {
    margin-right: 5%;
    margin-top: 10px;
}

@media (min-width:768px) {
    .combos-menu {
        text-align: left;
        margin-right: 5%;
        margin-top: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .combos-menu {
        margin-right: 8%;
        margin-top: 2px;
    }
}

@media (min-width:1200px) {
    .combos-menu {
        margin-right: 12%;
        margin-top: 2px;
    }
}

@media (min-width:1500px) {
    .combos-menu {
        margin-right: 20%;
        margin-top: 2px;
    }
}

.div-contacta-identificate {
    background-color: transparent;
    position: relative;
    width: 82%;
    margin: 0 auto;
}

.div-identificate {
    width: 100%;
    float: right;
    text-align: left;
}

@media(min-width:768px) {
    .div-contacta-identificate {
        background-color: transparent;
        position: relative;
        width: 98%;
        margin: 0 auto;
    }

    .div-identificate {
        width: 100%;
        float: right;
        text-align: left;
    }
}

@media(min-width:992px) {
    .div-contacta-identificate {
        background-color: transparent;
        position: relative;
        width: 82%;
        margin: 0 auto;
    }
}

@media (min-width:1200px) {
    .div-contacta-identificate {
        background-color: transparent;
        position: relative;
        width: 74%;
        margin: 0 auto;
    }
}

@media (min-width:1500px) {
    .div-contacta-identificate {
        background-color: transparent;
        position: relative;
        width: 58%;
        margin: 0 auto;
    }
}

.a-telefono-contacta {
    color: #333;
    font-size: 18px;
    font-weight: 500;
}

.a-contacta {
    cursor: pointer;
    margin: 5px 0 0 0;
}

@media (max-width : 400px){
    .a-contacta {
        cursor: pointer;
        margin: 5px 0 0 0;
        width:100%;
    }

    .a-telefono-contacta {
        color: #777;
        font-size: 18px;
        font-weight: 500;
        width:100%;
        float:left;
        margin: 3px 0 10px 0;
    }
}

@media (min-width: 768px) {
	.col-sm-8 {
		/*width: 66.66666667%;*/
		width:66%;
	}

	.col-sm-2 {
		/*width: 16.66666667%;*/
		width:22%;
	}

	.col-sm-offset-1 {
		margin-left: 6%;
	}

	.col-sm-offset-buscador{
		margin-left: 8%;
	}

	.col-sm-buscador{
		float:right;
		width:100%;
		text-align:right;
		margin-top:5px;
	}

	.col-sm-contacto {
		width: 91.66666667%;
	}

	.col-sm-identificate {
		margin-right: 8%;
	}
}

@media (min-width: 992px) {
	.col-md-8 {
		/*width: 66.66666667%;*/
		width:66%;
	}

	.col-md-2 {
		/*width: 16.66666667%;*/
		width:18%;
	}

	.col-md-offset-1 {
		margin-left: 8%;
	}

	.col-md-offset-buscador{
		margin-left: 8%;
	}

	.col-md-buscador{
		float:left;
		width: 33.33333333%;
		text-align:right;
		margin-top:0;
	}

	.col-md-contacto {
		width: 90%;
	}

	.col-md-identificate {
	  margin-right: 7%;
	}
}



/* banners laterales */

.banner_left, .banner_right {
  position: fixed;
  top: 380px;
  left: 50%;
  margin: 1px 0 0 -630px;
  width: 115px;
  z-index: -1;
}

.banner_left img, .banner_right img {
	width: 115px;
	height: 475px;
}

.banner_right {
  margin: 0 0 0 515px;
}

@media (max-width: 1078px)
{
	.banner_left, .banner_right{
		visibility: hidden;
	}
}