/* - - - - - - - - - - - - - - - - - - - - -

Título		: Aqui Pago
Autor		: Oscar Sanchez
URL 		: 

Descripción : 

Creado 		: November 20, 2008
Modificado	: November 20, 2008

- - - - - - - - - - - - - - - - - - - - - */

/*div {
	border: 1px solid Red;
}*/


html {
	height: 100%; /* gives layout 100% height */
	overflow:inherit; /* triggers 100% height in Opera 9.5 */
}

body {
	height: 100%;
	margin: 0;
	font-size: small;
	}
* 	html body { 
	font-size: x-small; /* para IE5/WIN */
	f\ont-size: small; /*for other IE versions*/
}
body,td,th {
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #666666;
	font-size: 12px;
}


div#wraper { 
	display: block;
    min-height: 100%; 	
	width: 774px;
	margin-left: auto;
	margin-right: auto;

}

* html #wrapper { 
	height: 100%; /* IE6 treats height as min-height */
}

#clearfooter {
	height: 120px; /* provides space for the #footer */
}

div#wraper_footer { 
	display: block;
	width: 774px;
	margin-left: auto;
	margin-right: auto;
}

/*****************************************************/
/* RESETTERS AND GLOBAL SETTINGS               		 */
/***************************************************/

h1, h2, h3, h4 { 
	margin-top: 0px;
	color: #546f89;
	font-weight: normal;
}
h1 { 
	font: 16px Arial, serif;
	line-height: 14px;
	color: #254564;
	margin-bottom: 10px;
}


h2 { 
	font: 14px Arial, serif;
/*	margin-bottom: 20px;*/
	color: #254564;
}

span { 
	color: #90a8bd;
	font-size: 90%;
	font-style: italic;
}

.hr { 
	clear: both;
	height: 20px;
	border-bottom: 1px solid #d4dee9;
	margin-bottom: 20px;
}

.hr hr { 
	display: none;
}

a { 
	text-decoration: none;
	color: #546f89;
}

a:hover { 
	text-decoration: underline;
	color: #323d47;
}

/*ul { 
	margin: 0;
	padding: 0px;
	list-style: none;
}*/

/*****************************************************/
/* Layouts                               		 */
/***************************************************/
#cabecera { 
	height: 115px;
	width: 774px;
	float: left;
}

#cabecera #logo a img { 
	border: none;
}

#cabecera #fecha_clima { 
	float: right;
	color: #465059;
	margin-top: 18px;
	
}

#logo { 
	float: left;
	width: 163px;
	height: 115px;
	/*margin-right:3px;*/
}
#menu { 
	width: 611px;
	height: 33px;
	float: left;
	margin-top: 11px;
	padding: 0px;
	
}
#menu ul { 
	list-style: none;
	padding: 0px;
	margin: 0;
}
#menu ul li { 
	float: left;
}
li span { 
	display: none;
	
}
li#inicio a {
	width: 60px;
	height: 33px;
	display: block;
	background: url('../gfx/botones/inicio_off.jpg') no-repeat;

	}

li#inicio, li#inicio a:hover { 
	background: url('../gfx/botones/inicio_on.jpg') no-repeat;
}

body#inicio_page li#inicio a, li#inicio a:active {
	background:  url(../gfx/botones/inicio_on.jpg) no-repeat;
}
li#empresa a {
	width: 86px;
	height: 33px;
	display: block;
	background: url('../gfx/botones/empresa_off.jpg') no-repeat;

}
li#empresa, li#empresa a:hover {
	background: url('../gfx/botones/empresa_on.jpg') no-repeat;
}
body#empresa li#empresa a, li#empresa a:active {
	background:  url(../gfx/botones/empresa_on.jpg) no-repeat;
}
li#novedades a { 
	width: 99px;
	height: 33px;
	display: block;
	background: url('../gfx/botones/novedades_off.jpg') no-repeat;

}
li#novedades, li#novedades a:hover { 
	background: url('../gfx/botones/novedades_on.jpg') no-repeat;
}
body#novedades li#novedades a, li#novedades a:active {
	background:  url(../gfx/botones/novedades_on.jpg) no-repeat;
}
li#que_puedo_pagar a { 
	width: 175px;
	height: 33px;
	display: block;
	background: url('../gfx/botones/que_pagar_off.jpg') no-repeat;

}
li#que_puedo_pagar, li#que_puedo_pagar a:hover { 
	background: url('../gfx/botones/que_pagar_on.jpg') no-repeat;
}
body#que_puedo_pagar li#que_puedo_pagar a, li#que_puedo_pagar a:active {
	background:  url(../gfx/botones/que_pagar_on.jpg) no-repeat;
}

