/****** PLACE YOUR CUSTOM STYLES HERE ******/

.logo {
	max-height: 70%;
}

.menu li a {
	font-size:12px;
	font-weight:bold;
}

.menu > li ul {
	background-color:#39afef !important;
}

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

.sombra-imagen {
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.border-left-img {
border-top-left-radius: 6px !important;
border-bottom-left-radius: 6px !important;

-webkit-border-top-left-radius: 6px !important;
-webkit-border-bottom-left-radius: 6px !important;

-moz-border-radius-topleft: 6px !important;
-moz-border-radius-bottomleft: 6px !important;

}

.border-right-img {
border-top-right-radius: 6px !important;
border-bottom-right-radius: 6px !important;

-webkit-border-top-right-radius: 6px !important;
-webkit-border-bottom-right-radius: 6px !important;

-moz-border-radius-topright: 6px !important;
-moz-border-radius-bottomright: 6px !important;
}