﻿/* ajustes.css*/

.form-horizontal .control-group {
    margin-bottom: 5px;
}
.textoGris p  
{
	font-size: 14px;
	line-height: 20px!important;
	color:#333333;
	font-weight:normal;	
}
.carousel-caption
    {
      filter: alpha(opacity=80);
      color: White;
      /*border-bottom: solid 4px #FFF;
      border-left: solid 4px #FFF;
      border-right: solid 4px #FFF;*/
    }
#myCarousel a.left, #myCarousel a.right
{
   /*font-size:1.4em;*/
}
.display-inline {
display:inline!important;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

/*@media (min-width: 768px) {
	.carousel-control{
	  font-size:20px;
	  background:none!important;
	  border-radius:none!important;
	  border:none!important;
	}
}

@media (min-width: 992px) {
	.carousel-control {
	  background: none repeat scroll 0% 0% #222;
	  border: 3px solid #F00;
	  border-radius: 23px;
	  font-size:60px;
	}
}*/