img.LogoPrincipal{
	width: 150px;
	height: 150px;
}


.navbar{
	margin-bottom: 0;
}

.espacio {
	margin-bottom: 10px;
}

.jumbotron{
	margin-bottom: 0;
	
}

/*** post**/
.main{
	margin-top: 20px;
	margin-bottom: 20px;
}

.post{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}

.linea{
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #999;

}

.linea-derecha{
	border-right: 1px solid#999;
}

.post .post-title a{
	color: #333;
}

.post .thumb{
	margin-right: 10px;
	width: 40%;
}

.post .thumb img{
	width: 100%;
}

.post .contenedores-botones{
	width: 100%;
}



/*** media query

@media screen and (max-height: 768px){
	.post .thumb{
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0px;
	}
}	***/

p.copyright{
	padding: 20px 0;
	text-align: center;
	color: #ffffff;
}



@media (max-width: 600px) {
  h3.elemento-h {
    font-size: medium;
  }
  p.elemento-p{
  	font-size: small;
  }
}

.elemento-i{
	height: 900px;
	width: 900px;
}

.elemento-cartelera{
	height: 150px;
	width: 100px;
}

div.extra{
	margin-right: 180px;
}

img.imgx{
height: 20px;
width: 20px;
}

.color{
	background-color: #244B5C ;
	border-bottom: 1px solid#999;
}

.fuente{
	justify-content: center;
	color: #ffffff;
}

footer{
	margin-bottom: 0px;
}

a.fuente{
		color: #ffffff;
}

.letra-contenido{
  font-family: "Tahoma", "Geneva", sans-serif;
}

@media (max-width: 600px) {
  h2.elemento-h {
    font-size:  20px;
  }
  h4.elemento-h3{
  	font-size: small;
  }
  p.elemento-p{
  	font-size: x-small;
  }
}



  img.portada2{
	height: 450px;
	width: 700px;
  }

@media (max-width: 600px) {
  img.portada2{
	height: 200px;
	width: 350px;
  }
}

.wrap{
	width: 100%;
	max-width: 1000px;
	margin-top: 12px;

}

.widget{
	width: 100%;
	margin: 0em;

}

.widget p {
	display: inline-block;
	line-height: 1em;
	color: white;
}

.fecha{
	font-family: Oswald, Arial;
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 0.3125rem;
	background: #3f74d0;
	
	padding: 0px;
	width: 100%;
}

.reloj{
	font-family: Oswald, Arial;
	width: 100%;
	padding: 0px;
	font-size: 2em;
	text-align: center;
	background: #3f74d0;
	
	
}

.reloj .caja-segundos{
	display: inline-block;
}