.footerD {
   position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background:#999;
}
.titulos{
	
		font-size:35px;
		color:rgb(39, 167, 223) ;
		text-shadow:
   -1px -1px 0 #fff,
    1px -1px 0 black,
   -1px 1px 0 #fff,
    1px 1px 0 #fff;
	
}
.titulos2{
	
		font-size:25px;
		color:rgb(39, 167, 223) ;
		text-shadow:
   -1px -1px 0 #fff,
    1px -1px 0 black,
   -1px 1px 0 #fff,
    1px 1px 0 #fff;
	text-align:center;
	 border-radius: 25px;
    border: 2px solid #27a7df;
	
}

.titulos3{
		font-size:33px;
		color:#B40404;
		text-shadow:
   -1px -1px 0 #fff,
    1px -1px 0 black,
   -1px 1px 0 #fff,
    1px 1px 0 #fff;
text-align:center;
    border: 2px solid #B40404;
	border-radius: 15px;
}
.titulos4{
		font-size:25px;
		color:#B40404;
		text-shadow:
   -1px -1px 0 #fff,
    1px -1px 0 black,
   -1px 1px 0 #fff,
    1px 1px 0 #fff;
text-align:center;
    border: 2px solid #B40404;
	border-radius: 15px;
}
.labelsol{
	color:white;
	background:rgb(39, 167, 223) ;
	
}
.labelcont{
	color:white;
	background:rgb(39, 167, 223) ;
	
}

.subtitulos{
	
		font-size:35px;
		color:rgb(0, 0, 0) ;
		text-shadow:
   -1px -1px 0 #fff,
    1px -1px 0 black,
   -1px 1px 0 #fff,
    1px 1px 0 #fff;
	
}
/* -- HEADER -- */

.navbar {
	margin-bottom: 0;
}
body {
    background: url("imgs/metal.jpg");
}

/* -- POST -- */
.main {
	margin-top: 2px;
	margin-bottom: 2px;

	background: rgba(246,246,246,1);
background: -moz-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(246,246,246,1) 10%, rgba(237,237,237,1) 47%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,246,246,1)), color-stop(10%, rgba(246,246,246,1)), color-stop(47%, rgba(237,237,237,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(246,246,246,1) 10%, rgba(237,237,237,1) 47%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(246,246,246,1) 10%, rgba(237,237,237,1) 47%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(246,246,246,1) 10%, rgba(237,237,237,1) 47%, rgba(255,255,255,1) 100%);
}



.post {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #999;
}

.post .post-title a {
	color:#333;
}

.post .thumb {
	margin-right:10px;
	width:40%;
}

.post .thumb img {
	width:100%;
}

.post .contenedor-botones {
	width: 100%;
}


/* -- Media Querie -- */
@media screen and (max-width: 768px) {
	.post .thumb {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}





}
