@charset "utf-8";
/* CSS Document */
body{
	background-color:#e8e8e8;
	font-family: 'Montserrat', cursive;
	font-size:13px;
	color:#333333;
		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.col3{
	width:30%;
	float:right;
	margin:1.6%;

}
.bloque{
	background-color:#ffffff;
	width:94%;
	padding:3%;
	margin-bottom:3%;
	box-shadow:0px 1px 1px #B6B6B6;	
	border-radius:4px;
}
.subtitulos{
	font-size:24px;
	color:#44a791;
}
.texto{
	font-size:13px;
	font-weight:normal;
}
.input{
	width:98%;
	max-width:200px;
	border:1px solid #cccccc;
	border-top:1px solid #E7E7E7;
	padding:7px;
}
.boton{
	background-color:#61c4ae;
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
	border-radius:4px;
	padding:20px;
	padding-top:10px;
	padding-bottom:10px;
	border:0px;
	border-bottom:3px solid #44a791;
	margin:0px;	
}
@media (max-width:700px){
	.col3{
		width:96%;
		margin:2%;
	}
	.contenedor-tareas{
		overflow:auto;
		width:95%;
	}
}
@media (min-width:701px) and (max-width:990px){
	.col3{
		width:30%;
		float:left;
		margin:1.6%;
	}
	.contenedor-tareas{
		overflow:auto;
		width:85%;
	}
}

@media (min-width:991px){
	.col3{
		width:30%;
		float:left;
		margin:1.6%;
	}
	.contenedor-tareas{
		overflow:auto;
		width:85%;
	}
}