li#impuestos a { 
	width: 91px;
	height: 33px;
	display: block;
	background: url('../gfx/botones/impuestos_off.jpg') no-repeat;

}
li#impuestos, li#impuestos a:hover { 
	background: url('../gfx/botones/impuestos_on.jpg') no-repeat;
}
body#impuestos li#impuestos a, li#impuestos a:active {
	background:  url(../gfx/botones/impuestos_on.jpg) no-repeat;
}

li#remesas a { 
	width: 100px;
	height: 33px;
	display: block;
	background: url('../gfx/botones/remesas_off.jpg') no-repeat;

}
li#remesas, li#remesas a:hover { 
	background: url('../gfx/botones/remesas_on.jpg') no-repeat;
}
body#remesas li#remesas a, li#remesas a:active {
	background:  url(../gfx/botones/remesas_on.jpg) no-repeat;
}

#contenido { 
	width: 774px;
	float: left;
	margin-bottom: 20px;
	line-height: 160%;
}

#contenido_inner { 
	width: 774px;
	float: left;
	margin-bottom: 20px;
	line-height: 160%;
	margin-top: 20px;
}

#principal { 
	width: 774px;
	height: 320px;
	background: url() no-repeat;
}

#internas { 
	width: 774px;
	height: 120px;
	background: url('') no-repeat;
}
#contenido_interno { 
	width: 774px;
	height:120px;
	float: left;
	margin-bottom: 20px;
	line-height: 160%;
}

fieldset { 
	width: 490px;
	border: 1px solid #bad0e5;
	float: left;
	margin-top: 40px;
}

legend { 
	font-size: 14px;
	color: #254564;
	margin-left: 40px;
}

.intro { 
	width: 450px;
	height: 68px;
	padding: 220px 20px 20px 304px;
	margin-bottom: 20px;
	float: left;
}

.intro_internas { 
	width: 450px;
	height: 8px;
	padding: 220px 20px 20px 304px;
	margin-bottom: 20px;
	float: left;
}

.intro select { 
	color: #666;
	background: #000 url(../gfx/backs/select_back.gif) repeat-x;
	border: none;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
}

div#principal_estudiante { 
	width: 450px;
	height: 68px;
	padding: 220px 20px 20px 304px;
	margin-bottom: 20px;
	float: left;
	background: url(../gfx/estudiante.jpg) no-repeat;
}

div#principal_businessman { 
	width: 434px;
	height: 68px;
	padding: 220px 20px 20px 320px;
	margin-bottom: 20px;
	float: left;
	background: url(../gfx/businessman.jpg) no-repeat;
}

div#principal_obrero { 
	width: 434px;
	height: 68px;
	padding: 220px 20px 20px 320px;
	margin-bottom: 20px;
	float: left;
	background: url(../gfx/obrero.jpg) no-repeat;
}


select.principal { 
	width: 334px;
	font-size: 12px;
	border: 1px solid #999;
	background-color: #f3f3f3;
}

ul.resultados_relacionados { 
	color: #90a8bd;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../gfx/ico/mas.gif) no-repeat right;
}

ul.article_options { 
	color: #90a8bd;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../gfx/ico/mas.gif) no-repeat right;
}


ul.article_options li a { 
	color: #90a8bd;
	text-decoration: none;
}

ul.article_options li a:hover { 
	color: #323d47;
	text-decoration: underline;
}

div#columna_1 { 
	width: 230px;
	float: left;
	padding-right: 19px;
	border-right: 1px solid #d4dee9;
}

div#columna_1 ul.article_options { 
	float: left;
	padding-right: 10px;
}

ul.list { 
	margin-left: 5px;
	padding-left: 10px;
}

div#columna_1 img { 
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;	
}

div#columna_2 { 
	width: 230px;
	float: left;
	padding-right: 19px;
	margin-left: 20px;
	border-right: 1px solid #d4dee9;
}
div#columna_2 ul.article_options { 
	float: left;
	padding-right: 10px;
}

