body {
	padding-top: 50px;
}

/* Estilos globales y ancho de imagenes */

body{
	background: #ccc url(../img/fondos/fondo1.jpg) no-repeat center center fixed;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background: cover;
	text-align: justify;
}

body img{
	width: 100%
}

@font-face{
	font-family: 'Aller Regullar';
	src: url('../fonts/aller.regullar.ttf');
}

@font-face{
	font-family: 'Aller Bold';
	src: url('../fonts/aller.bold.ttf');
}

@font-face{
	font-family: 'Aller Light';
	src: url('../fonts/aller.light.ttf');
}

h1 {
	font-family: 'Aller Bold', sans-serif;
	font-size: 3.5em
}

h2, h3{
	font-family: 'Aller Regullar', sans-serif;
}

h2 {
	font-size: 3em;
}

h3{
	font-size: 2em;
}

h4, p{
	font-family: 'Aller Light', sans-serif;
	font-size: 1.3em;
}

/*************************/
/** SECCIONES DE LA WEB **/
/*************************/

/*  Barra de Navegacion */
.navbar-brand {
	padding: 4px 15px;
	width: 260px;
}

/** Iconos de redes sociales en la barra de navegacion **/
.iconos {
	margin-top: -9px;
	bottom: -3px;
}

.navbar-inverse .navbar-nav>.open>a:focus {
	color: #770000;
	background-color: transparent;
}

.navbar-inverse .navbar-nav>.open>a:hover {
	color: #770000;
	background-color: transparent;
}


/** Control de Carrusel **/

.carousel-control.left {
	background: none;
}

.carousel-control.right {
	background: none;
}

.carousel-control {
	position: absolute;
	top: 45%;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: auto;
	color: #fff;
	text-align: center;
	opacity: 1;
	text-shadow: none;
}

.carousel-control:hover {
	color: #000;
}

.carousel-indicators {
	bottom: -50px;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0,0,0,0);
	border: 1px solid #16a085;
	border-radius: 50%;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #16a085;
}

.carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
	background: rgba(0,0,0,0.4);
}

/* Cuerpo */


/* Nosotros */

#nosotros-wrapper {
	background: #ccc url(../images/concrete_seamless.png) repeat center fixed;
	border-bottom: 10px solid rgba(0,0,0,0.1);
	border-top: 10px solid rgba(0,0,0,0.1);
	color: #770000;
	padding-bottom: 126px;
}

#nosotros-wrapper h2 {
	padding-top: 60px;
}

#nosotros-wrapper hr {
	border-top: 1px solid #770000;
	width: 100px;
}

#nosotros-wrapper .container {
	padding-top: 40px;
}


/* Contacto */
#contacto-wrapper {
	color: #ccc;
	background: url(../img/fondos/contacto.jpg) no-repeat center center fixed;
	margin-bottom: -20px;
	padding-top: 40px;
}

#contacto-wrapper hr {
	border-top: 1px solid #ccc;
	width: 100px;
}

.datos {
	padding-bottom: 30px;
}

.btn-inverse {
	color: fff;
	background-color: #770000;
}

.btn-inverse:hover {
	color: #770000;
	background-color: #fff;
}

/* Sedes */
#sedes-wrapper {
	color: #ccc;
	margin-bottom: -20px;
	padding-top: 40px;
}

#sedes-wrapper hr {
	border-top: 1px solid #ccc;
	width: 100px;
}


/* Emprendedores */

.emprendedores
{
    font-size: 22px;
    color: #ffff;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


/*** Footer ***/
#footer-wrapper {
	background-color: #770000;
	color: #fff;
	text-align: left;
	margin-top: 15px;
	border-top-width: 15px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: -20px;
}
