/* CSS Document */
*
	{
	margin: 0;
	padding: 0;
	}

a
	{
	color: #707070;
	text-decoration: underline;
	cursor: pointer;
	}

a:hover
	{
	color: #cc0000;
	text-decoration: underline;
	}

body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #353535;
	font-size: 62.5%;
	}

img
	{
	border: 0;
	font-size: .6em;
	}

p
	{
	margin: 5px 0 5px 0;
	}

pre
	{
	font-size: 11px;
	}

td
	{
	vertical-align: top;
	text-align: left;
	}

ul
	{
	vertical-align: top;
	}


/***CLASS*/
.boton
	{
 	background: url(/images/html/bg_boton.gif) repeat-x #8a8a8a;  /*Gris boton */
	color: white;
	font-weight: bold;
	font-size: 11px;
	border: 0;
	height: 1.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	}

.boton-destacado
	{
	font-size: 11px;
	background: url(/images/html/bg_boton_compra.gif) repeat-x #9b0704; /*Rojo obscuro*/
	color: white;
	font-weight: bold;
	border: none;
	}

.boton-secundario
	{
	font-size: 11px;
	background: url(/images/html/bg_boton_azul.gif) repeat-x #1e558d; /*Azul Boton */
	color: white;
	font-weight: bold;
	padding: 0px;
	border: none;
	}

.combo-box, select
	{
	font-size: 1em;
	min-width: 50px;
	}

select option
	{
	padding-right: .5em;
	}


.input
	{
	font-size: 1em;
	min-width: 50px;
	}

.publicidad
	{
	margin: 0 10px 10px 14px;
	}

.table
    {
    border: 1px solid #DCE0EE;
    margin: 0 0 15px 0;
    font-size: .9em;
    list-style: none;
    }

.table strong
    {
    font-weight: bold;
	/* font-size: 1.2em; */
    color: black;/*#003E7E;*/
    }

.table th
    {
    background-color: #F3F4F9;
    border-bottom: 1px solid #DCE0EE;
    border-top: 1px solid #DCE0EE;

	 color: #003E7E;

    font-style: normal;
    font-weight: normal;
    height: 20px;
    padding: 0 8px 0 8px;
    text-align: left;
    vertical-align: middle;
    }

.table td
    {
    vertical-align: middle;
    color: #363636;
    padding: 8px 4px 4px 8px;
    }

.table input
	{
	vertical-align: bottom;
	}

.grid
    {
    border: 1px solid #DCE0EE;
    margin: 10px 0 0 0;
    }


.grid strong
    {
    font-weight: bold;
    color: #003E7E;
    }

.grid th
    {
    border-bottom:2px solid #DCE0EE;
    border-right:1px solid #DCE0EE;
    color: #003E7E;
    font-size: .8em;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    padding-left: 8px;
    vertical-align: middle;
    /*text-align: left;*/
    }

.grid td
    {
    font-size: .8em;
    vertical-align: top;
    color:#363636;
    padding: 8px 4px 4px 8px;
    border-right:1px solid #DCE0EE;
    border-bottom:1px solid #DCE0EE;
    height: 50px;
    }

.first, .left
    {
    text-align: left;
    }

.middle, .center
    {
    text-align: center;
    }

.last, .right
    {
    text-align: right;
    }

.par
    {
    background-color: #F0F0F0;
    }
/*NO-TABLE*********************************************************************/

.no-table
	{
	border: 0;
	padding: 0;
	margin: 0;
	}

.no-table td
	{
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 1em;
	}

.list
	{
	margin: 0 0 15px 0;
	border: 1px solid #DCE0EE;
	font-size: .9em;
	list-style: none;
	}

.list li
	{
	padding: 8px 4px 4px 8px;
	}

.lista
	{
	font-size: .9em;
	list-style: circle;
	}

.lista li
	{
	list-style-type: circle;
	margin: 8px 4px 4px 36px;
	}

/*ID*/

#tabla-principal
	{
 	border-collapse: collapse;
	width: 100%;
	clear: both;
	}

#externo
	{
	text-align: center;
	margin: 0;
	padding: 0;
	}


#panel-general
	{
	width: 760px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}

/*BARRA-SUPERIOR***************************/

