﻿html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend
{
	border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
	background: transparent;
    font-weight: 700;
}

body
{
	padding: 0;
	margin: 0;
	font-family: "Helvetica" , Arial, sans-serif;
	font-size: 12px;
}
.clear
{
	clear: both;
}

#wrapper
{
	width: 960px;
	margin: 0 auto;
	background-color: White;
}

ol, ul
{
	list-style: none outside none;
}
/* INICIO Layout Principal */

div#page
{
	min-height: 500;
	margin: 0px auto;
	margin-top: 1px;
	margin-bottom: 10px;
	width: 800px;
	background-color: White;
}

div#header
{
	height: 100px;
}

div#content
{
	min-height: 380px;
	margin: 5px 20px;
}

div#footer
{
	height: 60px;
	border-top: 1px solid #ccc;
}

/* FIN Layout Principal */


/* INICIO Mensajes Sistemas */

.message-panel
{
	position: fixed;
	z-index: 100000;
	top: -80px;
	left: 240px;
	width: 100%;
}

table.fixed-message
{
	height: 60px;
	width: 300px;
	margin: 0 auto;
	border: 4px solid #fff;
	background-color: #353233;
	cursor: pointer;
	color: #faf5f6;
}

div#message
{
}

.message-title
{
	background-color: #f79302;
	padding: 2px 9px;
}

.message-content
{
	margin: 10px;
}

.message-text
{
}

/* INICIO header*/
h1, h2, h3, h4, h5, h6
{
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , "Century Gothic" ,Georgia,sans-serif;
	font-weight: normal;
}

h2
{
	color: #4AA2C8;
	font-size: 19px;
	padding: 2px;
	padding-left: 10px;
	clear: both;
}

#top-banner-producto
{
	width: 960px;
	height: 100px;
	text-align: center;
	background: url(../Imagenes/banner.jpg) no-repeat;
	background-position: center;
	background-color: #FFFFFF;
}

div#main-menu
{
	background: url(../Imagenes/menu_azul.png) repeat-x;
	height: 26px;
}

div#main-menuchild
{
	background: url(../Imagenes/menu_azul.png) repeat-x;
	height: 26px;
	width: 100%;
}

#footer-content
{
	margin: auto;
	width: 320px;
	position: relative;
	top: 18px;
}

#footer-content span
{
	display: block;
	position: relative;
	left: 15px;
	top: 5px;
}

div#logo-bci-footer
{
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 20px;
}

/* FIN footer*/



/* INICIO forms */

div.form_item
{
	clear: both;
	padding-bottom: 2px;
}



div.form_item_izquierda_mitad
{
	clear: left;
	float: left;
	width: 49%;
}

div.form_item_derecha_mitad
{
	clear: none;
	float: right;
	width: 49%;
}

div.form_child_item_izquierda_mitad
{
	clear: left;
	float: left;
	width: 30%;
}

div.form_child_item_derecha_mitad
{
	clear: none;
	float: right;
	width: 68%;
}



div.triple_form_item_izquierda_mitad
{
	clear: left;
	float: left;
	width: 32%;
}

div.triple_form_item_derecha_mitad
{
	clear: none;
	float: right;
	width: 32%;
	margin-left: 15px;
}

div.triple_form_centro
{
	clear: none;
	float: right;
	width: 32%;
}

.form-fieldset legend
{
	color: #1b7eb2;
	font-weight: bold;
}

.form-checkbox input
{
	float: left;
	display: block;
	clear: left;
}

.form-checkbox label
{
	float: left;
	display: block;
	clear: none;
	margin-left: 5px;
	margin-right: 8px;
}

div.form_item label
{
	display: block;
	margin-bottom: 2px;
	padding-top: 10px;
}

div.form_item input[type='text']
{
	color: Red;
	font-size: 14px;
	padding-top: 6px;
	width: 200px;
	height: 19px;
	text-transform: uppercase;
}

span.form_tip
{
	font-size: x-small;
	font-style: italic;
}

.form-fieldset span.form_nota
{
	font-size: smaller;
	font-weight: normal;
}

.form_item_requerido
{
	color: Red;
}

.form-fieldset
{
	background-color: White;
	border-style: solid;
	border-color: #dedede;
	margin: 5px 8px 8px;
	display: block;
	padding-top: 0;
}