div#columna_2 img { 
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

div#columna_3 { 
	float: left;
	width: 231px;
	margin-left: 20px;
}

div#columna_3 img { 
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #d4dee9;
	margin-bottom: 10px;
	
}

div#columna_3 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#columna_3 ul li#dolar {
	padding-left: 21px;
	background: url(../gfx/ico/usa.jpg) no-repeat; 	
}

div#columna_3 ul li#peso {
	padding-left: 21px;
	background: url(../gfx/ico/argentina.jpg) no-repeat; 	
}

div#columna_3 ul li#real {
	padding-left: 21px;
	background: url(../gfx/ico/brasil.jpg) no-repeat; 	
}

div#columna_3 ul li#euro {
	padding-left: 21px;
	background: url(../gfx/ico/europa.jpg) no-repeat; 	
}

div#columna_4 { 
	width: 430px;
	float: left;
	padding-right: 19px;
	border-right: 1px solid #d4dee9;
}

#footer { 
	clear: both;
	color: #90a8bd;
	padding-top: 30px;
	height: 93px;
	margin: -120px auto 0 auto;
	background: #dbe5ef url(../gfx/backs/footer.jpg) repeat-x;
}

#footer a { 
	color: #90a8bd;
	text-decoration: none;
}

#footer a:hover { 
	color: #323d47;
	text-decoration: underline;	
}


#footer #footer_col_1 { 
	width: 600px;
	float: left;
}

#footer #footer_col_2 { 
	width: 68px;
	padding-left: 20px;
	float: right;
	background: url(../gfx/ico/contactenos.jpg) no-repeat left;	
}


.imagen_55 { 
	width: 55px;
	height: 55px;
	margin-right: 30px;
}

/*****************************************************/
/* INNER                               		 */
/***************************************************/

#columna_1_inner { 
	float: left;
	width: 503px;
	padding-right: 20px;
	border-right: 1px solid #d4dee9;
	margin-top: 20px;
}

#columna_1_inner a img { 
	border: none;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;	
}

#columna_1_inner a:hover img { 
	border: none;
	border-top: 0px solid #bccfe0;
	border-bottom: 0px solid #323D47;	
}

#columna_1_inner img { 
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;	
}

#columna_1_inner h1{ 
	font-weight: bold;
}

#columna_2-2 { 
	float: left;
	width: 241px;
	margin-right: 20px;
	margin-top: 5px;
}

#columna_2-3 { 
	float: left;
	width: 241px;
	margin-top: 5px;
}




#sidebar { 
	float: left;
	width: 231px;
	margin-left: 19px;
	margin-top: 20px;
}

* html #sidebar { 
	float: left;
	width: 231px;
	margin-left: 15px;
	margin-top: 20px;
}



#sidebar img { 
	float: right;
}
ul.ver_mas { 
	list-style: none;
	margin: 0;
	padding: 0px;
	float: right;
}

ul.ver_mas li  { 
	background: url(../gfx/ico/mas.gif) no-repeat right;
	padding-right: 15px;
}

ul.ver_mas li a { 
	text-decoration: none;
	color: #546f89;
}

ul.ver_mas li a:hover { 
	text-decoration: underline;
	color: #323d47;
}

ul.bajar_archivo { 
	list-style: none;
	margin: 0;
	padding: 0px;
	float: right;
	margin-top: 20px;
}


ul.bajar_archivo li.pdf  { 
	text-decoration: none;
	color: #546f89;
	background: url(../gfx/ico/pdf.gif) no-repeat right;	
	padding-right: 20px;
}

ul.bajar_archivo li.excel  { 
	text-decoration: none;
	color: #546f89;
	background: url(../gfx/ico/excel.gif) no-repeat right;	
	padding-right: 20px;
}

#busqueda_avanzada img { 
	border: none;
}


#busqueda_avanzada a { 
	text-decoration: none;
}

#busqueda_avanzada a:hover { 
	text-decoration: underline;
}

#busqueda_avanzada a:hover img { 
	text-decoration: underline;
}

ul.bajar_archivo li a { 
	text-decoration: none;
	color: #546f89;
}

ul.bajar_archivo li a:hover { 
	text-decoration: underline;
	color: #323d47;
}

input#buscar { 
	width: 150px;
	font-size: 12px;
	color: #999;
	border: 1px solid #999;
	background-color: #efefef;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 5px;
	margin-right: 5px;
}

