@charset "utf-8";

body {
	background: url("../images/trama_fondo.jpg") repeat;
	font-family: arial;
	color: #FFF;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #fff;
}

.seccion  a {
	text-decoration: none;
	color: #7F7400;
}

.seccion  a:hover {
	text-decoration: underline;
}

#site {
	width: 1024px;
	height: 768px;
	margin: auto;
	background: #7F7400;
	border-radius: 5px;
}

#header {
	height: 197px;
	border-bottom: solid 1px #fff;
}

#header #banner-img {
	position: absolute;
}

.imgBanner {
	position: absolute;
}

#header #logo {
	position: absolute;
	width: 282px;
	height: 199px;
	margin-left: 743px;
}

#header #language {
	position: absolute;
	margin-left: 40px;
	margin-top: 20px;
	cursor: pointer;
}

#header img {
	border-radius: 5px 5px 0px 0px;
}

#header #tabs {
	display: flex; /* Usar flexbox para alinear los elementos */
    justify-content: center; /* Centra horizontalmente los tabs */
    align-items: center; /* Centra verticalmente */
	height: 34px;
	margin-top: 164px;
	margin-left: 25px;
	position: absolute;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 35px;
	width: 100%;
}

ul.tabs li {
	float: left;
	height: 32px;
	line-height: 32px;
	position: relative;
	border: solid 2px #fff;
	width: 90px;
	margin-left: 5px;
	text-align: center;
	border-radius: 3px 3px 0px 0px;
	border-bottom: none;
	background: url("../images/bg_tabs_in.jpg") repeat-x;
	cursor: pointer;
}

ul.tabs li:hover {
	background: #7F7400;
}

#content {
	margin-top: 8px;
	height: 545px;
	background: #fff;
	float: right;
	width: 743px;
	color: #7F7400
}

#widgets {
	margin-top: 8px;
	height: 545px;
	width: 281px;
	float: right;
	background: #F3F0CC;
}

#widgets #wdg_banner {
	position: absolute;
	margin-top: 335px;
}


#preciodolar-ar1 {
	margin-left: 30px;
	margin-top: 60px;
	color: #000;
}

#preciodolar-titulo {
	position: absolute;
	color: red;
	margin-left: 65px;
	margin-top: 40px;
	font-weight: bold;
}

#wdg_bcr {
	margin-top: 50px;
    width: 250px;
    margin: 20px auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-family: Arial, sans-serif;
}

#wdg_dollar {
	margin-top: 50px;
    width: 250px;
    margin: 20px auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.widget-header {
    background: #7F7400;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

.widget-header h3 {
    margin: 0; /* Elimina el margen superior e inferior del título principal */
    padding: 5px 0; /* Ajusta el espacio interno */
}

.widget-header .subtitle {
    margin-top: 2px; /* Reduce el espacio superior del subtítulo */
    margin-bottom: 0; /* Elimina margen inferior, si aplica */
    font-size: 15px; /* Ajusta el tamaño del subtítulo */
}


.widget-content {
    padding: 15px;
    text-align: left;
    color: #333;
}

.widget-content p {
    margin: 10px 0;
    font-size: 16px;
}

.widget-content p span {
    font-weight: bold;
    color: #7F7400;
}


#footer {
	font-size: 11px;
	text-align: center;
	clear: right;
}

.active {
	background: #7F7400;
}

.seccion {
	margin: 40px;
	text-align: justify;
}

#ul_serv>li {
	margin-bottom: 20px;
}

#cont_mapa {
	position: absolute;
	margin-left: 460px;
	margin-top: 60px;
}

#emp_img_container {
	position: absolute;
	margin-top: 250px;
	margin-left: 170px;
	cursor: pointer;
}

#exp_img_container {
    position: relative; /* Cambié a relative para evitar conflictos de posicionamiento absoluto */
    margin-top: 50px; /* Ajusta este valor según sea necesario */
    margin-left: 167px;
    cursor: pointer;
    text-align: center; /* Para centrar las imágenes */
}

