/*
 * Style tweaks
 * --------------------------------------------------
 */

.header {
	margin-top: 30px;
	margin-bottom: 30px;
}


ul {
	list-style: none;
	margin: 0 0 0 8px;
	padding: 0;
}

.container-fluid {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px;
}


.container-fluid a{
	text-decoration: none;
	color: inherit;
}

.container-fluid a:hover{
	color: #888;
	
}


.container-fluid h1{
	margin-top: 10px;
	font-size: 24px;
	font-weight: 600;
}

.container-fluid h3{
	margin-top: 0;
	font-size: 18px;
	font-weight: 600;
}


.menu h3{
	margin-top: 15px;
}

.contacto {
	min-height: 300px;
	font-size: 18px;
	font-weight: 600;
}


.carousel-control.left, .carousel-control.right {
    background-image: none
}

.carousel-inner > .item > picture > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.entradas-blog {
	line-height: 160%;
}

.footer {
	margin: 40px 0;
}

.flotante {
    position: fixed;
    z-index: 9000;
    bottom: 0;
    right: 0;
}

.flotante li {
    list-style: none;
    float: left;
    background: #fff;
}

.flotante a {
    text-decoration: none;
    text-align: center;
    line-height: 45px;
    font-size: 1.25em;
    display: block;
    width: 50px;
    height: 40px;
    margin-right: 1px;
    background: #fff;
    color: #fff;
    position: relative;
	border: 1px;
}