
/* Resetear */
@import url('reset.css');

/* Estilos de tipografía básicos */
@import url('tipografia.css');

/* Layout básico */
@import url('layout.css');

/* =Elementos Globales
-------------------------------------------------------------- */

.panel-deposito:hover {
	background-color:#FAFAFA;
}

.panel-deposito {
	border:none;
}

.alert-medio {
	color:#FF6600;
}
.alert-bajo {
	color:#339933;
}
.alert-alto {
	color:#ff0000;
}

.grid-table {
	max-width:835px;
	min-width:835px;
	text-align:left;
	margin-left:15px;
}

.grid-table td{
	
}

.grid-table-tr {
	background-color:#AED6E0; 
	border: 1px solid #2BB0D7;
}

#gridMenuTop {
	margin-left:7px;
	width:700px;
}


.noticia {
	height:180px;
	color:#7F7F7F;
	padding:20px;
	border-bottom:1px solid #ccc;
}

.page-td-active {
	color:#000;
	background-color:#AED6E0;
	border:1px solid #2BB0D7;
	cursor:pointer;
}

.page-td {
	color:#2BB0D7;
	border:none;
	cursor:pointer;
}

.tooltip {
	background: #AED6E0; border: 1px solid #2BB0D7;			
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	position: absolute; right: 5%; top: 50%; z-index: 99;
	padding:5px;
	margin-left: 0;
	min-height:30px;
	text-align:left;
}

a.boxTool{
    float:right;
    width:26px;
    height:26px;
    background:transparent url(imagenes/info.png) repeat top left;
    margin-top:-30px;
    margin-right:-30px;
    cursor:pointer;
}
        
.input-box {
	width:30px;
}

.menu-panel {
	float:left; 
}

.menu-panel:hover {
	margin-top:0px;	
}

.menu-pantalla {
	position:absolute; 
	left:430px; 
	top:0px; 
	display:none; 
	background-color:#D6B301;
	height:151px;
}

.bottom {
	text-align:center;
	width:75px;
	height:25px;
	border:none;
	background-color:#AED6E0; 
	border: 1px solid #2BB0D7;
	cursor:pointer;
}

.box-info {
	background-color:#F6F6F6;
	position:fixed;
    left:37px;
    color:#7F7F7F;
    padding:20px;
    border:2px solid #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index:10001;
    display:none; 
    width:750px; 
    height:30px;
}

.bottom:hover{
	opacity:.75;
}

.bottom:active{
	background-color:#4583A8;
	color:#fff;
}

.link-header{
	cursor:pointer;
}

.link-content{
	margin-left:30px;
}

.div-bottom{
	margin-left:14px;
}

.div-observacion{
	width:840px;
	margin-left:10px;
	border:1px solid #2BB0D7;
}

.div-observacion-titulo{
	background-color:#AED6E0;
	width:100%;
	align:left;
}

.text-area-otra-observacion {
	width:700px; 
	height:40px; 
	vertical-align:top
}

body {
	background-image:url(img/body-fondo.png);
	background-repeat:repeat-x;
	color:#666;
}
#wrapper {
}
h1,h2,h3,h4,h5,h6 {
	color:#333;
}
table {
    
    
    
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #DDD;
}
th, td {
    padding:3px 10px;
}
a,
a:link,
a:visited {
	color:#09C;
	font-weight:bold;
	text-decoration:none;
}
a:active,
a:hover {
	color:#F60;
}
blockquote {
	color:#999;
}
strong {
}
dt {
	font-weight:bold;
}
abbr,
acronym {
	color:#999;
}
.edit-link a,
.edit a {
	text-transform:uppercase;
	font-size:9px;
}
iframe {
	margin-bottom:18px;
}

/* =Header
-------------------------------------------------------------- */

