/*
	//////////////////////////////////////////////////////////////////////////////////////////
	
	ARCHIVO DE ESTILOS
	PORTAL ECONOMIA Y NEGOCIOS EMOL.COM
	-----------------------------------------------------------------------------------------
	ESTILOS BASES DEL SITIO WEB
	
	/////////////////////////////////////////////////////////////////////////////////////////
*/

body {
	background-color: #FFFFFF;
	
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: left;
} 

td, th {
    margin: 0;
    padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	word-spacing: normal;
	border: 0px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
    border: none;
    border-collapse: collapse;
	
	word-spacing: normal;
	border: 0px;

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #828282;
	text-decoration: none;
}

/*
	//////////////////////////////////////////////////////////////////////////////////////////
	
	IMPUT TEXT Y COMBOS
	
	/////////////////////////////////////////////////////////////////////////////////////////
*/

.imput_txt {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	background-color: #FFFFFF; 
	border: 1px #667286 solid;
	color: #006988;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 5px; 
	padding-right: 5px;
}
.imput_txt_sel {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	background-color: #FFFFFF; 
	border: 1px #ff7800 solid;
	color: #ff7800;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 5px; 
	padding-right: 5px;
}

.imput_combo {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	background-color: #FFFFFF; 
	color: #006988;
	width: 222px;
}
.imput_combo_sel {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	background-color: #FFFFFF; 
	color: #ff7800;
	width: 222px;
}

/*
	//////////////////////////////////////////////////////////////////////////////////////////
	
	ESTILOS FINANZAS
	
	/////////////////////////////////////////////////////////////////////////////////////////
*/

/*	TITULOS */
#div_titulo_01 {
	background-image: url(imagenes/img_titulo_01.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 0px;
	text-align: left;
}

/*	TITULO FINANZAS */
#div_titulo_02 {
	background-image: url(imagenes/img_titulo_01.gif);
	background-repeat: no-repeat;
	background-color: #A6D7FF;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 0px;
	text-align: left;
}

/*	MENU IMAGENES FIANZAS */
#div_isq_botonera_up {
	background-color: #A7D7FF;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}

/*	MENU BOTONES FINANZAS */
#div_menu_bt_fin {
	width: 235px;
	background-color: #A7D7FF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: 1px solid #A7D7FF;
	background-image: url(imagenes/img_fondo_isquierda.gif);
	background-repeat:  repeat-x;
}

/*	ESTILO MENU , SEPARACION DE <UL> <li>*/
#div_menu_txt_fin
{
	width: 220px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	text-align: left;
	margin: 0;
}
#div_menu_txt_fin li
{
	list-style: none;
	margin: 0;
	background-image: url(imagenes/img_fondo_menu.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 0px;
}

/*	CUADRO PUBLICIDAD 175 X 175 */
#div_publicidad_home_fin {
	background-color: #A7D7FF;
	color: #000000;
	padding-top: 9px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 5px;
	text-align: center;
	background-image: url(imagenes/img_fondo_publicidad.gif);
	background-repeat: repeat-x;
}

/*	ESTILOES MENU DESTACADOS ISQUIERDA ABAJO */
#div_destacados_isq_fin {
	background-color: #E2EAFD;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: 2DA0FD;
	text-align: left;
	line-height: 16px;
}
/*	<LI> */
#div_destacados_isq_fin li {
	list-style: none;
	margin: 0;
	padding: 0.90em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7D6FF;
}

/*	ESTILO CAJA FOTOGRAFIAS DESTACADOS CHICO */
#div_img_destacado_fin {
	float: left;
	border: 1px solid #4C77BD;
	background-color: #FFFFFF;
	margin: 1 5 1 0;
	padding: 5px;
}

/*	ESTILOS VINCULOS DE LOS TITULOS DE LAS NOTICIAS CENTRO */
.div_titulo_noticias_fin {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.div_titulo_noticias_fin a {
	text-decoration: none;
	color: #436FD1;
}
.div_titulo_noticias_fin a:hover {
	text-decoration: none;
	color: #6C94EE;
}

/*	ESTILOS DIAGRAMACION NOTICIAS CENTRO */
#div_noticias_centro_fin {
	color: #000000;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	line-height: 16px;
}
/*	<LI> */
#div_noticias_centro_fin li {
	list-style: none;
	margin: 0;
	padding: 0.80em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A7D6FF;
	background-image: url(imagenes/img_fondo_noticias.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*	ESTILO DETALLE NOTICAS */
.div_titulo_det_noticias_fin {
	font-size: 14px;
	color: #336DCE;
	font-weight: bold;
}
/*	estilo detalle noticia */
#div_centro_dn {
	text-align: left;
	margin: 9;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A7D6FF;
	background-image: url(imagenes/img_fondo_noticias.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*
	//////////////////////////////////////////////////////////////////////////////////////////
	
	ESTILOS EMPRENDEDORES
	
	/////////////////////////////////////////////////////////////////////////////////////////
*/

/*	TITULO EMPRENDEDORES */
#div_titulo_03 {
	background-image: url(imagenes/img_titulo_02.gif);
	background-repeat: no-repeat;
	background-color: #FFE4A8;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 0px;
	text-align: left;
}

/*	MENU IMAGENES EMPRENDEDORES */
#div_isq_botonera_up_emp {
	background-color: #FFE4A8;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}

/*	MENU BOTONES FINANZAS */
#div_menu_bt_emp {
	width: 235px;
	background-color: #FFE4A8;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: 1px solid #F7D486;
	background-image: url(imagenes/img_fondo_isquierda2.gif);
	background-repeat:  repeat-x;
}