.input_class{ 
	width: 150px;
	font-size: 12px;
	color: #999;
	border: 1px solid #999;
	background-color: #efefef;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 5px;
	margin-right: 5px;
}




#box_qupago_content { 
	height: 180px;
	float: left;
}

.box_quepago { 
	margin-top: 20px;
	width: 110px;
	float: left;
	margin-right: 15px;
	text-align: center;
}

.box_text { 
	margin-top: 20px;
}

.box_quepago_1 { 
	margin-top: 20px;
	width: 110px;
	float: left;
	text-align: center;
}

table.forms {
	border-top:1px solid #c4cbed;
 	border-right:1px solid #c4cbed;
	margin:1em auto;
 	border-collapse:collapse;
 }

table.forms	td {
  	border-bottom:1px solid #c4cbed;
 	border-left:1px solid #c4cbed;
 	padding:.3em 1em;
 }

/*****************************************************/
/* Consulta Ruc                               		 */
/***************************************************/
#consulta_ruc { 
	background-color: #ecf1f5;
	padding: 20px;
}

#consulta_ruc p { 
	margin: 0;
	padding: 0px;
}

#consulta_ruc input.ruc { 
	border: 1px solid #89a2b6;
}

/*****************************************************/
/* Consulta Ruc                               		 */
/***************************************************/

#contactenos_form { 
	width: 503px;
	float: left;
}

#contactenos_form input { 
	border: 1px solid #999;
	height: 17px;
	padding-left: 1px;
	margin: 0px;
}

#contactenos_form textarea { 
	width: 353px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
}

#contactenos_form #Submit {
	width: 58px;
	height: 23px; 
	border: 0px solid #999;
}

.font_small { 
	font-size: 11px;
}

div.navigation {
	width: 503px;
	float: left; 
	height: 26px;
	margin-top: 20px;
}

div.navigation ul { 
	float: right;
}

div.navigation ul li {
	float: left;
	list-style: none;
}

div.navigation ul li#primero {
	width: 33px;
	height: 26px;	
}

div.navigation li#primero a {
	width: 33px;
	height: 26px;
	display: block;
	background: url('../gfx/botones/primero.gif') no-repeat; 	
}

div.navigation li#primero a:hover {
	width: 33px;
	height: 26px;
	display: block;
	background: url('../gfx/botones/primero_on.gif') no-repeat; 	
}

div.navigation li#atras {
	width: 32px;
	height: 26px;	
}

div.navigation li#atras a {
	width: 32px;
	height: 26px;
	display: block;
	background: url('../gfx/botones/atras.gif') no-repeat; 	
}

div.navigation li#atras a:hover {
	width: 32px;
	height: 26px;
	display: block;
	background: url('../gfx/botones/atras_on.gif') no-repeat; 	
}

div.navigation li#paginas {
	padding-top: 3px;
	height: 23px;	
	background: #d8e4f0 url('../gfx/botones/back_pag.gif') repeat-x; 
}

div.navigation ul li#adelante {
	width: 32px;
	height: 26px;	
}

div.navigation li#adelante a {
	width: 32px;
	height: 26px;
	display: block;
	background: url('../gfx/botones/adelante.gif') no-repeat; 	
}

div.navigation li#adelante a:hover {
	width: 32px;
	height: 26px;
	display: block;
	background: url('../gfx/botones/adelante_on.gif') no-repeat; 	
}

div.navigation ul li#ultimo {
	width: 33px;
	height: 26px;	
}

div.navigation li#ultimo a {
	width: 33px;
	height: 26px;
	display: block;
	background: url('../gfx/botones/ultimo.gif') no-repeat; 	
}

div.navigation li#ultimo a:hover {
	width: 33px;
	height: 26px;
	display: block;
	background: url('../gfx/botones/ultimo_on.gif') no-repeat; 	
}

.mensaje{
	color:#FF0000;
	font-size: 12px;
	background-color: #efefef;
}
.main_class { 
	width: 620px;
	border-right: 1px solid #d4dee9;	
}


/*Adicional*/
.tipo {
	border: 1px solid #d4dee9;
	width:420px;
	margin: 1px 1px 1px 1px;
}

.advertencia {
	font-size:12px;
	background-color:#CCC;
	color:#F00;
}


