/*
 * Custom CSS
 * theme-skin override
 */
 
 .marginBottom{
 	margin-bottom: 30px !important;
 }
 
 /** PAGINAS ESTATICAS */
 
.detail-content h4{
 	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #eee;
	padding-bottom: 5px;
}

/* Anular foco visible */

a:focus,
button:focus,
select:focus,
input:focus{
  outline: none !important;
   text-decoration: none !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none !important;
    background-color: transparent !important;
}
