/* CSS Document */
.logo
{
	text-align:center;
	margin-bottom:15px;
}
.backgreen
{
	background-color:#A6D79A;
}
.backblue
{
	background-color:#A2D9E4;
}
.margentopdown
{
	margin-top:10px;
	margin-bottom:10px;
}
.bloquedatos
{
	
	background-color:#6AC3F4;
	width:95%;
	margin-left:2.5%;
	
}

/* Dispositivos pequeños (tablets, anchura mayor o igual a 768px)*/
@media (min-width: 768px) {
.margentopdown
{
	margin-top:30px;
	margin-bottom:25px;
}

}
/* Dispositivos medianos (ordenadores, anchura mayor o igual a 992px) */
@media (min-width: 992px) {
.margentopdown
{
	margin-top:60px;
	margin-bottom:50px;
}
}
/* Dispositivos grandes (ordenadores, anchura mayor o igual a 1200px) */
@media (min-width: 1200px) {
.margentopdown
{
	margin-top:90px;
	margin-bottom:100px;
}

}