img.estado {
    float: right;
}
.temp, .sens_temp, .max-min, .prob , .viento, .ver_pre {text-align: center;}
.temp {
    font-size: 25px;
    line-height: 32px;
    padding: 5px 0 0;
}
.sens_temp {
    font-size: 11px;
    line-height: 16px;
}
.max-min {
    font-size: 11px;
    line-height: 14px;
}
.prob {
    font-size: 10px;
    line-height: 12px;
}
.viento {
    font-size: 10px;
    line-height: 12px;
}
.text_estado {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.ver_pre {clear: both;}
table.prevision {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
	margin: 0 auto;
	margin-bottom:15px;
}
table.prevision th, table.prevision td {
    border: #CCCCCC;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
    padding: 4px;
    text-align: center;
	width:14%;
}
table.prevision th, table.prevision tr:hover {
    background-color: #EFEFEF;
}
table.prevision td strong {
    font-size: 14px;
}
table.prevision img.direccion {
    margin: -4px;
}
.ver_pre a {
    font-size: 11px;
    text-decoration: underline;
}
.ver_pre a:hover {
    text-decoration: none;
}

.tiempo {width:200px;float:right;}
.tiempo *{display: block;}
table.prevision td:before { display:none !important;}

@media screen and (max-width: 600px) {
table.prevision{width:80%;}

	/* Force table to not be like tables anymore */
	table.prevision table, table.prevision thead, table.prevision tbody, table.prevision th, table.prevision td, table.prevision tr { 
		display: block; 
	}
	table.prevision tr{display: block;}
	/* Hide table headers (but not display: none;, for accessibility) */
	table.prevision thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.prevision tr { border: 1px solid #ccc; }
	
	table.prevision td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 49%; 
		width:50%;
	}
	
	table.prevision td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		display:block !important;
	}
	
}
