body{
	list-style: none !important;
}
.clear{
	clear: both;
}
img.logo {
    width: 80%;
}
.social_boton img {
    width: 13%;
    opacity: 0.4;
}
.social_boton img:hover{
	opacity: 0.8;
}
.header {
    margin-bottom: 40px;
    position: relative;
}
.right.social {
    position: absolute;
    bottom: 0;
    right: 0;
	text-align: right;
}
a:focus {
    outline: none;
}
.contain-to-grid.fixed{
	background: #fff !important;
	box-shadow: 0 0 3px #ccc;
} 	
.top-bar{
	background: #fff !important;
}
nav ul.principal-menu {
    list-style: none;
    margin-left: 0;
}
nav ul.principal-menu li {
    display: inline;
    vertical-align: middle;
}
nav ul.principal-menu li a {
    padding: 10px;
    border-top: 2px solid #000;
    margin: 0 5px;
    float: left;
    cursor: pointer;
    min-width: 150px;
    text-align: center;
}
nav ul.principal-menu li a:hover, nav ul.principal-menu li.active a{
	color: #37b55c;
	border-color: #37b55c;
}
.contain-to-grid.fixed nav ul.principal-menu li a{
	border-top: none;
}
nav ul.principal-menu li a{
	color: #000
}
.orbit-container {
    margin: 20px 0;
}
.orbit-caption {
    text-align: center;
    font-size: 20px !important;
    margin-bottom: 5px;
    font-weight: 200;
    letter-spacing: 1px;
    font-style: italic;
}
.orbit-container .orbit-slides-container img{
    width: 100%;
}
h2.content-center, .content-center h2 {
    text-transform: uppercase;
    font-size: 32px;
    padding: 30px;
    color: #666;
}

ul.example-orbit {
    list-style: none !important;
    margin: 0 !important;
}
.capture-tips {
    margin-top: 30px;
}
.content-center {
    text-align: center;
}
footer {
	background: #ccc;
    margin-top: 120px;
    position: relative;
}
footer p {
    text-align: center;
    padding: 80px 0;
    margin: 0;
}
footer span {
    position: absolute;
    top: -95px;
    right: 190px;
}
footer span img {
    width: 80%;
}
.tabs .tab-title {
    float: none !important;
display: inline;}

.tabs .tab-title > a {
    display: inline;
    background: #fff;
}
ul.tabs {
    text-align: center;
}

li.border a {
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
}

 .tabs .tab-title > a:hover {
    background-color: #fff !important ;
    color: #37b55c;
}
.tabs .tab-title.active > a {
    background-color: #FFFFFF;
    color: #37b55c;
}

textarea.menssage {
    min-height: 190px;
}

input.boton {
    background: #37b55c;
    border: none;
    padding: 10px 20px;
    float: right;
    color: #fff;
    cursor: pointer;
}
input.boton:hover{
	background: #0C792C;
}
p, li {
    color: #999;
    font-size: 15px;
}
ol li {
    margin-bottom: 10px;
}
.firma {
    text-align: right;
    margin-bottom: 10px;
}
