#modules-list-tomos {
	font-family: Arial;
	font-size: 12px;
	color: white; 
	width: 100%; 
}

.modules-list-tomos-content {
        background-color: #E9EAEE;
        background-repeat: no-repeat;
        margin-bottom: 10px;
        padding: 20px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
        width : 440px;
        height : 355px;
}

#modules-list-tomos-content-browse {
	background-image: url('img/modules-list-tomos-content-browse.png');
	background-repeat: no-repeat;
        position: absolute;
        margin-top: 260px;
        margin-left: 250px;
        width : 173px;
        height : 35px;
        cursor: pointer;
}

#modules-list-tomos-content-browse:hover {
        background-position: 0px -35px;
}

#modules-list-tomos-content-number {
        color : #1F4E84;
	font-size: 12px;
}

#modules-list-tomos-content-title {
        margin-top: 5px;
        color : #1F4E84;
	font-size: 18px;
        width: 350px;
}

#modules-list-tomos-title {
	font-size: 20px;
        color : #CACF00;
        margin-bottom: 35px;
}
.modules-list-tomos-doughnut-2D-chart {
        position: absolute;
}
    
.modules-list-tomos-content-validated {
    float: right;
    font-size: 18px;
    color: #96B30D;
    background-image: url(/userfiles/image/coche-module.png);
    background-position: top center; 
    background-repeat: no-repeat;
    margin-top: -80px;
    margin-right: -20px;
    padding-top: 50px;
    height: 60px;
    width: 160px;
    text-align: center;
    z-index: 5;
}