body         { font-size: 15px; color: #000; font-family: Verdana; margin: 0; }
a:link       { text-decoration: none; color: #000 }
a:visited    { text-decoration: none; color: #000 }
a:hover      { text-decoration: underline; color: #7e6b5a }
a:active     { text-decoration: none; color: #000 }
td           { font-size: 15px; }
h1           { margin-top: 15px; margin-bottom: 12px; font-size: 16pt; color: #7e6b5a; font-weight: bold; text-align: center }
h2           { margin-top: 12px; margin-bottom: 12px; font-size: 12pt; color: #7e6b5a; font-weight: bold; text-align: center }
h3           { margin-top: 10px; margin-bottom: 10px; font-size: 11pt; color: #7e6b5a; font-weight: bold; text-align: center }
h4           { margin-top: 10px; margin-bottom: 10px; font-size: 11pt; font-weight: bold; text-align: left }
p           { text-align: justify; margin: 10px 0px }
ul           { text-align: left; margin-top: 12px }
#tresc {
	padding: 10px;
	clear: both;
}
#beret { max-width: 273px }
#mpic img { width: 100% }
img { border: 0; max-width: 100% }
.typl  { color: #7e6b5a }
.telprz {
  background-color: #c2fee2;
  border: none;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
  transition-duration: 0.4s;
} 
.telprz:hover {
  background-color: #fe914e;
  text-decoration: none;
}
.prz {
  background-color: #c2fee2;
  border: none;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
  transition-duration: 0.4s;
  color: #ffffff !important;
} 
.prz:hover {
  background-color: #fe914e;
  text-decoration: none;
  color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar {
    margin: 0px;
    background-color: #fff;
    border: 0;
    opacity:0.9;
	font-weight: bold;
	font-size: 16px;
}
.navbar-right {
    margin: 60px 0px 0px 0px;
}
.navbar li a, .navbar .navbar-brand {
    color: #000 !important;
}
.navbar-nav li a:hover {
    background-color:#fe914e !important;
}
/* The active link */
.navbar-nav li.active a {
    background-color:#fe914e !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
/* Dropdown */
.open .dropdown-toggle {
    color: #fff ;
    background-color: #000 !important;
}
.dropdown-menu li a {
    color: #000 !important;
}
.dropdown-menu li a:hover {
    color: #fff ;
    background-color: #000 !important;
}
footer {
    background-color: #c2fee2;
    padding: 20px 10px;
	font-size: 10px;
}
.mov:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
transition-duration: 1s;
}
#spa {
	height: 200px;
}
#spa1 {
	display: none;
}
@media (max-width: 600px) {
    .carousel-caption {
        display: none; 
    }
#spa {
	height: 150px;
}
#spa1 {
	display: block;
	height: 50px;
}
#beret { max-width: 200px }
}