/* CSS Document */
body {
	font-family: "Arial";
	font-size: 11px;
	color: #333333;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/ecard/fondo.jpg);

	/*scrollbar-3dlight-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-face-color: #06548F;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;*/
}

td, tr {
	font-family: "Arial";
    font-size: 11px;
}
td img {display: block;}
select {
	font-size: 11px;
}

/** Titulos **/
h1 {
	font-size: 15px;
	color: #CC0000;
	/*font-weight: bold;*/
	text-transform: uppercase;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 0px;
	margin-top: 2px;
}
h2 {
	font-size: 13px;
	color: #999999;
	/*font-weight: bold;*/
	margin-left: 0px;
}
h3 {
	font-size: 12px;
	color: #666666;
}
h4 {
	font-size: 11px;
	color: #999999;
}

/** Rules **/
hr {
	color: #990000;
}
/** Etiquetas **/
.label_norm {
	color: #343434;
	text-align: right;
	padding-right: 10px;
}
.label_bold {
	color: #990000;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}
/** Letras **/
.asteriscos {
	color: #FF6600;
}
.parrafos {
	color: #333333;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Arial";
    font-size: 11px;
	text-align: justify;
}
.celdas_pedirdatos {
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
	height: 23px;
	vertical-align: text-top;
	background-color: #f2f2f2;
	font-family: "Arial";
    font-size: 11px;
}
.celdas_general {
	color: #333333;
	vertical-align: text-top;
	margin-right: 5px;
	font-family: "Arial";
    font-size: 11px;
}
.error {
	color: #990000;
	font-weight: bold;
	text-align: center;
}
.resalta {
	color: #1B4478;
	font-weight: bold;
	font-style: normal;
}
.notas {
	color: #FFFFFF;
	font-size: 9px;
	padding-top: 3px;
}
/** Viņetas **/
.vineta_img {
	color: #333333;
	padding-left: 10px;
	padding-right: 20px;
	text-align: justify;
	padding-bottom: 10px;
	list-style-image: url(images/circle.gif);
	list-style-position: outside;
}
.vineta_num {
	color: #333333;
	padding-left: 10px;
	padding-right: 20px;
	text-align: justify;
	padding-bottom: 10px;
	list-style-position: outside;
}
/*** Componentes ***/
.botones {
	color: #FFFFFF;
	text-align: center;
	height: 20px;
	background-image: url(images/boton.png);
	width: 72px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
}
/** Link ***/
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
.link_parrafo {
	color: #333333;
}
.link_parrafo a:link {
	color: #333333;
}
.link_parrafo a:visited {
	color: #333333;
}
.link_parrafo a:hover {
	color: #990000;
}
/** Menu de Opciones ***/
.BarraMenu {
	color: #FFFFFF;
	vertical-align:middle;
	text-align: center;
	background-color: #000000;
	border-color: #999999;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 23px;
	border-style: solid;
	font-weight: bold;
}
.BarraMenu a:link {
	color: #FFFFFF;
}
.BarraMenu a:visited {
	color: #FFFFFF;
}
.BarraMenu a:hover {
	color: #FF9900;
}
.MenuLateralIndex {
	color: #333333;
	line-height: 15px;
	font-size: 11px;
	padding:1px 5px 1px 5px;
	height: 14px;
	text-align:left;
	vertical-align:middle;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	font-weight: bold;
}
.MenuLateralIndex  a:link {
	color: #333333;
	font-size: 11px;
}
.MenuLateralIndex  a:visited {
	color: #333333;
	font-size: 11px;
}
.MenuLateralIndex  a:hover {
	color: #FF9933;
	font-size: 11px;
	text-decoration: none;
}
.MenuLateral {
	color: #990000;
	padding:1px 10px 1px 10px;
	text-align:right;
	vertical-align:middle;
	text-decoration: none;
	height: 30px;
	font-weight:bold;
}
.MenuLateral a:link {
	color: #990000;
}
.MenuLateral a:visited {
	color: #990000;
}
.MenuLateral a:hover {
	color: #333333;
}
.BarraSubMenu {
	color: #FFFFFF;
	background-color: #990100;
	font-style: normal;
	line-height: 23px;
	padding:1px 10px 1px 10px;
	vertical-align:middle;
	text-decoration: none;
	text-align: left;
    border-color: #999999;
	border-width: 1px;
	border-style: solid;
}
.BarraSubMenu a:link {
	color: #FFFFFF;
}
.BarraSubMenu a:visited {
	color: #FFFFFF;
}
.BarraSubMenu a:hover {
	color: #FF9900;
}
.MenuBottom {
	color: #FFFFFF;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.MenuBottom a:link {
	color: #FFFFFF;
}
.MenuBottom a:visited {
	color: #FFFFFF;
}
.MenuBottom a:hover {
	color: #CC0000;
}

.lk_sma {
	color: #999999;
	font-size: 12px;
	line-height: 18px;
	font-family: "Century Gothic";
	padding-right: 10px;
}
.lk_sma a:link {
	color: #999999;
}
.lk_sma a:visited {
	color: #999999;
}
.lk_sma a:hover {
	color: #666666;
	text-decoration: none;
}

.lk_med {
	color: #999999;
	font-size: 14px;
	line-height: 18px;
	font-family: "Century Gothic";
	padding-right: 10px;
}
.lk_med a:link {
	color: #999999;
}
.lk_med a:visited {
	color: #999999;
}
.lk_med a:hover {
	color: #666666;
	text-decoration: none;
}

.lk_big {
	color: #999999;
	font-size: 16px;
	line-height: 18px;
	font-weight:bold;
	font-family: "Century Gothic";
	padding-right: 10px;
}
.lk_big a:link {
	color: #999999;
}
.lk_big a:visited {
	color: #999999;
}
.lk_big a:hover {
	color: #666666;
	text-decoration: none;
}

/* Para entrada de datos */
input.input200 {
	width: 200px;
	height: 16px;
}
input.input300 {
	width: 300px;
	height: 16px;
}
input.input100 {
	width: 100px;
	height: 16px;
}
input.input500 {
	width: 500px;
	height: 16px;
}
input.input50 {
	width: 50px;
	height: 16px;
	text-align: right;
}
select.select100 {
	width: 100px;
	height: 20px;
}
select.select150 {
	width: 150px;
	height: 20px;
}
select.select200 {
	width: 250px;
	height: 20px;
}
select.select350 {
	width: 350px;
	height: 20px;
}
textarea.textarea200 {
	width: 300px;
	text-align: left;
	vertical-align: top;
}	
textarea.textarea500 {
	width: 500px;
	vertical-align: top;
}	
textarea.textarea600 {
	width: 600px;
	vertical-align: top;
}	
/* Encabezado de Tablas **/
.barra {
	font-weight: bold;
	border-bottom-style: solid;
	padding:3px;
	border-bottom-width: 2px;
	background-color: #990000;
	height:23px;
	vertical-align:middle;
	text-align: left;
	margin-left: 5px;
	color: #FFFFFF;
}
.barra_pedirdatos {
	font-weight: bold;
	border-bottom-style: solid;
	padding:3px;
	border-bottom-width: 2px;
	background-color: #999999;
	height:23px;
	vertical-align:middle;
	text-align: left;
	margin-left: 5px;
	color: #333333;
}
.barra_resumen {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-color: #9F0000;
	height:23px;
	vertical-align:middle;
	text-align: center;
	color: #FFFFFF;
}
.barra_confirma {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	height:26px;
	vertical-align:middle;
	text-align: left;
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #990000;
}
input {
	font-size: 10px;
}
