.cont-pronstico{
    background-color: #AAD2F3;
    border-radius: 8px;
    padding: 8px;
	height: 226px;
}
@media only screen and (max-width: 768px) {
	.cont-pronstico{
		height: auto;
	}
}
.titulo_pervision{
	float:left;
	width:75%;
	color: #0f69b4;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
}
.agradecimiento{
	float:left;
	width:25%;
	font-size:small;
	text-align: right;
}
div.agradecimiento span{
	color:#1569B4
}

.cont-tiempo{
	float:left;
	padding:0.5em 1em 0.8em 1.4em;
	width: 20%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.cont-tiempo {
		padding: 0.5em 1em 0.8em 0.5em;
	}
}

.cont-fecha{
	font-size:x-small;
	color:#1569B4;
}

.cont-dato{
	float:left;
	width:50%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.cont-dato{
		font-size: 14px
	}
}
.centrado{
	text-align:center;
}

.font-x-small{
	font-size:small;
}
.display-none{
	display:none;	
}

.display-block{
	display:block;	
}
.sub-container{
	padding-bottom:24.5%;
	/*padding-left: 5%;*/
	text-align: center;
	margin-top: 3%;
	margin-bottom: 2%;
}

@-moz-document url-prefix() {
   .sub-container{
	padding-bottom:25.4%;
	padding-left: 1%;
	}
}

.cont-text-center{
	text-align: center;
}




