@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
}

a{
	text-decoration:none;
	color:#000;
}
.tableado{
    background: linear-gradient(#c4c4c4, #5f5f5f);
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.tablaproj{
    background: linear-gradient(#EFE4B0, #D8BC3D);
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.tablaeventos{
    background: linear-gradient(#d9f35e, #8ea42a);
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.tablaposts{
    background: linear-gradient(#417bd2, #3460a3);
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.tablaparola{
    background: linear-gradient(#c83120, #96281b);
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
#tablaplebs{
    background: linear-gradient(#F00, #F03);
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
#menne
{
    position: relative;
    border-right: 1px solid #CCC;
	bottom: 0;
    right: 0;
	height:100%;
}
.photocapo
{
	width: 60px;
	height: 60px;
	border-radius: 40px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background: url();
	background-size:contain;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}