#imatge
{
    background-image: url('../img/logo.jpg');
    background-position: center;
    background-repeat: no-repeat;
    width:44%;
    height:28%;
    position: relative;
    left: 54%;
    margin-left: -28%;
    color:red;
    text-decoration: underline;
}

.lletra
{
    text-align: center;
    font-size: 17px;
    font-family: arial;
    color: #55082A;
}


#nombres
{
    font-size: 15px;
    color:black;
    font-family: arial;
    font-weight: lighter;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 5px;
    position:absolute;
    left: 50%;
    margin-left: -30%;
    width: 60%;
    border-bottom: dotted 4px #55082A; 
}

#direccio
{
    background-color: black;
    font-family: arial;
    color:gray;
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 12px;
    margin-left: -8px;
    position: absolute;
    bottom: 0px;
    padding-top: 1%;
}

.centrado
{
    position: relative;
    margin-left: -175px;
    margin-top: 50px;
    left: 50%;
    width: 370px;
    height: 290px; 
}

#cIz
{
    cursor: default;
    font-family: arial;
    text-align: center;
    float:left;
    width: 370px;
    height: 290px;
    opacity:0.8;
    filter:alpha(opacity=80);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: underline;
	background-image:url('../img/uva.jpg');
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}



#cIz:Hover
{
    border: solid 2px black;
	font-weight: bold;  
    opacity:0.9;
    filter:alpha(opacity=90); 
}

.derecha
{
    float: right;
    width: 170px;
    height: 80px;
    bottom: -2%;
    margin-right: 50px;
}
