
/* General Styles */

p {
	line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Medula One', cursive;
	margin-bottom: 10px;

}

.leftline {
	border-left: 1px solid #F4F4F4;
	padding-left: 20px;
}

.rightline {
	border-right: 1px solid #F4F4F4;
	padding-right: 20px;
}

/* Masthead */

.masthead {
	margin-bottom: 10px;
}

.masthead h1 {
	color: #900;
}

.masthead .nav {
	margin-top: 40px;
}

.masthead .nav li {
	margin-left: 10px;
	font-weight: normal;
	font-family: 'Medula One', cursive;
    font-size: 25px;
}

/* Slideshow */

.carousel {
	margin-bottom: 30px;
}

.carousel .item {
	background: #F8F8F8;
	height: 400px;
}

.carousel .item p.caption {
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #FFF;
	font-size: 40px;
	font-weight: thin;
	font-family: 'Medula One', cursive;
    line-height: 1.1;
}

/* Columns */

.home-columns {
	margin-bottom: 20px;
    text-align: center;
}

.home-columns i {
	font-size: 64px;
	margin: 15px 20px 60px 0;
	color: #CCC;
}

.home-columns h2 {
	color: #3B3B3B;
	margin-bottom: 0;
    font-size: 30px;
}

.work-columns,
.one-column {
	margin-bottom: 20px;
}

.services-list {
	list-style: none;
	margin: 0;
}

.services-list li {
	line-height: 1.8;
}

/* Contact */

.contact-form {
	padding-top: 20px;
	border-top: 1px solid #F4F4F4;
}

/* Map */

#map_canvas {
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
}

/* Thumbnails */

.thumbnails li a.thumbnail {
	border: none;
	padding: 0;
	margin-bottom: 14px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: relative;
}

.thumbnails li a.thumbnail img {
	margin: 0;
}

.thumbnails li a.thumbnail .caption {
	display: block;
	background: #900;
	padding: 0;
	width: 270px;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.thumbnails li a.thumbnail:hover .caption {
	height: 185px;
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.thumbnails li a.thumbnail .caption i {
	display: block;
	font-size: 40px;
	color: #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -24px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.thumbnails li a.thumbnail:hover .caption i {
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* Footer */

.footer {
	background: #F8F8F8;
    background-image: url(../img/widewoodbg.jpg);
	padding: 30px 0 0 0;
    border-top: 10px solid #0b0b0c;
    color: #666;
}

.footer h3 {
	margin-bottom: 10px;
    font-weight: bold;
    font-size: 25px;
}

.footer a {
	color: #888;
}

.footer a:hover {
	color: #666;
}

.footer ul.footer-nav {
	list-style: none;
	margin: 0;
}

.footer ul.footer-nav li {
	line-height: 1.3;
}

.footer p{
    line-height: 1.3;
}
/* Carousel items - change these to suit your needs */

.carousel .item1 {
    background-image: url(../img/item1Home.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	
}

.carousel .item2 {
	background-image: url(../img/item2Home.jpg);
     background-repeat: no-repeat;
    background-position: center center;
}

.carousel .item3 {
	background-image: url(../img/item3Home.jpg);
        background-repeat: no-repeat;
    background-position: center center;
}

#catalogos p{
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.2;
}

#footer-secundary {
    -webkit-box-shadow: 0px 5px 10px 0px black;
    -moz-box-shadow: 0px 5px 10px #000000;
    box-shadow: 0px 5px 10px 0px black;
    padding: 10px 0px 10px 20px;
    background-color: #0C0C0C;
    border-top: 1px solid #ff7214;
}


.masthead-details {
    position: absolute;
    top: 0;
    right: 75px;
    width: 195px;
    height: 100%;
    padding: 20px;
    color: white;
    background-color: rgba(20, 51, 51, 0.6);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
}

.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25;
}

.icon-chevron-right {
    background-position: -456px -72px;
}

element.style {
}
Matched CSS Rules
.bs-docs-sidenav .icon-chevron-right {
float: right;
margin-top: 2px;
margin-right: -6px;
opacity: .25;
}
.nav-list [class^="icon-"] {
    margin-right: 2px;
}

.bs-docs-sidenav {

    margin: 30px 0 30px 0;
    padding: 0;
    background-color: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}


.bs-docs-sidenav > li > a {
    display: block;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #E5E5E5;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.icon-chevron-right {
    background-position: -456px -72px;
}

.bs-docs-sidenav .active .icon-chevron-right, .bs-docs-sidenav .active a:hover .icon-chevron-right {
    background-image: url(../img/glyphicons-halflings-white.png);
    opacity: 1;
}

.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}



.icon-white, .nav-tabs > .active > a > [class^="icon-"], .nav-tabs > .active > a > [class*=" icon-"], .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings-white.png");
}

#catalogo{
    margin-bottom: 50px;
}