/* +++++++++++ Empieza nuestro código ++++++++++++ */

body {
  background: url(pictures/fnd.jpg) repeat;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #666;
}

h3 {
    font-size: 16px;
    line-height: 34px;
}
h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-weight: 600;
    letter-spacing: -0.2px;
}

a {
  text-decoration: none;
}

.clearfix {
  clear: both;
}
#wrapper {
  /* background: #fff; */
  width: 960px;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.container {
  padding: 20px 30px;
}

#linea-superior {
  background-color: #2598cf;
  width: 100%;
  height:5px;
}

#tel {
  float: right;
  font-size:30px;
  color:#666;
  margin-top: 20px;
}

/* Iconos sociales */
.iconos-sociales {
  list-style: none;
  float: right;
  width:170px;
}

.iconos-sociales li {
  float: left;
}

.iconos-sociales a {
  display: block;
  background: url(images/iconos-sociales.png);
  height: 28px;
  padding-left: 10px;
}
.facebook a {
  width: 18px;
  background-position: 0 0px;
}
.twitter a {
  width: 18px;
  background-position: -115px 0px;
}
.google a {
  width: 18px;
  background-position: -141px 0px;
}
.rss a {
  width: 45px;
  background-position: -190px 0px;
}

.facebook a:hover {
  width: 18px;
  background-position: 0 -31px;
}
.twitter a:hover {
  width: 18px;
  background-position: -115px -31px;
}
.google a:hover {
  width: 18px;
  background-position: -141px -31px;
}
.rss a:hover {
  width: 45px;
  background-position: -185px -31px;
}

#formulario-buscar {
  clear: both;
  float: right;
}

#s {
 border: 1px solid #e0e0e0;
padding: 5px 9px;
font-size: 13px;
color: #888;
width:140px;
background: #fff;
-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
border-radius: 2px;
float: left;
}

#boton-buscar {
  background: url(../images/icono-lupa.png);
  height:32px;
  width:32px;
  position: relative;
  border: none;
  margin: 5px 10px;
}

nav {
  background-color: #4c4c4c;
  height: 47px;
  margin-top: 0px;
}

nav ul  {
  list-style-type:none;
  margin:0;
  padding:0;
}

nav a {
  text-align: center;
  display: block;
  float: left;
  color: #fff;
  border-right: 1px solid #666;
  padding:15px 30px;
  font-size: 15px;
}

nav a:hover {
  background-color: #2598cf;
}

#portada {
  z-index: -1;
  /* opacity: 0.5; */
}

#eslogan {
  z-index:999;
  position: absolute;
  font-size: 60px;
  color:blue;
  font-style: italic;
  margin-left: 20px;

}

.boton-contacto {
  z-index:999;
  position: absolute;
  top: 560px;
  margin-left: 700px;
  display:block;
  width:180px;
 -moz-box-shadow:inset 0px 1px 0px 0px #fed897;
  -webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
  box-shadow:inset 0px 1px 0px 0px #fed897;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
  background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
  background-color:#f6b33d;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #eda933;
  color:#fff;
  font-size:19px;
  text-transform: uppercase;
  font-weight:bold;
  padding:10px 24px;
  text-decoration:none;
  text-shadow:1px 1px 0px #ce8e28;
}

.boton-contacto:hover {
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
  background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
  background-color:#d29105;
}

.tres-cols {
  width:300px;
  float: left;
  margin:5px 5px 25px 5px;
}

.tres-cols p {
  margin-top: -20px;
  font-size:20px;

}

.destacado {
  float: left;
  margin:5 10px;
}

#opinion {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: #fcfcfc;
  -webkit-box-shadow: inset 0px 2px 0px 0px #f7f7f7, inset 0px -2px 0px 0px #f7f7f7;
  box-shadow: inset 0px 2px 0px 0px #f7f7f7, inset 0px -2px 0px 0px #f7f7f7;
}

#opinion blockquote {
  font-style: italic;
  font-size: 18px;
  line-height: 25px;
}

#opinion span {
  font-style: normal;
  font-size: 16px;
}

.inicio-bq {
  font-size: 50px;
}

.lista-logos {
   list-style: none outside none;
}

.cinco-cols {
  width: 172px;
  float: left;
  margin-bottom: 25px;
}

footer {
  /* background-color: #4c4c4c;*/
  height: auto;
  color:#bbb;
}

#copyright {
  background-color: #424242;
  padding:20px 15px;
  color: #aaa;
  font-size: 13px;
}

.dos-cols {
  width: 440px;
  float: left;
  margin-bottom: 20px;
}

.dos-cols h2 {
  color: #fff;
}

.dos-cols h3 {
  color: #eee;
}

.dos-cols p {
  line-height: 30px;
  padding:0px 20px;
  text-align: justify;
}


label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;
}
.formulario {
    display:block;
    margin:0 auto;
    width:510px;
    color: #666666;
    font-family:Arial;
}
.widget-contacto {
    margin:0 auto;
    width:400px;
    float: right;
}

input, textarea {
    width:380px;
    height:22px;
    background:#666666;
    border:2px solid #f6f6f6;
    padding:10px;
    margin-top:5px;
    font-size:10px;
    color:#ffffff;
}

textarea {
    height:152px;
}

#submit {
    width:85px;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

	aside{
	  width:269px;
	  float:right;
	  border-left:1px solid #ebebeb;
	  background-color: #F7F6F6;
	}
	  aside nav, aside section{
	  padding:30px;
	  }
	  
.disco
{
    list-style-type:disc;
}
.cuadro
{
    list-style-type:square;
}

.numero
{
    list-style-type:decimal-leading-zero;
}