@charset "utf-8";
/* CSS Document */
body{margin: 0px;}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4B2D73;
}
li.exhibe a{
	text-decoration: none;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4B2D73;
	font-size: 20px;
	background-color: #fff;
}

.hidden{
	display:none;
}
img{opacity: 1;}
/* Extra Small */
@media(max-width:767px){
/*.img-responsive{
	display: block;
		width: 80% ;
		max-width: 100%;
		height: auto;
	}*/
}
#contenido{
	margin-top: 20%;
}
/* Medium */
@media(min-width:992px) and (max-width:1199px){
/*.img-responsive{
	display: block;
		width: 50%;
		height: auto;
	}*/
 .navbar-nav > li > a {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: 66px;
	font-size: 18px;

	}
}
.fb{
	position: absolute;
	/*margin-top: -15px;*/
	margin-left: 88%;
}
.yt{
	position: absolute;
	/*margin-top: -15px;*/
	margin-left: 94%;
}
.fb-md{
	position: absolute;
	/*margin-top: -15px;*/
	margin-left: 85%;
}
.yt-md{
	position: absolute;
	/*margin-top: -15px;*/
	margin-left: 94%;
}
.fonos p{
	position: absolute;
	margin-top: 10px;
	margin-left: 68%;
	font-weight: 800;
	color: #ffffff;
	font-size: 25px;
	z-index: 999;
}
.fonos-md p{
	position: absolute;
	margin-top: 10px;
	margin-left: 60%;
	font-weight: 800;
	color: #ffffff;
	font-size: 25px;
	z-index: 999;
}
.navbar-brand {
	float: left;
	height: 66px;
	
	font-size: 18px;
	line-height: 20px;
}
.navbar-brand > img {
	margin-left: 150px;
  display: block;
  width: auto;
  height: 120px;
}
img.logo-contacto{
	margin-left: -70px;
	width: 150px;
	height: auto;
}

/* Large */
@media(min-width:1200px) and (max-width: 1577px){
	/*.img-responsive{
		display: block;
			width: 50%;
			height: auto;
		}*/
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 30px;
		font-size: 18px;

	}
	.navbar-brand {
		float: left;
		height: 50px;
		font-size: 24px;
		line-height: 20px;
	}
}

.carousel-control
{ 
  width:  4%;
}
.carousel-control.left,
.carousel-control.right 
{
  margin-left:15px;
  background-image:none;
}


.carousel-inner .active.left { left: -33%; }
.carousel-inner .next        { left:  33%; }
.carousel-inner .prev        { left: -33%; }
.carousel-control .left,.carousel-control .right {background-image:none;}

.controls{          
  width:50px;
  display:block;
  font-size:11px;
  padding-top:8px;
  font-weight:bold;          
}
.next {
  float:right;
  text-align:right;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #f5f5f5;
  border: 0px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
