﻿
/* METEO */
.meteo_content
{    
}
.meteo_menu
{
    margin: 10px 0px 10px 4px; 
    height: 30px;  
}
.meteo_menu a:link, .meteo_menu a:visited, .meteo_menu a:hover, .meteo_menu a:active
{
    display:block;
    float:left;
    width:94px;
    
    border:1px solid #c0c0c0;
    border-bottom-color:#444444;
    border-right-color:#444444;
    border-top:3px solid #1092DE;
    background:url(menuMeteo.gif) repeat-x top left; 
    text-align:center;
    line-height:20px;
    color: #1092DE;
    font-weight:bold;
    text-decoration:none;
}
.meteo_menu a:hover, #giorno_attuale
{
    border-top:3px solid #009629;
    color:#009629;
}

.meteo_content div
{    
    width:48%;
    height:250px;
    float:left;
    border:1px solid #c0c0c0;
    margin:5px;
    text-align:center;
}
.meteo_content div img
{
    display:block;
}
.meteo_content h4
{    
    margin:10px 0 10px 0;
    height:30px;
    color:#1092DE;
    font-size:12pt;
    font-weight:bold;
    
}
.meteo_content span
{    
    display:block;
    margin:0 auto;
    width:290px;
    height:157px;
    overflow:hidden;
}
.meteo_content .arpal
{    
    background: url('http://www.meteoliguria.it/Oggi_small.gif') center center no-repeat;
}
.meteo_content .tgcom
{    
    background: url('http://www.tgcom.mediaset.it/meteo/regione/liguria.jpg') center center no-repeat;
}
.meteo_content .ilmeteo
{    
    background: url('http://www.ilmeteo.it/cartine/0.LIG.png') center center no-repeat;
}
.meteo_content .mare
{    
    background: url('http://www.ilmeteo.it/portale/italysea_sect6_p.png') top center no-repeat;
}
