table {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: 'georgia';
	font-size: 11px;
	color: #666;
}
table td, table th  {
    padding: 20px;
    border: 1px solid #333;
    font-size: 11px;
    line-height: normal;
    font-weight: 400;
    color: #333;
}
table td:hover {

}	
table td h3, table th h3 {
	text-align:center;
    line-height: normal;
    font-weight: 600;
	font-size: 1.7em;	
}
table img {
	max-width: 100%;
}
.area-descripcion {
	background-color: #cbda89;
}
.area-contexto {
	background-color: #a5ceca;
}
.area-alcance {
	background-color: #dab0d0;
}
.area-acceso {
	background-color: #c9d068;
}
.area-documentacion {
	background-color: #b0d5ef;
}
.area-notas {
	background-color: #f4beae;
}
.area-control {
	background-color: #c3d684;
}
.none {
	background-color: #fff;
}
.none td {
    padding: 20px;
    border: 1px solid #333;
    font-size: 11px;
    line-height: normal;
    font-weight: 400;
    color: #333;
}