﻿/*TABLAS============================================*/
/*=================================================*/
.viewtabletab
{
	background-color: #D3DBE8;
	border-right: #7493b9 1px solid; 
	border-left: #7493b9 1px solid; 
	border-bottom: #7493b9 1px solid;
	width:100%;
}
.viewtabletab th
{
	color: #000000;
	text-align:right;
	width:50%;
	vertical-align:middle;
}
.viewtabletab td
{
	color: #000000;
	text-align:left;
	width:50%;
}

.viewtable
{
	background-color: #D3DBE8;
	border-right: #7493b9 1px solid; 
	border-left: #7493b9 1px solid; 
	border-bottom: #7493b9 1px solid;
	border-top: #7493b9 1px solid; 
	width:100%;
}
.viewtable th
{
	color: #000000;
	text-align:right;
	width:40%;
	vertical-align:top;
}
.viewtable td
{
	color: #000000;
	text-align:left;
	width:40%;
}

.listtable
{
	width:550px;
	height:215px;
}
.listtable caption
{
	height:15px;
	width:100%;
}
.listtable td
{
	width:45%;
	height:200px;	
}
.listtable th
{
	vertical-align:middle;
	text-align: center;
	width:10%;
	height:100px;
}

.previewtable
{
	width:100%;
	border-bottom:#D3DBE8 thin solid;
	border-left:#D3DBE8 thin solid;
	border-right:#D3DBE8 thin solid;
	border-top:#D3DBE8 thin solid;
}
.previewtable th 
{
	vertical-align:top; 
	width: 30%;
	text-align:right;
	color:Black;
	font-weight: bold; 
}

.previewtable td 
{
	text-align:left;
	color:Black;
}

.previewtable caption
{
	font-weight: bold; 
	height: 9px;
	color:Black;
	background:#D3DBE8;
	text-align:center;
} 

table.mainTop
{
	border: 0; 
	width: 770px; 
	height: 105px;
	padding:0;
	margin:0;
	text-align:left;
}
table.mainCenter
{
	border: 0; 
	width: 100%; 
	height: 453px;
	padding:0;
	margin:0;
	/*text-align:left;*/
}
td.mainCenterMenu
{
	width:170px;	
	height: 453px;
	background-color:#7FA3BC;
	text-align:left;
	vertical-align:top;
}
td.mainCenter
{
	width:100%;	
	height: 453px;
	vertical-align:top;
}

/*=================================================*/