@import "formato_basico.css";
@import "contenidos.css";
@import "menues.css";
@import "buscador.css";
@import "banners.css";
@import "tradepoint.css";

body {margin:0; padding:0; text-align:center;}

body, td, input, select, textarea {
    font: 11px Tahoma, Verdana, Geneva, Helvetica, sans-serif;
}
hr {border-top:1px solid #999; border-bottom:0 solid; height:1px; margin:3px 0;}

.contenedor {
    width:1120px;
    margin:auto;
    text-align:left;
    overflow:hidden;
}

.principal {
    width:800px;
    float:left;
}

.publicidad {
    width:160px;
    float:left;
    padding:20px 0;
	margin-right:5px;
}

.logo {
    text-align:center;
    overflow:hidden;
    padding-bottom:2px;
}

.busqueda form {padding:0; margin:0;}
.busqueda .paises {
    width:250px;
    float:left;
}

#combo_paises_categorias{
	width:280px;
	margin-top:-13px;
}

.busqueda .paises_cat {
    float:left;
}
.busqueda .idiomas {
    float:left;
	position:relative;
	left:0px;
    width:100px;
    padding-top:2px;
/*    border-top:1px solid #8BB4C8;
    border-bottom:1px solid #8BB4C8;*/
	margin-left:0px;
	text-align:center;
}


.busqueda .buscar {
    float:right;
	position:relative;
	right:0px;
    background-color:#85c226;
    height:27px;
	margin-left:15px;

}

.categorias .lista {width:100%; margin-bottom:10px;}
.categorias .lista td {font-size: 12px; 
	padding-right:5px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}
.categorias .lista td .por_pais {font-size: 11px;}
.categorias .lista td .por_pais a {color:#666;}
.categorias .lista td .por_pais a:hover {text-decoration:underline;}

.busqueda_por_letra{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0093DD;
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 2px 5px;
	border-style:solid none solid none;
	border-width:1px 0px 1px 0px;
	border-color:#0093DD;
	text-align:left;
}

.busqueda_por_letra a {color:#0093DD; text-decoration:none;}
.busqueda_por_letra a:hover {text-decoration:underline;}

.opciones {width:100%;}
.opciones td {padding:3px 5px; font-weight:bold; font-size:14px; width:25%; text-align:center;}
.opciones td span {font-weight:normal;}
.opciones a {text-decoration:none; color:#fff;}
.opciones a:hover {text-decoration:underline;}
.opcion_1 {background-color:#0094dd;}
.opcion_2 {background-color:#d82520;}
.opcion_3 {background-color:#e2aa0f;}
.opcion_4 {background-color:#e87816;}
.opcion_5 {background-color:#87649C;}

.cuadro_izq {float:left; width:390px;}
.cuadro_der {float:right; width:390px;}

.cuadro_der .cabecera {background-color:#666; color:#fff; padding:4px;}
.cabecera a {color:#fff; text-decoration:none;}
.cuadro_der #resultadosTradingSimple {width:372px; padding:4px;}
.cuadro_der #resultadosTradingSimple #textoResultadosTrading {width:255px;}
.cuadro_der #resultadosTradingConImagen {width:378px; padding:4px;}
.cuadro_der #resultadosTradingConImagen #textoResultadosTrading {width:232px; height:auto;}
.cuadro_der #resultadosTradingSinImagen {width:378px; padding:4px;}
.cuadro_der #resultadosTradingSinImagen #textoResultadosTrading {width:292px; height:auto;}
.fuente_cabecera{	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; margin: 0px 0px 0px 0px; font-weight:bold;}

.col_izq {float:left; width:486px; margin-top:2px;}
.col_der {float:right; width:300px; margin-top:12px;}

.col_der .cabecera {background-color:#666; color:#fff; padding:4px;}
.col_der #resultadosTradingSimple {width:282px; padding:4px;}
.col_der #resultadosTradingSimple #textoResultadosTrading {width:165px;}
.col_der #resultadosTradingConImagen {width:288px; padding:4px;}
.col_der #resultadosTradingConImagen #textoResultadosTrading {width:142px; height:auto;}
.col_der #resultadosTradingSinImagen {width:288px; padding:4px;}
.col_der #resultadosTradingSinImagen #textoResultadosTrading {width:202px; height:auto;}

.empresa h2 {font-weight:normal;}

#contenedor_textos_derecha{
	position:relative;
	top:2px;
	border:solid #0093dd 2px;
}

#contenedor_textos_derecha h1{
	background-color:#0093dd;
	color:#FFFFFF;
	padding:2px 2px 2px 2px;
	border:none;
	margin:0px 0px 2px 0px;
}