#barra-superior
	{
	background-color: white;
	line-height: 1em;
	margin-bottom: 2px;
	vertical-align: top;
	margin-top: 1px;
	}

#barra-superior
	{
	text-align: right;
	}

#barra-superior ul
	{
	display: inline;
	padding: 0 0 .1em;
	border: 0;
	}

#barra-superior li
	{
	display: inline;
	font-size: .6em;
	border-right: 1px solid #dadada;
	}

#barra-superior li.last
	{
	border-right: 0;
	margin-right: .5em;
	}

#barra-superior form, #barra-superior select
	{
	display: inline;
	}

#barra-superior select,
#barra-superior input
	{
	font-size: .55em;
	margin: 0 .5em 0 0;
	font-family: verdana, arial, sans-serif;
	}

#barra-superior img
	{
	margin: .1em .7em -.2em .2em;
	}

/**LOGO**********************************************************************/

#logo
	{
	position: relative;
	background: url("/images/html/paisaje.jpg") no-repeat right top;
	border-bottom: 1px solid #EFEFEF;
	margin-top: 2px;
	height: 60px;
	}

#logo img
	{
	position: absolute;
	left: 20px;
	bottom: 7px;
	/* margin: 6px 0 7px 20px; */
	}

#logo_empresas
	{
	background: url("/images/html/cabecera_home_cl.jpg") no-repeat right top;
	}

#logo_chilecompra
	{
	background: url("/images/html/cabecera_home_chilecompra.jpg") no-repeat right top;
	height: 65px;
	}

#logo_empresas img,
#logo_chilecompra img
	{
	margin: 0 0 0 20px;
	}

#logo_asociados
	{
	background: url("/images/asociados/cabecera.jpg") no-repeat right top;
	height: 48px;
	}

/*BARRA-USUARIO****************************************************************/

#barra-usuario {
	background: url(/images/html/bg_acceso.gif) repeat-x left top;
	font-size: 1em;
	white-space: nowrap;
	clear: left;
}

#barra-usuario img
	{
	margin: .4em .5em 0 0;
	}

#barra-usuario ul
	{
	padding: 0 0 1.4em;
	}

#barra-usuario li
	{
	border-right: 1px solid #dadada;
	display: inline;
	padding: 0 .8em 0;
	}

#barra-usuario li.last
	{
	border-right: 0;
	}

#barra-usuario span
	{
	float: right;
	padding: .4em .8em 1.4em;
	}

#barra-usuario strong
	{
	text-transform: Capitalize;
	}

/*PANEL-IZQ********************************************************************/

#panel-izq
	{
	vertical-align: top;
	width: 148px;
	}


/***********************************************/

#fila-tabla-principal
	{
	vertical-align: top;
	width: 100%;
	}

/*PIE**************************************************************************/

#pie
	{
	background: url(/images/html/bg_pie.gif) repeat-x left top;
	width: 760px;
	color: #333333;
	border-collapse: collapse;
	font-size: 1.1em;
	height: 4em;
	}

#pie a
	{
	color: #333333;
	}

#pie table
	{
	width: 100%;
	border-collapse: collapse;
	}

#pie ul
	{
	list-style-type: none;
	}

#pie ul li
	{
	float: left;
	margin: 5px 0px;
/* 	line-height: 1em; */
	border-left: 1px solid #888888;
	padding: 0px 7px;
	}

#pie ul li.first
	{
	border: none;
	}

#pie #links ul
	{
	float: right;
	font-size: .8em;
	}


#pie #barra-inferior
	{
	font-size: .8em;
	margin-top: 4px;
	}

#barra-inferior
	{
	height: 2em;
	}

#one-world
	{
	margin-top: 30px;
	}

#panel-cen
	{
	vertical-align: top;
	width: 100%;
	}

#panel-der
	{
	vertical-align: top;
	width: 182px;
	}

#panel-der img, #panel-der a
	{
	margin: 0;
	padding: 0;
	}

#banner
	{
	margin-bottom: 1em;
	}



/***** COMPRA *********************/

#barra-paso
    {
    margin-top: 11px;
    margin-left:0;
    padding-left:10px;
    padding-right:10px;
    height: 50px;
    }

#barra-paso table
    {
    font-weight:bold;
    font-size:1.1em;
    }

