/* CSS Document */
.callus a:link{
	color:#FFF !important;
}

#contact label{
	width:100%;
	color:#F00;
	padding:0;
	margin:0 !important;
	margin-bottom:5px !important;
	height:auto;
	line-height:normal;
}

img.centered {
    display: block;
    margin: auto auto 10px;
}

.border{
	border:1px dotted #000;
}

.centralizado{
	margin-left:auto !important;
	margin-right:auto !important;
}

/* carousel */
#media{
	position:relative;
}
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left , .media-carousel .carousel-control.right 
{
  left: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px;
  height: 40px;
  width : 40px;
  top: 30%;
  bottom:auto;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  left:auto !important;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */