
body{
	background-image:  url(img/blue.jpg);
}

/*///Estilos Login/////*/

.correoI{
	background-color:white;
	color:#27AAE1;
}
.claveI{
	background-color:white;
	color:#27AAE1;
}

/*Boton login*/
.botonl{
	background:#27AAE1;
	color:white;
	opacity:.8;

}
.botonl:hover{
	background: white;
	color:#27AAE1;




}
/*fin boton login*/
/**/////////////////////////////////////////////////////////

/* -- HEADER -- */
.navbar {
	margin-bottom: 0;
}

.jumbotron {
	background:#428BCA;
	color:#fff;
	padding:20px 0;
}

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

.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;
	}
}