#barra-paso a
    {
    color:#B70E00;
    }

#barra-paso .first
    {
    color:#B70E00;
    height: 25px;
    background: url(/images/html/avion_anterior.gif) repeat-x bottom left;
    }

#barra-paso .actual
    {
    color:#FF1000;
    height: 25px;
    background: url(/images/html/avion.gif) no-repeat bottom left;
    }

#barra-paso .sinLink
    {
    color:#858585;
    height: 25px;
    background: url(/images/html/avion_posterior.gif) repeat-x bottom left;
    }



/*TITULO-COMPRA****************************************************************/
#titulo-compra
    {
    margin-top: 32px;
    padding-left:8px;
    width: 760px;
    border-bottom: 1px solid #DCE0EE;
    vertical-align: bottom;
    color:#858585;
    font-size:1.1em;
    padding-bottom: 1px;
    }

#titulo-compra .last
    {
    text-align: right;
    vertical-align: bottom;
    padding-bottom: 1px;
    }

#titulo-compra h1
    {
    margin: 0;
    font-size: 2.4em;
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    }

#titulo-compra a
    {
    font-style: normal;
    font-weight: normal;
    }

/*BARRA-CONTINUAR**************************************************************/

#barra-continuar
   {
   color: #000000;
   font-size: .9em;
   font-style: normal;
   font-weight: normal;
   height: 21px;
   margin-top: 20px;
   margin-bottom: 20px;
   vertical-align: middle;
	float: right;
	clear: both;
   }

#barra-continuar tr
	{
	text-align: right;
	}

#barra-continuar td
    {
    padding-right:30px;
    padding-left:8px;
    margin-right:10px;
    vertical-align: middle;
    }

#barra-continuar .first
	{
	background: url(/images/html/avance_body.gif) top right repeat-x;
	padding-right: 15px;
	margin-right: 0;
	}

#barra-continuar .last
	{
	margin-left: 0;
	padding-left: 0;
	background: url(/images/html/avance_head.gif) top left no-repeat;
	}

/*****CONTENIDO-PROCESO**************************/

#contenido-proceso
    {
    font-size: 1.1em;
    margin-left: 12px;
    }

#contenido-proceso a
    {
    color: #cc0000;
    }


#contenido-proceso h1
	{
	font-family:Arial, Helvetica, sans-serif;
	color:#cc0000;
	margin:20px 0 5px 0;
   font-size: 2em;
   font-weight: normal;
	}

#contenido-proceso h2
	{
	font-family:Arial, Helvetica, sans-serif;
	color: #003E7E;
	font-size: 1.5em;
	margin: 20px 0 5px 0;
	}

#contenido-proceso h3
	{
	font-family:Arial, Helvetica, sans-serif;
	color: #dadada;
	font-size: 1.2em;
	margin: 20px 0 5px 0;
	}


#contenido-proceso h4, .titulo
	{
	background-color: #DCE0EE;
	border: 0;
	color: #363636;
	font-size: 1.2em;
	font-weight: bold;

	margin: 0;
	padding: 6px 4px 6px 8px;
	/*text-align: left; height: 15px;*/
	}

#contenido-proceso h5, .sub-titulo
	{
	background-color: #F3F4F9;
	color:#5A5A5A;
	height: 15px;
	margin: 0;
	padding: 0; /*6px 4px 6px 8px;*/
	list-style: none;
	}

#contenido-proceso h6, .error
	{
	color: red;
	font-size: 1.5em;
	text-align: center;
	margin: 5px 0 20px 0;
	}

#contenido-proceso .nota {
	margin-top: 13px;
	background-color: #EFEFEF;
	padding: 10px;
	border: #CCCCCC 1px solid;
}

td.contenido_proceso_con_menu
	{
	padding-left: 14px;
	padding-bottom: 80px;
	width: 100%;
	height: 335px;
	padding-top: 0;
	}

.debug
	{
	font-family: Arial, Helvetica, monospace;
	font-size: x-small;
	color: #000000;
	border: 1px solid #dddddd;
	clear: both;
	padding: 5px;
	}

.campo-obligatorio
	{
	color: #CC0000;
	}


#externo #panel-general #tabla-principal #fila-tabla-principal #contenido a font {
	text-align: center;
}