.form-fieldset label
{
	display: block;
	margin-bottom: 4px;
}

.form-fieldset span
{
	display: block;
	color: #4F4F4F;
	font-size: 95%;
	margin-top: 4px;
}

fieldset.form-left
{
	clear: left;
	float: left;
	width: 49%;
}

fieldset.form-right
{
	clear: none;
	float: right;
	width: 49%;
}

div.form-buttons
{
}

#full-form
{
}

#full-form fieldset
{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#full-form #form-content
{
	float: left;
	width: 450px;
	padding: 5px;
}

#full-form #form-content fieldset
{
	padding-left: 0;
	padding-right: 0;
}

#full-form #form-options
{
	float: right;
	width: 290px;
}

#full-form #form-options fieldset
{
	background-color: #f8f8f8;
	padding-top: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

#full-form #form-options fieldset.first
{
	margin-top: 10px;
}

#full-form #form-options legend
{
	font-size: 100%;
}

/* FIN forms */


/* INICIO Tablas (GridView) */

div#coberturas-container
{
	max-height: 120px;
	overflow: auto;
	padding: 1px;
	margin-bottom: 10px;
}

table.grid-table
{
	border: 1px solid #ddd;
	margin: 3px 0;
}

tr.grid-table-header a
{
	color: #4E4E4E;
}

.grid-table-cell td, .grid-table-header th
{
	padding: 10px;
}

table.grid-table thead tr .header
{
	background-image: url(../Imagenes/gridcotizaciones/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.grid-table thead tr .headerSortUp
{
	background-image: url(../Imagenes/gridcotizaciones/asc.gif);
}
table.grid-table thead tr .headerSortDown
{
	background-image: url(../Imagenes/gridcotizaciones/desc.gif);
}
table.grid-table thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp
{
	background-color: #8dbdd8;
}


.grid-table-cell-even
{
	background-color: #ffffff;
}

.grid-table-cell-odd
{
	background-color: #fcfcfc;
}

.grid-table-footer
{
}

.grid-add-button
{
	text-align: right;
}

.grid-empty
{
	color: #999;
	width: 95%;
	padding: 20px;
	text-align: center;
}

.grid-empty span
{
	font-size: 20px;
}


/* FIN Tablas (GridView) */



/* INICIO Tabs (nested master page) */

.sub-content
{
	height: 100%;
	background-color: #F7F7F7;
	min-height: 400px;
}

.sub-sub-content
{
	background-color: #f8f8f8;
	height: 100%;
}

.sub-sub-content .inner
{
	padding: 10px;
}

div.tab-menu
{
	margin-top: 20px;
	color: #4488aa;
}

.tab-menu-item
{
	height: 25px;
	border: 1px solid #f8f8f8;
}

.tab-menu-item a
{
	display: block;
	color: #4488ca;
	text-decoration: none;
	padding: 10px;
}

.tab-menu-item-hover a
{
	font-weight: bold;
}

.tab-menu-item-hover a, .tab-menu-item-selected
{
	background-color: #f8f8f8;
	color: #333333;
}

/* FIN Tabs */



.clear-both
{
	clear: both;
}

.full-width
{
	width: 99%;
}

ul.inline-menu
{
	display: inline;
	list-style-type: none;
}

ul.inline-menu li
{
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

#a
{
	background-color: Yellow;
}


.child-menu-item
{
	font-weight: bold;
}

.child-menu-item a
{
	display: block;
	color: White;
	padding: 6px 5px 5px 5px;
}


.child-menu-item-hover a
{
	font-weight: bold;
}

.child-menu-item-hover a, .child-menu-item-selected a
{
	background: url(../Imagenes/menu_azul_oscuro.png);
	background-repeat: repeat-x;
	color: White;
}


.menuSelectable
{
	height: 21px;
	text-align: center;
	color: White;
	font-weight: bold;
	background-image: url(../Imagenes/menu_azul_oscuro.png);
}

.menuSelectableHover
{
	background-image: url(../Imagenes/menu_azul_oscuro.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: White;
	text-align: center;
	font-weight: bold;
}

.menuSolo
{
	width: 30%;
	text-align: left;
}

.menuSolo a
{
}

.legendCss
{
	color: #1b7eb2;
	font-weight: bold;
}

/* UpdateProgress */
.updateProgress
{
	position: absolute;
	background-color: Silver;
	filter: alpha(opacity=70);
	mozopacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}

.updateProgress div
{
	background-color: #ffffdd;
	padding: 4px;
	position: absolute;
	top: 50%;
	left: 46%;
}

.divListBox
{
	text-transform: lowercase;
}

.ListBoxCss
{
	border-color: #1b7eb2;
	color: #1b7eb2;
	background-color: White;
	text-transform: capitalize;
}

/*Tablas*/
table.formulario
{
	background-color: White;
	color: #1b7eb2;
	width: 95%;
	text-align: left;
	margin: 3px auto 5px 10px;
	border-collapse: collapse;
}

table.formulario thead
{
	background-color: #1B7EB2;
	color: White;
	text-align: center;
	font-family: "trebuchet ms";
	font-weight: bold;
	font-size: 100%;
}

table.formulario thead tr td
{
	text-align: center;
	color: White;
	font-weight: bolder;
	font-size: 13px;
	background-color: #1B7EB2;
	border-bottom: 1px solid White;
	height: 25px;
}

table.formulario tbody tr td
{
	padding-top: 5px;
	padding-left: 10px;
}

table.formulario tbody tr td table td
{
	padding-top: 0px;
}

td.nombrel
{
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	width: 24%;
	height: 15px;
}

table.smallGrid
{
	width: 650px;
	margin: 0px auto;
}

fieldset
{
	border: solid 1px #1b7eb2;
	margin: 0px auto;
}

div.grids
{
	margin: 0px auto;
	width: 700px;
}

.ajax_calendar thead
{
	background-color: #1B7EB2;
	color: White;
	text-align: center;
	font-family: "trebuchet ms";
	font-weight: bold;
	font-size: 100%;
}

.ajax_calendar thead tr td
{
	text-align: center;
	color: White;
	font-weight: bolder;
	font-size: 13px;
	background-image: url(../Imagenes/PaloNegro.png);
	background-repeat: repeat-x;
}

.ajax_calendar tbody tr td
{
	background-color: White;
	color: #333333;
}

.ajax_calendar .ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: White;
}

.ajax__validatorcallout tbody tr td div
{
	background-color: #353233;
	color: White;
}

.ajax__validatorcallout tbody tr td
{
	background-color: #353233;
	color: White;
}

.ajax__validatorcallout tbody tr td div img
{
	width: 95%;
	height: 95%;
}


.text-calendar
{
	background: #FFFFFF url(../Imagenes/Calendar.png) no-repeat;
	background-position: right;
	border: 1px solid #CCCCCC;
}


/* Comienzo estilos Lightbox */
div.lightbox
{
	background-color: #fff;
	width: 490px;
}
div.lightbox h1
{
	background: url(../Imagenes/gradiente-completo.png) no-repeat;
	color: #016990;
	font-weight: bold;
	font-size: 16px;
	padding: 20px;
	border-bottom: 1px solid #cfcfcf;
}
div.lightbox .texto-condiciones
{
	padding: 15px 20px;
	width: 450px;
	max-height: 300px;
	overflow: scroll;
	text-align: justify;
}
div.lightbox .texto-condiciones h2
{
	color: #35bde8;
	font-weight: bold;
	margin-bottom: 10px;
}
div.lightbox .botones
{
	padding: 20px;
}
div.lightbox .botones input
{
	background: url(../Imagenes/boton_chico.gif) no-repeat;
	border: 0 none;
	color: White;
	font-size: 12px;
	font-weight: bold;
	width: 120px;
	height: 30px;
}
div.lightbox .botones input:hover
{
	background-position: left bottom;
	cursor: pointer;
}
/* Fin estilos lightbox */

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=90);
	opacity: 0.8;
}
.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}
.modalPopup p
{
	padding: 5px;
}

.destacado
{
	font-size: 16px;
	color: #3388DD;
	font-weight: bolder;
}

.primamatriz
{
	display: inline;
	font-weight: bolder;
	font-family: Verdana;
}

a.linkmatriz
{
	color: #4AA2C8;
}

a.linkmatriz:visited
{
	color: #4AA2C8;
}

input.text-upper
{
	text-transform: uppercase;
}

span.radioClass label
{
    margin-top: 10px;
    display: inline;
}