﻿html, body
{
	background-color: #F4FBFF;
	font-family: Arial;
	font-size: small;
	color: Navy;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
/*---BOTONES---*/
._ccBoton
{
	border: 1px solid #507CD1;
	background-color: #FFFFFF;
	font-size: small;
	font-family: Arial;
	color: Navy;
}
/*---TEXTOS---*/
._ccTxt_Titulo
{
	font-family: Arial;
	font-size: x-large;
	font-weight: bold;
	color: Navy;
}
._ccTxt_Cab
{
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: Navy;
}
._ccTxt_Cab_EscrituraObligatorio
{
	border-style: inset;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: Navy;
	background-color: #FFCC99;
}
._ccTxt_Cab_WaterMarked
{
	border-style: inset;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #8282FF;
	font-style: italic;
}
/*---PANELES---*/
._ccPan_Espere
{
	font-family: Arial;
	font-size: small;
	background-position: center center;
	border-style: double;
	border-width: inherit;
	border-color: navy;
	background-color: #F4FBFF;
	color: Navy;
}
._ccPan_Area
{
	border: thin solid #FF6666;
	font-family: Arial;
	font-size: small;
	background-position: center center;
	background-color: #F4FBFF;
	color: Navy;
}
._ccPan_Cabecera
{
	border-style: outset;
	border-width: thin;
	background-color: #CCCCFF;
	color: Navy;
}
._ccPan_Cabecera_Flujo
{
	background-color: #F4FBFF;
	color: Navy;
	font-weight: bold;
	font-size: small;
}
/*---MENU----*/
._ccMenu_StaticMenuItemStyle
{
	color: #FFFFE8;
	background-position: left top;
	background-image: url(../images/MenuBack.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 30px;
	padding-left: 4px;
	font-weight: bold;
	font-family: Arial;
	font-size: large;
}
._ccMenu_StaticMenuItemStyleHover
{
	color: #0066FF;
	background-position: left top;
	background-image: url(../images/MenuBackHover.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 30px;
	padding-left: 4px;
	font-weight: bold;
	font-family: Arial;
	font-size: large;
}
/*BANNER*/
._ccBanner
{
	background-image: url(../images/banner.jpg);
	width: 900px;
	height: 75px;
}