﻿








#sceltaContenuto a
{
   
    display: block;
    float: left;
    background: #C66;
    text-decoration: none;
    width: 80px;
    text-align: center;
  
}

#sceltaContenuto a:hover, #sceltaContenuto a.selezionatoContenuto
{
    background: #C33;
}
        
.contenitore{
    
    height: 125px;
    width: 200px;
   
    position: relative;
    margin: auto;
    padding:0;
   
}
		
.contenitore li
{
    display: block;
    text-align: center;
    height: 125px;
    width: 200px;
   
    -moz-border-radius: 10px;
    border-radius: 10px;
	background-color:#e9f4fb;
}
.contenitore li img{ width:200px; height:125px; padding:0; margin:0}

/*.contenitore img { border: solid 2px #147;}*/


em.rosso
{
    color: #C33;
}

em.blu
{
    color: #33F;
}

#immagini, #testo
{
    display: none;
}

a
{
	cursor:pointer;
}