/* CSS Document */
.titulo{
	width:900px;
	height:90px;
	margin:0 auto;
	background:url(images/logomonitor.jpg) no-repeat;		
}

.contenido{
	width:800px;
	height:800px;
	overflow:auto;
	font-family: Arial;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.areaedit{
	width:500px;
	height:110px auto;
	margin:0 auto;
	font-family: Arial;
	font-size: 12px;
	border: thick solid #666666;
}
.areaacciones{
	width:auto;
	height:10 auto;
	margin:0 auto;
	font-family: Arial;
	font-size: 11px;
	background-color: #D7D7D7;
}	
.areameseros{
	width:120px;
	height:300px;
	overflow:auto;
	font-family: Arial;
	font-size: 11px;
	background-color: #E2E2E2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-type: none;
	
}	
.areatitulos{
	width:800px;
	height:10 auto;
	margin:0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000099;
	text-align: center;
}	
