	body{
	margin: 0 auto;
	background-image: url('../img/background_1.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#000;
	font-family: 'Dosis', sans-serif;
	background-attachment:fixed;
	}

	.blanco{color: #fff;}

	.negro{color: #000;}
	
	.gris{color: #666;}
	.gris2{color: #999;}
	.gris2:hover{color: #ccc;}
	
	.naranjo1{color:#ff6e00;}
	.naranjo2 {color:#A94719;}
	
	.top0{margin-top: 0px;}
	.top5{margin-top:5px;}
	.top7{margin-top:7px;}
	.top10{margin-top:10px;}
	.top20{margin-top:20px;}
	.top50{margin-top:50px;}
	.top100{margin-top:100px;}
	.top200{margin-top:200px;}
	.top300{margin-top:300px;}	

	.bottom10{margin-bottom: 10px;}
	
	.left20{margin-left:20px;}
	.left60{margin-left:60px;}
	
	.linea_abajo{
		border-bottom:1px dotted #ccc;
		}
	
/* unvisited link */
a:link {
    color: #fff;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #fff;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #666;
	text-decoration: none;
}

/* selected link */
a:active {
    color: #ccc;
	text-decoration: none;
}

.bordes{
	border: 1px solid #999;
	}		
	.boton:hover{
		opacity: 0.8;
    	filter: alpha(opacity=80); /* For IE8 and earlier */
	}

	h1{
		font-size: 30px;
		font-weight: 200;
	}

	h2{
		margin-top:0px;
		font-size: 40px;
		font-weight: 200;
		color:#10066A;
	}
	
	h3{
		margin-top:0px;
		font-size: 22px;
		font-weight: 200;
		color:#5C5C5C;
	}

	h4{margin-top:0px;
		font-size: 24px;
		font-weight: 200;
	}



.borde_titulos{
	border-left:2px solid #10066A;
	}

.borde_footer{
	border-left:1px solid #fff;
	}	

	h5{
		font-size: 18px;
		font-weight: lighter;
			line-height: 24px;
	}

	p{
		font-size: 20px;
		font-weight: 200;
	}
		
	.f16{
		font-size: 20px;
		font-weight: 200;
		color:#333;
	}
	
	ul{
		margin-left:40px;
		font-size:18px;
	}

	.borde_izq{
		border-left: 1px dashed #ccc;
	}

	.fondo_blanco{
		background-color:#fff;		
	border-bottom-right-radius: 0.5em;
	}

	.fondo_gris{
		background: #eeeeee; /* Old browsers */
		background: -moz-radial-gradient(center, ellipse cover,  #eeeeee 0%, #cccccc 100%, #eeeeee 100%); /* FF3.6+ */
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#eeeeee), color-stop(100%,#cccccc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
		background: -webkit-radial-gradient(center, ellipse cover,  #eeeeee 0%,#cccccc 100%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
		background: -o-radial-gradient(center, ellipse cover,  #eeeeee 0%,#cccccc 100%,#eeeeee 100%); /* Opera 12+ */
		background: -ms-radial-gradient(center, ellipse cover,  #eeeeee 0%,#cccccc 100%,#eeeeee 100%); /* IE10+ */
		background: radial-gradient(ellipse at center,  #eeeeee 0%,#cccccc 100%,#eeeeee 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.fondo_azul {
	font-family: 'Dosis', sans-serif;

	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	border-top-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	border-bottom-left-radius: 0em;
	border:none;
}



.btn-primary, btn-primary:visited{
		padding:5px;
		padding-left:20px;
		padding-right:20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c539e+0,10387c+100 */
background: rgb(44,83,158); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(44,83,158,1) 0%, rgba(16,56,124,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(44,83,158,1) 0%,rgba(16,56,124,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(44,83,158,1) 0%,rgba(16,56,124,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#10387c',GradientType=0 ); /* IE6-9 */
		color:#fff;
		border:none;
		font-size:18px;
	}


.btn-primary:hover{
		padding:5px;
		padding-left:20px;
		padding-right:20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#10387c+0,2c539e+100 */
background: rgb(16,56,124); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(16,56,124,1) 0%, rgba(44,83,158,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(16,56,124,1) 0%,rgba(44,83,158,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(16,56,124,1) 0%,rgba(44,83,158,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10387c', endColorstr='#2c539e',GradientType=0 ); /* IE6-9 */
		color:#fff;
		border:none;
		font-size:18px;
	}
.btn-danger, .btn-danger:hover{
		background: rgba(57,135,12,1);
		background: -moz-radial-gradient(center, ellipse cover, rgba(57,135,12,1) 0%, rgba(46,107,10,1) 100%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, , color-stop(0%, rgba(57,135,12,1)), color-stop(100%, rgba(46,107,10,1)));
		background: -webkit-radial-gradient(center, ellipse cover, rgba(57,135,12,1) 0%, rgba(46,107,10,1) 100%);
		background: -o-radial-gradient(center, ellipse cover, rgba(57,135,12,1) 0%, rgba(46,107,10,1) 100%);
		background: -ms-radial-gradient(center, ellipse cover, rgba(57,135,12,1) 0%, rgba(46,107,10,1) 100%);
		background: radial-gradient(ellipse at center, rgba(57,135,12,1) 0%, rgba(46,107,10,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39870c', endColorstr='#2e6b0a', GradientType=1 );
		color: #fff;
		border:none;
}

.btn-info{		
		padding-top:5px;
		background: rgba(62,105,214,1);
		background: -moz-radial-gradient(center, ellipse cover, rgba(62,105,214,1) 0%, rgba(20,78,125,1) 100%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, , color-stop(0%, rgba(62,105,214,1)), color-stop(100%, rgba(20,78,125,1)));
		background: -webkit-radial-gradient(center, ellipse cover, rgba(62,105,214,1) 0%, rgba(20,78,125,1) 100%);
		background: -o-radial-gradient(center, ellipse cover, rgba(62,105,214,1) 0%, rgba(20,78,125,1) 100%);
		background: -ms-radial-gradient(center, ellipse cover, rgba(62,105,214,1) 0%, rgba(20,78,125,1) 100%);
		background: radial-gradient(ellipse at center, rgba(62,105,214,1) 0%, rgba(20,78,125,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e69d6', endColorstr='#144e7d', GradientType=1 );
		border:none;
}	

.sombra{
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=270, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=270, Color='#000000');
	-webkit-box-shadow:5 5 10px #000;
    -moz-box-shadow:5 5 10px #000;
    box-shadow:5 5 10px #000;

	}	
	
.sombra2{
	-webkit-box-shadow: 5px 5px 10px #666;
	-moz-box-shadow: 5px 5px 10px #666;
	filter: shadow(color=#666666, direction=270, strength=10);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=270, Color='#666666')";  
	box-shadow:5 5 10px #000;
	}
	
ul{
	width:100%;
	margin-left:-20px;
}

li{
	color: #333;
	line-height: 30px;
	list-style-type: disc;
	font-size:18px;
}

.thumbnail{
	height:550px;
}
	
.caption{
	height:300px;
	}	
	
	
	
#myCarousel {
	display:none;   
}

	
/* MENU */

.navbar {
	font-family: 'Dosis', sans-serif;
	width: 100%; 
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0em;
	border-bottom-left-radius: 0em;
	border-bottom-right-radius: 0em;
	border:none;	
}

.navbar-default .navbar-nav > li {
	font-family: 'Dosis', sans-serif;
  	color: #fff;
	width:20%;
}

.navbar-default .navbar-nav > li > a{
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	text-align: center;
	padding:10px;
}

.navbar-default .navbar-nav > li > a:hover{
		color: #999;
}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
 	color: #666;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;

}




.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #999;
  border-bottom-color: #999;

}


.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  margin-left: 10px;
}


.dropdown-menu {
	font-family: 'Dosis', sans-serif;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  	text-align:center;padding-left:0px;
}

.dropdown-menu > ul{
		border:none;	
}

.dropdown-menu > li{
	list-style-type: none;
	padding-left:0px;
	
}

.dropdown-menu > li > a {
	height: 35px;
	display: block;
	padding: 0px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;
	font-family: 'Dosis', sans-serif;
	list-style-type: none;
	font-size:16px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #666;
  text-decoration: none;
  background-color: #d6d6d6;
  list-style-type: none;

}

/* MENU */






#mensaje{

  width:500px;
  height:100px;;
  margin:30px auto;
  display:table;
  padding:10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=255, Color='#111111')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=255, Color='#111111');
  -webkit-box-shadow:0 0 8px #ccc;
    -moz-box-shadow:0 0 8px #ccc;
    box-shadow:0 0 8px #ccc;
	background-color:#ccc;
  border: 1px solid #fff;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  text-align:center;
  font-size:18px; 
}

#mensaje img {
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
  }
  

#mensaje a{
  margin-top:10px;
  margin-left:1px;
  font-size:18px;
  text-align:center;
  font-weight:400;
  color:#666;
  }

#mensaje a:hover{
  color:#ccc;
  }

.goToTop {
	width:100%;
  position: fixed;
  top: 0;
  height: 50px;
  z-index: 1;
}


.cabecera_acordion{

	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	color : #FFFFFF;
	padding: 10px;
	margin-top:30px;
	height:auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=255, Color='#666666')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=255, Color='#666666');
	-webkit-box-shadow:0 0 8px #666;
	-moz-box-shadow:0 0 8px #666;
	box-shadow:0 0 8px #666;
	border-top-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	border-bottom-left-radius: 0em;

}

.quita_linea{

	border:0px solid #FFFFFF;

}

.estilos_acordion{

	font-family: 'Dosis', sans-serif;

	font-size: 24px;

	color:#fff;

	padding:4px 19px;

	text-decoration: none;

	font-weight: regular;
	margin-bottom:20px;
	


}




.estilos_acordion:hover{
	color:#ccc;
	text-decoration: none;
}


.estilos_acordion a{
	text-decoration: none;
}

.estilos_acordion a:visited{
	text-decoration: none;
}


.accordion-heading .accordion-toggle{
	padding:0px 20px;
}

.accordion-heading .accordion-toggle a:hover{
	text-decoration: none;
}

#detalle_  li{
	margin-top:20px;
	padding-left: 30px;
	margin-left: -20px;
	list-style-type: none;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-image: url('../img/flecha_acordeon.jpg');
	height:auto;
	padding-bottom:10px;
}



#carousel-example-generic img {
	border-bottom-right-radius: 1.0em;}
	
.carousel-inner {
	background-color: #fff;
	border-bottom-right-radius: 1.0em;}
	
.right {
	border-bottom-right-radius: 1.0em;}
	
#clientes .col-md-3, .col-lg-3, .col-sm-3 {
	margin-bottom:20px;
	padding:10px;
   	} 	

#clientes .col-xs-12 {
	margin-bottom:20px;
	padding:10px;
   	} 	