/*	ESTILO MENU , SEPARACION DE <UL> */
#div_menu_txt_emp
{
	width: 220px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	text-align: left;
	margin: 0;
}
/*	<LI> */
#div_menu_txt_emp li
{
	list-style: none;
	margin: 0;
	background-image: url(imagenes/img_fondo_menu2.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 0px;
}

/*	CUADRO PUBLICIDAD 175 X 175 */
#div_publicidad_home_emp {
	background-color: #A7D7FF;
	color: #000000;
	padding-top: 9px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 5px;
	text-align: center;
	background-image: url(imagenes/img_fondo_publicidad2.gif);
	background-repeat: repeat-x;
}

/*	ESTILOES MENU DESTACADOS ISQUIERDA ABAJO */
#div_destacados_isq_emp {
	background-color: #FFF5DE;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: E0B34D;
	text-align: left;
	line-height: 16px;
}
/*	<LI> */
#div_destacados_isq_emp li {
	list-style: none;
	margin: 0;
	padding: 0.90em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFDD93;
}

/*	ESTILO CAJA FOTOGRAFIAS DESTACADOS CHICO */
#div_img_destacado_emp {
	float: left;
	border: 1px solid #AA883D;
	background-color: #FFFFFF;
	margin: 1 5 1 0;
	padding: 5px;
}

/*	ESTILOS VINCULOS DE LOS TITULOS DE LAS NOTICIAS CENTRO */
.div_titulo_noticias_emp {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
.div_titulo_noticias_emp a {
	text-decoration: none;
	color: #CBA03F;
}
.div_titulo_noticias_emp a:hover {
	text-decoration: none;
	color: #E9C166;
}

/*	ESTILOS DIAGRAMACION NOTICIAS CENTRO */
#div_noticias_centro_emp {
	color: #000000;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	line-height: 16px;
}
/*	<LI> */
#div_noticias_centro_emp li {
	list-style: none;
	margin: 0;
	padding: 0.80em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFE5AC;
	background-image: url(imagenes/img_fondo_noticias2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/*	ESTILO DETALLE NOTICAS */
.div_titulo_det_noticias_emp {
	font-size: 14px;
	color: #C18F1F;
	font-weight: bold;
}
/*	ESTILO DETALLE NOTICIAS */
#div_detalle_noticias_emp {
	text-align: left;
	margin: 9;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFE5AC;
	background-image: url(imagenes/img_fondo_noticias2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*
	//////////////////////////////////////////////////////////////////////////////////////////
	//////////////////////////////////////////////////////////////////////////////////////////

	ESTILOS VARIOS

	//////////////////////////////////////////////////////////////////////////////////////////
	/////////////////////////////////////////////////////////////////////////////////////////
*/

/*	ESPACIOS <P>	*/
#div_p {
	background-image: url(imagenes/img_ico_hoja.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 5px;
	margin: 0;
	color: #7787A9;
	letter-spacing: 2px;
	background-position: left center;
}

/*	TITULOS TEXTOS */
.div_titulo_txt_01 {
	font-size: 13px;
	font-weight: bold;
}
.div_titulo_txt_02 {
	font-size: 13px;
	color: #436FD1;
	font-weight: bold;
}

/*	BARRAS */
#div_home_isquierda_busqueda {
	background-color: #A7D7FF;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 11px;
	padding-right: 15px;
	text-align: right;
}
#div_home_isquierda_busqueda li {
	display:inline;
	list-style: none;
	margin: 0;
	vertical-align: center;
}
#div_busqueda_img_lupa {
	padding-top: 0px;
	padding-bottom: 0px;
}

/* ////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////// */

#div_cabezera {
	text-align: left;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#contenedor {
	float: left;
	width: 759px;
}


#columna_izquierda {
	width: 235px;
	float: left;
	margin: 0;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#div_centro {
	width: 508px;
	float: left;
	margin: 0;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
}
#div_centro_img {
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
}
#div_centro_dn_txt {
	text-align: left;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 16px;
}
#div_centro_dn_img {
	float: right;
	border: 1px solid #000000;
	margin: 5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#div_centro_dn_linea {
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A7D6FF;
}
#div_centro_dn_opc {
	float: right top;
	text-align: left;
	margin: 5;
}
.fotos_izquierda {
	float: left;
	margin-right: 8px;
	border: 1px solid #00CCFF;
}
/*
	PIE DE PAGINA
	@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/
#div_pie_pagina_full {
	margin: 0px;
	padding: 0;
	background-image: url(imagenes/img_fondo_pie.gif);
	background-repeat: no-repeat;
	float: left;
	width: 765px;
	height: 55px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#div_pie_pagina_full ul{
	padding-top: 10px;
	margin: 0px;
}
#div_pie_pagina_full li{
	margin: 0px;
	padding: 0;
}
#div_pie_pagina_full a {
	color: #FFFFFF;
	text-decoration: none;
}
#div_pie_pagina_full a:hover {
	color: #DAE5FF;
	text-decoration: none;
}
#div_banner {
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#div_banner_top {
	text-align: left;
	padding: 0px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	border: 1px solid #333333;
	width: 759px;
}