#header {
	background-image:url(img/header-fondo.png);
	background-repeat:no-repeat;
}
#branding {
}
#blog-title a {
	background-image:url(img/blog-title-logo-agrimundo.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#blog-description {
	display:none;
}
#primary-access {
	background-image:url(img/access-fondo.png);
	background-repeat:no-repeat;
}
/* Menu Social */
#primary-access #social {
	position:absolute;
	top:9px;
	right:0;
}
#primary-access #social a {
	display:block;
	float:left;
	width:18px;
	height:27px;
	margin-right:10px;
	text-indent:-9999px;
}
#primary-access #social a#social-facebook {
	background-image:url(img/header-social-icono-facebook.png);
}
#primary-access #social a#social-twitter {
	background-image:url(img/header-social-icono-twitter.png);
}
#primary-access #social a#social-rss {
	background-image:url(img/header-social-icono-rss.png);
}
#login-plataforma a {
	position:fixed;
	right:0;
	top:306px;
	width:45px;
	height:144px;
	background-image:url(img/login-plataforma.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	-moz-box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
	box-shadow:0 0 10px #999;
	z-index:100;
}
#login-plataforma a:hover {
	background-position:-45px 0;
}


/* =Content
-------------------------------------------------------------- */

#main {
	/*background-image:url(img/grilla.png);*/
}
#container {
}
#content {
}
.page-title {
	font-size:27px;
	line-height:27px;
	color:#666;
	margin-bottom:18px;
	padding-top:0;
}
.page-title span {
	color:#333;
}
.page-title a {
}
.page-title a:active,
.page-title a:hover {
}
.page-title .meta-nav {
}
.archive-meta p:first-child {
	margin-top:-9px;
}
.hentry {
	position:relative;
	border-color:#CCC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.entry-title {
	font-size:33px;
	line-height:33px;
}
.entry-title a,
.entry-title a:link,
.entry-title a:visited {
}
.entry-title a:active,
.entry-title a:hover {
}
.entry-meta {
	color:#999;
	font-size:9px;
	margin-bottom:18px;
	margin-top:-18px;
	line-height:18px;
}
.entry-meta .meta-prep {
	display:none;
}
.entry-meta .meta-sep {}
.entry-meta .meta-sep-entry-date {
	display:none;
}
.entry-meta .author {
	display:none;
}
.entry-meta abbr {
	cursor:text;
	font-style:normal;
	text-decoration:none;
}
.entry-meta .edit a {
}
.entry-content {
}

.entry-content h1 {
	font-size:33px;
	line-height:33px;
	
}
.entry-content h2 {
	font-size:27px;
	line-height:27px;
}
.entry-content h3 {
	font-size:18px;
	line-height:5px;
	margin-left:5px;
}
.entry-content h4 {
	font-size:16px;
}
.entry-content h5 {
	font-size:15px;
}
.entry-content h6 {
	text-decoration:underline;
}
.entry-content ul h1,
.entry-content ul h2,
.entry-content ul h3,
.entry-content ul h4,
.entry-content ul h5,
.entry-content ul h6 {
	padding-top:0;
}
.entry-content strong {
	color:#333;
}
.entry-content abbr,
.entry-content acronym {
	color:#333;
}

.entry-content ol {
	text-align:left;
	padding-left:25px;
}
.entry-content ol li {
	margin-bottom:5px;
}
.entry-content ol ol,
.entry-content ol ul {
	margin-top:5px;
	color:#999;
}
.entry-content table .td_bold{
	font-family:'YanoneKaffeesatzRegular', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	margin-bottom:2px;
	padding-top:2px;
	font-size:16px;
	
}

.evaluador{
	cursor:pointer; 
	vertical-align:middle;
}

.entry-content table{
	margin-left:10px;	
}

.entry-content table th,
.entry-content table td {
	padding:4px 0px;
}
.entry-content embed {
    margin:0 0 18px 0;
}
.entry-utility {
	text-align:left;
	color:#999;
	font-size:9px;
	clear:both;
	margin-top:36px;
	padding:17px 0 0;
	border-top:1px solid #DDD;
}
.entry-utility span {
}
.entry-utility .edit a {
	display:inline-block;
}

/* Paginación */
.page-link {
	clear:both;
	margin-bottom:18px;
}
.page-link a,
.page-link a:link,
.page-link a:visited {
	border:1px solid #C00;
	padding:0 5px;
}
.page-link a:hover,
.page-link a:active {
}

/* Templates de Archivos y Links */
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:300px;
	padding-left:0!important;
	background-image:none!important;
}
li.linkcat {
	padding-left:0!important;
	background-image:none!important;
}
li.linkcat h2 {
	margin-bottom:9px;
}
ul.blogroll {
	margin-bottom:18px;
}
ul#archives-page li#category-archives {}
ul#archives-page li#monthly-archives {
	margin-right:0;
}

