*{margin: 0px; padding: 0px;}
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
		
}
.dataCenter
{
	width: 1000px;
	height: 375px;
	margin : 50px auto;
	border-top: 1px dashed #DFDFDF;
}
#panel, #image{display: inline; height: 280px; }
#panel
{
	float: left;
	width: 305px;
	margin-bottom: 2px;
}
.botonera1, .botonera2{height: 40px;}
.botonera1{float: left; width: 305px;}
.botonera2{float: right; width: 690px;height: 35px;	}
#image
{
	float: right;
	width: 688px;
	border: 1px solid #DFDFDF;
	height: 265px;
	margin-bottom: 5px;
}
#titles 
{
	width: 100%;
	height: 50px;	
}
.row{margin-bottom: 15px;float: left;}
.cell
{
	border: 1px solid #DFDFDF;
	width: 76px;
	height: 76px;
	margin: 0px 9px;
	float: left;
}
.listMenu
{
	float: left;
	margin-top: 20px;
	list-style: none;
}
.listMenu .select, .deselect
{
	display: inline;
	color: #8D8E89;
	font-size: 16px;
	font-weight: bolder;
	margin: 10px 10px 10px 10px;
}
.listMenu .select
{
	border-bottom: 3px solid #E51632;
}
.listMenu .select, .deselect:hover
{
	cursor: pointer;
	border-bottom: 3px solid #E51632;
}
.first_title,.second_title,.first_text, .second_text
{
	float: left;
	display: inline;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: 600;
	padding-left: 10px;
	height: 25px;
	margin-top: 6px;
}
.first_title, .second_title{color: #457AA4; width: 80px;}
.first_text, .second_text{ color: #6E6F6C; width: 180px}
