@charset "UTF-8";

.MasterDetail
{
	font: 100% Verdana, Geneva, sans-serif;
	margin: 2px;
}

.MasterDetail .MasterContainer
{
	background-color: #EAEAEA;
	border: 1px solid fff;
	width: 99%;
	float: left;
	overflow: hidden;
}

.MasterDetail ul li{
	float:left; background-color:#fff; padding:2px; cursor:pointer; width:190px; height:80px;
}

.sobre
{
	background-color: #EAEAEA;
}

.seleccionada
{
	background-color:#848484;
	color: white;
}

.MasterDetail .DetailContainer{
	background-color:#000; width: 99%;
}

.MasterDetail .DetailColumn
{
	margin-bottom: 1px;
}