/* ACA TERMINA EL MENU Y EMPIEZA EL CCS DE LA PAGINA */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #000066;
	vertical-align: middle;
	background-color: #000;
	margin-top: 10px;
}

A:link {
	COLOR: #0099CC; TEXT-DECORATION: none
}
A:visited {
	COLOR: #0099CC; TEXT-DECORATION: none
}
A:hover {
	COLOR: #666;
}
.txtBlueTitleBt {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.txtCianEpi {
	color: #0099CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txtBlueBt {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.txtCyan {
	color:#0099CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
}
.txtCyanBt {
	color:#0099CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.txtGray {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
}
.txtGrayBt {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.cajabase {
	display: block !important;
	width: 756px;
	height: auto;
	background-color: #fff;
	border-style: solid ;
	border-width: 8px;
	border: #666;
}

.cajacont {
	display: block !important;
	height: auto;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #666;
	border-bottom-color: #666;
	border-top-style: dotted;
	border-bottom-style: dotted;
	vertical-align: middle;
}

.basecont {
	display: block !important;
	width: 692px;
	height: auto;
	border-width: 13px;
	border: none;
}

.cajaprod {
	display: block !important;
	border-bottom-style: double;
	border-bottom-width: thin;
	border-bottom-color: #0099CC;
}
.cajadesc {
	display: block !important;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	border-bottom-style: dotted;
}
.cajapie {
	display: block !important;
	width: 756px;
	height: auto;
}

.input {
	border:1px dotted #666;
	color: #666;
	font-size: 12px;
	background-color: #CCCCCC;
}

.button {
	background-color: #fff;
	font-size: 12px;
	color: #666;
	border:1px solid #666;
}