#sub_img_container {
    position: relative; /* Permite que se ajuste dentro del flujo del documento */
    justify-content: center; /* Centra horizontalmente */
    margin-top: 20px; /* Ajusta el espacio desde el texto superior */
	margin-left: 190px;
    text-align: center;
}

#serv_img_container {
	position: absolute;
	margin-top: 225px;
	margin-left: 160px;
	cursor: pointer;
}

#cont_salta {
	position: absolute;
	margin-top: 62px;
	margin-left: 476px;
}

#cont_bsas {
	position: absolute;
	margin-top: 203px;
	margin-left: 543px;
}

#form {
	margin-left: 200px;
}

#cont_e0b9628ecdf7229f972bf9810bfa2bf4 {
	margin-top: 40px;
	margin-left: 10px;
}

img {
	border: none;
}

#cont_zonas {
	position: absolute;
	margin-top: 315px;
	margin-left: 560px;
}

.zonas {
	color: #D07006;
}

.zonas:hover {
	background: #EDE9B2;
	cursor: pointer;
}

.table td,th {
	padding: 5px 0 5px 5px;
	font-size: 12px;
}

.table {
	border-collapse: collapse;
	border-color: #CCCCCC;
	border-style: none;
	border-width: 1px;
	color: #7F7400;
	background: #fff;
}

/* +++++++++++++ home ++++++++++++++++ */
#gral {
	margin: 0;
	padding: 1px;
}

#login {
	width: 300px;
	margin: 70px auto 80px auto;
	padding: 0;
}

#fondo_login {
	background-color: #C1B116;
	width: 300px;
	margin: 0;
	padding: 30px 0;
	text-align: center;
}

#login td {
	font: bold 12px verdana, arial;
	color: #fff;
}

#bot_login {
	background-color: #C1B116;
	margin: 1px 0 0 0;
	padding: 0;
}

#bot_login a,#bot_login a:link,#bot_login a:visited {
	font: bold 12px arial;
	color: #fff;
	background-color: #736912;
	border-left: 1px solid #fff;
	text-decoration: none;
	padding: 3px 0px;
	width: 80px;
	text-align: center;
	display: block;
	clear: both;
}

#bot_login a:hover {
	background-color: #FFB92C;
}

.clear {
	clear: both;
}

#pie {
	font: 11px tahoma, verdana, arial;
	color: #74690F;
	background-color: #C1B116;
	margin: 20px 0 0 0;
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #fff;
}
#menuGranos{
	font-size: 11px;
	color: #000;
	position: absolute;
	margin-top: 45px;
	margin-left: 30px;
}
.granosMenu{
	cursor: pointer;
	color: #7F7400;
}
.table{
	font-size: 10px;
}
#precios_pizarra{
	color: #000;
	font-size: 8px;
	position: absolute;
	margin-top: 60px;
	margin-left: 20px;
}

.granoActive{
	color: red;
}

.seccion_directivos {
    display: flex;
    justify-content: space-between; /* Espacio entre columnas */
    margin: 20px; /* Ajusta el margen */
    text-align: left;
}

.columna {
    width: 48%; /* Dos columnas del mismo ancho */
    box-sizing: border-box; /* Asegura que padding no afecte el ancho */
}

.seccion_directivos p {
    margin-bottom: 1em; /* Espacio entre párrafos */
    font-weight: normal; /* Texto normal */
}

.seccion_directivos b {
    font-weight: bold; /* Solo los títulos en negrita */
}

.seccion_directivos p b:first-child {
    font-size: 18px; /* Solo los títulos del área más grandes */
}

.seccion_directivos  a {
	text-decoration: none;
	color: #7F7400;
}

.seccion_directivos a:hover {
    text-decoration: underline; /* Subrayado al pasar el cursor */
}

a {
    position: relative;
    z-index: 10; /* Eleva el enlace sobre otros elementos */
}