/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #main,
.attachment-png #main {
	background-image:none;
}
.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:880px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:620px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}

/* =Navegación
-------------------------------------------------------------- */

.navigation {
	clear:both;
}
.navigation a,
.navigation a:link,
.navigation a:visited {
}
.navigation a:active,
.navigation a:hover {
}
.navigation .meta-nav {
}
.nav-previous a {
	float:left;
	margin:0 0 18px 0;
}
.nav-next a {
	float:right;
	text-align:right;
	margin:0 0 18px 0;
}
#nav-above
#nav-below {
}
#nav-above {
    display:none;
}
.paged #nav-above {
}

/* =Comentarios
-------------------------------------------------------------- */

#comments {
	clear:both;
}
#comments > div:first-child {
	padding-top:16px;
	border-top:2px dotted #FFF;
}
#comments h3 {
	font-size:21px;
	line-height:27px;
	margin-bottom:9px;
	padding-top:0;
}
#comments h3 span {
	color:#333;
}
#comments-list {
}
#comments #comments-list ol {
	margin-left:0;
	list-style-type:none;
}
#comments #comments-list .comment {
	font-size:11px;
	background-color:#F6F6F6;
	margin-bottom:18px;
	padding:18px 20px 18px 80px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#comments #comments-list .comment .children {
	list-style-type:none;
	margin:18px 0 0 0;
}
#comments #comments-list .comment.bypostauthor {
	background-color:#EEE;
}
#comments #comments-list .comment-author {
	font-size:15px;
	font-weight:bold;
}
#comments #comments-list .comment-author .avatar {
	float:left;
	margin-left:-60px;
}
#comments #comments-list .comment-author .n {
}
#comments #comments-list .comment-meta {
	font-size:10px;
	margin-bottom:9px;
	line-height:18px;
	color:#999;
}
#comments #comments-list .comment-meta .edit-link {
	clear:none;
	margin-bottom:auto;
	display:inline;
}
#comments #comments-list .comment-content {
}
#comments #comments-list .comment-reply-link {
	text-align:right;
	text-transform:uppercase;
}

/* Navegación de comentarios */
.comment-navigation {
}
.comment-navigation a,
.comment-navigation a:link,
.comment-navigation a:visited {
}
.comment-navigation a:hover,
.comment-navigation a:active {
}
.comment-navigation a,
.comment-navigation span {
}
#trackbacks-list .comment-content {
}

/* Formulario de respuesta */
#respond {
	overflow:hidden;
	position:relative;
	font-size:13px;
}
#cancel-comment-reply {
	text-align:right;
	font-size:11px;
}
#cancel-comment-reply a,
#cancel-comment-reply a:link,
#cancel-comment-reply a:visited {
}
#cancel-comment-reply a:hover,
#cancel-comment-reply a:active {
}
#respond .required {
}
#respond .formcontainer {
	background-color:#333;
	color:#FFF;
	padding:18px 20px;
	margin-bottom:18px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.form-section label {
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags {
	color:#999;
}
#form-allowed-tags span {
	font-size:11px;
    font-style:italic;
}
.form-submit {
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    margin:0;
    padding:10px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    padding:10px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    margin:0;
    padding:10px 0 0 0;
}
#comments-list .unapproved {
	color:#F69;
	font-weight:bold;
}

/* =Asides, Sidebars y Areas de Widgets
-------------------------------------------------------------- */

.aside {
	color:#999;
	font-size:11px;
}
.aside .widgetcontainer {
	border-color:#DDD;
	overflow:hidden;
	/*
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	*/
}
/*
.tooltip {
	background: #EBE8E3; 
	border: 1px solid #666;			
	border-radius: 5px 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding:7px 8px 8px;
	min-width:123px;
	max-width:200px;
	text-align:left;
}
*/
.label-action {
	cursor:pointer;
}

.td-action-menu {
	background-image:url(../imagenes/check-active.png); 
	background-repeat:no-repeat; 
	background-position: 0px 4px;
}

.label-action-menu {
	cursor:pointer;
	margin-left:8px;
}

