
  .espacio-seleccionado { font-weight: 300; }
#nav > li {
    width: 15.7%;
}

	#nav li{
    background: whitesmoke;
    border: solid 1px #eee;
    line-height: 25px;
    margin: 4px 4px 2px;
    padding: 2px 15px;
    border-radius: 6px;
    cursor: pointer;
}
estilos.css:405
#nav li{
    display: inline;
}

#nav li {
    list-style: none;
    float: left;
}
#contenedor-principal p {
    font-size: 16px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
	font-weight: 300;}

  .muevete{
  max-width:1280px;
  margin:auto;
  }
  
  
  
/* Diy-Videos */
#diy-videos {
    
    border-left: 0;
    border-right: 0;
    position: relative;
    padding: 5px 0;
        margin: 10px 0px 10px;
}

#diy-videos h2 {
    color: #666;
    border-bottom: 1px #999 dashed;
	line-height:2;
	margin-left: 70px;
	font-size:37px;
}

#diy-videos h3 {
    color: #666;
    border-bottom: 1px #999 dashed;
	line-height:2;
}

#diy-videos h4 {
    font-size: 24px;
    color: #666;
    border-bottom: 1px dashed #666;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#diy-videos p {
    
}

#diy-videos .logo-hum {
    margin-top: 14px;
    max-width: 100%;
}


#diy-videos .hum-box {
    border: 1px solid #c2c2c2;
    background-color: #fff;
    padding: 15px 25px;
    line-height: 20px;
    min-height: 310px;

}
#diy-videos ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#diy-videos ul li {
    background-image: url(/static/CategoriaPisos/images/play-bullet.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding-left: 32px;
    margin-bottom: 8px;
}

#diy-videos ul li.read{
    background-image: url(/static/CategoriaPisos/images/read-bullet.png);
}

#diy-videos ul li a{
    color: #666;
}

#diy-videos .nombre-video {;
    color: #0072ce;
    padding-top: 5px;
    font-size: 16px;
}

#diy-videos .info-video, #diy-videos .tiempo-duracion {
    width: 100%;
    padding: 10px 0;
}

#diy-videos .tiempo-duracion {
    border-bottom: 1px solid #ccc;
    padding-top: 0;
}

#diy-videos .dificultad-alta, #diy-videos .dificultad-media, #diy-videos .dificultad-baja, #diy-videos .tiempo-duracion{
    color: #747484;
    font-size: 13px;
    text-align: left;
    padding-left: 15px;
}

#diy-videos .dificultad-alta { background: url('/static/CategoriaPisos/images/dificultad.png') no-repeat 0 -35px; }
#diy-videos .dificultad-media { background: url('/static/CategoriaPisos/images/dificultad.png') no-repeat 0 -17px; }
#diy-videos .dificultad-baja { background: url('/static/CategoriaPisos/images/dificultad.png') no-repeat 0 4px; }
#diy-videos .tiempo-duracion { background: url('/static/CategoriaPisos/images/icon-tiempo.png') no-repeat 0 3px; }

#diy-videos .info-tiempo {
    color: #fff;
    background-color: #7A7A7A;
    padding: 2px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; 
    font-size: 13px;
}


#diy-videos .marg-button {
    margin-bottom: 35px;
}

.separador-tema {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: dashed 1px #ccc;
    font-family: 'misoregular', sans-serif;
    background-color: #fff;
    color: #999;
    font-weight: 300;
    margin: 0 auto;
    text-align: center;
    line-height: 55px;
    position: relative;
    display: block;
}
.separador-tema::before {
    content: "";
    width: 60px;
    height: 1px;
    border-top: dashed 1px #ccc;
    position: absolute;
    left: -60px;
    margin-top: 30px;
}
.separador-tema::after {
    content: "";
    width: 60px;
    height: 1px;
    border-top: dashed 1px #ccc;
    position: absolute;
    right: -60px;
    margin-top: 30px;
}
.btn-ciclo {
	background-color:#50a52b; border:#fff solid 1px;     padding: 25px 0px;}
	
.btn-ciclo a {
	color:#FFF; text-decoration:none;}
	
.btnreduce {
    background-color: #50a52b;
    border: #fff solid 1px;
}
.btnreduce a{
	background: url(/static/contenido/CasaEco/img/logo-reduce-blanco.png) no-repeat 28px 4px;
	color:#FFF;
	padding: 20px !important;
}
.btnreduce a:hover{
	background: url(/static/contenido/CasaEco/img/logo-reduce-blanco.png) no-repeat 28px 4px;
	background-color:#7dae67 !important;
}

.btnrecicla {
    background-color: #50a52b;
    border: #fff solid 1px;
}
.btnrecicla a{
	background: url(/static/contenido/CasaEco/img/logo-recicla-blanco.png) no-repeat 28px 4px;
	color:#FFF;
	padding: 20px !important;
}
.btnrecicla a:hover{
	background: url(/static/contenido/CasaEco/img/logo-recicla-blanco.png) no-repeat 28px 4px;
	background-color:#7dae67 !important;
}
.btnreutiliza {
    background-color: #50a52b;
    border: #fff solid 1px;
}
.btnreutiliza a{
	background: url(/static/contenido/CasaEco/img/logo-reutiliza-blanco.png) no-repeat 28px 4px;
	color:#FFF;
	padding: 20px !important;
}
.btnreutiliza a:hover{
	background: url(/static/contenido/CasaEco/img/logo-reutiliza-blanco.png) no-repeat 28px 4px;
	background-color:#7dae67 !important;
}

@media (max-width: 768px) {
.item-banner {
    margin-top: 0px;
}
}

@media (max-width: 768px) {
.item-banner {
    margin-top: 0px;
}
}
