/*!
 * Start Bootstrap - Logo Nav (https://startbootstrap.com/template-overviews/logo-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logo-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}



.copyrights {
    background: #202020;
    color: #808080;
}

.ubicacion {
    background: #333;
    color: #fff;
}

.titulo {
    color: #808080;
}

.titulo2 {
    color: #008C96;
}

.titulo3 {
    color: #FF9900;
}

.texto {
    color: #000;
}

hr{
	border-color: #008C96;
}





label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;
}
 
.principal {
    display:block;
    margin:0 auto;
    width:510px;
    color: #666666;
    font-family:Arial;
}
 
form {
    margin:0 auto;
    width:400px;
}
 
input, textarea {
    width:100%;
    height:27px;
    background:#e5e6e8;
    border:2px solid #f6f6f6;
    padding:5px;
    margin-top:3px;
    font-size:10px;
    color:#000;
    font-size: 18px; 
    font-family: arial;
}
 
textarea {
    height:150px;
    font-size: 18px; 
    font-family: arial; 
    color:#000;
}
 
#submit {
    width:85px;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
    border-color: black;
    transition: all 1s ease;
    color:#666;
}

#submit:hover{
  background: #81B9BB;
  transition: all 1s ease;
  color:#000;
} 

input:hover{
  background: #81B9BB;
  transition: all 1s ease;
  color:#666;
} 

textarea:hover{
  background: #81B9BB;
  transition: all 1s ease;
  color:#666;
}