.aside .widgettitle {
	font-family:'YanoneKaffeesatzLight', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:18px;
	background-color:#F6F6F6;
	color:#666;
	margin:-18px -20px 8px;
	padding:8px 19px;
	border:1px solid #DDD;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.aside .widgettitle a,
.aside .widgettitle a:link,
.aside .widgettitle a:visited {
}
.aside .widgettitle a:active,
.aside .widgettitle a:hover {
}
.aside .xoxo {
    list-style:none;
	margin-left:0;
	margin-bottom:0;
}
.aside .xoxo p {
    margin-bottom:9px;
}
.aside .xoxo ul {
    list-style:none;
    margin:0 0 9px 0;
}

.aside .xoxo ul li {
	margin-left:20px;
}
.aside .xoxo ul ul {
    margin-bottom:0;
}
.aside form {
    margin-bottom:18px;
}

/* Tablas en Asides */
.aside table {
	/*margin-bottom:18px;*/
    border:none;
}
.aside table caption {
	font-weight:bold;
	line-height:14px;
	margin-bottom:9px;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
}
.aside thead {
	background-color:#EEE;
	border:1px solid #DDD;
}
.aside tbody {
	background-color:#FFF;
	border:1px solid #DDD;
	text-align:center;
	color:#999;
}
.aside tr {
	/*border-bottom: 2px solid #DDD;*/
}
.aside tbody td a,
.aside tbody td a:link,
.aside tbody td a:visited {
}
.aside tbody td a:hover,
.aside tbody td a:active {
}
.aside th, .aside td {
	/*border-right:2px solid #DDD;
	padding:2px 6px;
	*/
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
	padding-top:3px;
}
/* Tag Cloud */
.widget_tag_cloud .tagcloud {
    margin-bottom:18px;
	overflow:hidden;
}
.widget_tag_cloud .tagcloud a {
    float:left;
	margin-right:2px;
	line-height:normal;
}

/* Leader Asides */
#leader-aside .widgetcontainer {
	background-color:#AED6E0; 
	border: 1px solid #2BB0D7;
	/*padding:15px 15px 15px;*/
}
#leader-aside .leader-title {
	font-size:27px;
	line-height:27px;
	color:#666;
	margin-bottom:0;
	padding-top:0;
}
#leader-aside p {
	margin-bottom:0;
}

#leader-aside table {
	border:none;
}

/* --- Carnes Rojas */
.page.slug-carnes-rojas #leader-aside .widgetcontainer {
	background-color:transparent;
	border-color:#EC4755;
	color:#EC4755;
}
.page.slug-carnes-rojas #leader-aside .leader-title {
	color:#EC4755;
}
/* --- Vino */
.page.slug-vino #leader-aside .widgetcontainer {
	background-color:transparent;
	border-color:#A42047;
	color:#A42047;
}
.page.slug-vino #leader-aside .leader-title {
	color:#A42047;
}
/* --- Frutas Frescas */
.page.slug-frutas-frescas #leader-aside .widgetcontainer {
	background-color:transparent;
	border-color:#C1CC0E;
	color:#C1CC0E;
}
.page.slug-frutas-frescas #leader-aside .leader-title {
	color:#C1CC0E;
}
/* --- Alimentos Procesados */
.page.slug-alimentos-procesados #leader-aside .widgetcontainer {
	background-color:transparent;
	border-color:#E7752E;
	color:#E7752E;
}
.page.slug-alimentos-procesados #leader-aside .leader-title {
	color:#E7752E;
}
/* --- Carnes Blancas */
.page.slug-carnes-blancas #leader-aside .widgetcontainer {
	background-color:transparent;
	border-color:#39B5CD;
	color:#39B5CD;
}
.page.slug-carnes-blancas #leader-aside .leader-title {
	color:#39B5CD;
}
/* --- Miel y Especialidades */
.page.slug-miel-y-especialidades #leader-aside .widgetcontainer {
	background-color:transparent;
	border-color:#EDC61A;
	color:#EDC61A;
}
.page.slug-miel-y-especialidades #leader-aside .leader-title {
	color:#EDC61A;
}
/* --- Esconder título de todas las páginas hijas de "Sectores" (ID47) --- */
.page.parent-pageid-47 .entry-title,
.slug-contacto .entry-title {
	display:none;
}
.page.parent-pageid-47 .hentry {
	padding-top:35px;
}

/* Main Asides */
#primary {}
#secondary {}

.main-aside {}
.main-aside .widgetcontainer {}
.main-aside .widgetcontainer:first-child {}
.main-aside .xoxo {}
.main-aside .widgettitle {}
.main-aside .xoxo ul {}
.main-aside .xoxo ul li {}

