/**footer down**/
html {
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
  margin-bottom: 160px;
}
footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 160px;
}
/***END***/

body{
	background-color: #f2f2f2;
}

.btn-link{
	margin-top: 25px;
	color: rgba(255,255,255,.6);
}

.btn-link:hover{
	color: rgba(255,255,255,1);
}

.containerBox{
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}

.titulos{
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #444;
}

.tmargin{
	margin-top: 60px;
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	.dropdown-menu li a, .dropdown-menu li a:hover{
		color: #fff !important;
	}
	.dropdown-menu li a:hover{
		background-color: rgba(255,255,255,.3)!important;
	}
	.dropdown-header{
		color: rgba(255,255,255,.6);
	}
}

@media (min-width: 769px) {
	.wrap{
		margin-top: 100px;
	}
}

.topbar{
	background-image: url(../img/bg-top.jpg);
	background-position: center;
	background-size: cover;
}

.navbar{
	background-color: transparent;
	min-height: 100px;
	font-family: Roboto, "sans serif";
	margin-bottom: 0;
	border-radius: 0;
	font-weight: bold;
	border: none;
}

.navbar-header{
	min-height: 100px;
}

.navbar-nav {
	margin: 20px 0 0;
}

.navbar-nav >li >a{
	color: #fff !important;
	font-size: 16px;
}

.navbar-nav >li >a:hover{
	background-color: #ac132a !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > 
.open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: #ac132a;
}

.icon-bar{
	background-color: #fff !important;
}

.navbar-toggle{
	margin-top: 20px;
}

@media (max-width: 992px) {
	.navbar-nav >li >a{
		font-size:12px;
		padding-right: 6px;
		padding-left: 6px;
	}
}

@media (max-width: 768px) {
	.navbar-brand img{
		width: 65%;
	}

	.navbar{
		min-height: 70px;
	}

	.navbar-header {
	    min-height: 70px;
	}
}

p{
	font-family: Roboto, "sans serif";
	font-size: 16px;
}

.introduccion{
	padding-top: 140px;
	padding-bottom: 140px;
}

.introduccion p{
	color: #fff;
}

.introduccion p:last-child{
	margin-bottom: 40px;
}

.big{
	font-size: 1.6em;
}

.sectionPadding{
	padding-bottom: 60px;
}


/**PRODUCTOS***/
.boxProd{
	display: block;
	max-height: 250px;
	background-color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.boxProd:hover{
	box-shadow: 0 0 10px #666;
}

.captionProd{
	position: absolute;
	font-family: Roboto, "sans serif";
	font-weight: bold;
	bottom: 40px;
	right: 30px;
	padding: 5px 10px;
	text-align: right;
	background-color: #E30613;
	color: #fff;
}


.pdfBox{
	background-color: #2C2C2C;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Roboto, "sans serif";
}

.pdfBox h3{
	font-weight: bold;
}

.btn-rojo{
	margin-top: 25px;
	background-color: #E30613;
	font-weight: bold;
}


/****FOOTER****/
footer{
	background-color: #454851;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer a{
	color: #E30613;
	font-weight: bold;
}

footer a:hover{
	color: #E30613;
}

.logofooter{
	height: 70px;
	opacity: .8;
}