/* Main Aside Menu */
.main-aside .widget_nav_menu {
	padding-bottom:5px;
}
.main-aside .menu {
	font-family:'YanoneKaffeesatzRegular', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:27px;
}
.main-aside .menu .menu-item {
	background-image:url(img/bullet-menu-grande.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	position:relative;
	padding:0 0 0 15px;
	margin:0 0 9px 0;
}
.main-aside .menu .menu-item a,
.main-aside .menu .menu-item a:link,
.main-aside .menu .menu-item a:visited {
	font-weight:normal;
}
.main-aside .menu .menu-item a:hover,
.main-aside .menu .menu-item a:active {
}
.main-aside .menu .current-menu-item a,
.main-aside .menu .current-menu-item a:link,
.main-aside .menu .current-menu-item a:visited {
	color:#999;
}
.main-aside .menu .current-menu-item a:hover,
.main-aside .menu .current-menu-item a:active {
	cursor:text;
}

/* Widget Buscador */
.widget_search .widgettitle {
}
.widget_search #searchform {
}
.widget_search #searchform #s {
}
.widget_search #searchform #s:focus {
}
.widget_search #searchform #searchsubmit {
}

/* =Footer
-------------------------------------------------------------- */

#footer {
}
#site-credits {
	padding:35px 39px;
	border:1px solid #DDD;
	margin-bottom:18px;
	overflow:hidden;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#site-credits a {
	float:left;
}
#site-credits a#logo-fundacionchile {
	margin-right:69px;
}
#site-credits a#logo-picuech {
	margin-right:0;
}
#site-credits a#logo-gobcl {
	margin-right:9px;
}
#site-credits a#logo-odepa {
	margin-right:9px;
}
#site-credits a#logo-agci {
	margin-right:69px;
}
#site-credits a#logo-ue {
	margin-right:68px;
}
#siteinfo {
	position:relative;
	color:#999;
	font-size:11px;
	margin-bottom:18px;
}
#siteinfo p {
	margin-bottom:0;
}
#siteinfo #copyright {
	font-weight:bold;
	color:#CCC;
	margin-bottom:18px;
}
#siteinfo #copyright .blog-title {
}
#siteinfo address {
}
#siteinfo strong {
	color:#666;
}
#siteinfo .label {
	font-size:10px;
}
#siteinfo .fono {
	font-weight:bold;
}
#siteinfo .areacode {
	font-weight:normal;
}
#siteinfo .meta-sep {
	color:#CCC;
}
#siteinfo #dev-credits a {
	display:none;
}
#siteinfo #dev-credits a.author-link {
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:2px;
	height:2px;
	background-color:#CCC;
	text-indent:-9999px;
}
#siteinfo #dev-credits a.author-link:hover {
	background-color:#09F;
}

/* =Extractos del Blog
-------------------------------------------------------------- */
#loop-wrapper {
	margin-bottom: 18px;
	position:relative;
	padding:17px 39px 0;
	border:1px solid #CCC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.hentry.is-excerpt {
	border:none;
	border-bottom:1px solid #DDD;
	margin-bottom:17px;
	padding:0 0 18px 0;
	overflow:hidden;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.hentry.is-excerpt a.entry-thumb {
	float:left;
}
.hentry.is-excerpt a.entry-thumb img {
	margin:3px 20px 0 0;
}
.hentry.is-excerpt a.entry-thumb img.wp-post-image:hover {
	cursor:pointer;
	opacity:.75;
}
.hentry.is-excerpt .entry-title {
	font-family:'YanoneKaffeesatzRegular', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:21px;
	padding-top:0;
}
.hentry.is-excerpt .entry-title a,
.hentry.is-excerpt .entry-title a:link,
.hentry.is-excerpt .entry-title a:visited {
	color:#333;
	font-weight:normal;
}
.hentry.is-excerpt .entry-title a:active,
.hentry.is-excerpt .entry-title a:hover {
	color:#F60;
}
.hentry.is-excerpt .entry-meta {
	margin-bottom:0;
	line-height:18px;
}

.td_adjunto {
	background-image:url(../imagenes/file_acrobat.png); 
	background-repeat:no-repeat; 
	background-position: 0px 5px;
}

.error {
	color:#ff0000;
	
}

.div-error {
	color:#ff0000;	
	margin-left:10px;
}
