@CHARSET "UTF-8";

footer {
	display: block;
}

header {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	min-width: 433px;
	height: 93px;
}

div#fondo {
	background-image: url(../images/bkg_logo_top.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 350px 100%;
	width: 100%;
	height: 100%;
}

div#fondo #logout_link {
	float: right;
	margin-right: 4px;
}
div#tabs {
	display: inline-block;
	width: 100%;
}
div#tabs table#table-tabs{
	float: left;
}
#logo {
	background-image: url(../images/flora_logo.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 100%;
	height: 73px;
}

#barra_mensaje {
	background-image: url(../images/bkg_separador.jpg);
	height: 20px;
}

#body-flora {
	display: inline-block;
	width: 100%;
}

#body-flora nav#menu {
	display: inline-block;
	float: left;
}

#body-flora #body {
	margin-top: 5px;
	margin-left: 5px;
	width: auto;
}

#flora-body-table {
	width: 100%;
	/*border: 0px solid black; /*debug red*/
}
table#flora-body-table  td#menu_td,table#flora-body-table  td#body_td{
	padding: 1px 0px 1px 0px;
	
}


.TL_ppal {
	border: 1px solid black;
	font-size: 12px;
	width: 98%
}

.TL_ppal tr{
	height: 20px;
}
.TL_ppal td.Cab {
	background-image: url('../images/bkg_titulo.jpg');
	color : #000000;
	font-size: small;
	font-weight: bold;
	color: #000000;
	
}

.TL_ppal th {
/*	background-color: black;*/
	height: 15px;
	font-size: 12px;
	font-weight: normal;
	color: white;
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #111111 60%, #2b2b2b 76%, #1c1c1c 85%, #000000 96%, #000000 96%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(85%,#1c1c1c), color-stop(96%,#000000), color-stop(96%,#000000), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 85%,#000000 96%,#000000 96%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 85%,#000000 96%,#000000 96%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 85%,#000000 96%,#000000 96%,#131313 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 85%,#000000 96%,#000000 96%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */

}


/*  Define the background color for all the ODD background rows  */
.TL_ppal tr:nth-child(odd) {
	background: #D2EBE8;
	
}
/*  Define the background color for all the EVEN background rows  */
.TL_ppal tr:nth-child(even) {
	background: #FFFFFF;
}

.TL_detalle {
	border: 1px solid black;
	font-size: 12px;
	width: 98%
}

.TL_detalle tr{
	height: 20px;
}

.TL_detalle td.Cab {
	background-image: url('../images/bkg_titulo.jpg');
	color : #000000;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	
}

.TL_detalle th {
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #111111 60%, #2b2b2b 76%, #1c1c1c 85%, #000000 96%, #000000 96%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(85%,#1c1c1c), color-stop(96%,#000000), color-stop(96%,#000000), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 85%,#000000 96%,#000000 96%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 85%,#000000 96%,#000000 96%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 85%,#000000 96%,#000000 96%,#131313 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 85%,#000000 96%,#000000 96%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	height: 15px;
	font-weight: normal;
	color: white;
}

.TL_detalle tr.odd {
	background-color: #D2EBE8
}


.TL_detalle tr.even {
	background-color: #FFFFFF;
}
.TL_detalle tr.receta {
	background-color: #FFFFB0
}


.TL_detalle tr.variedad {
	background-color: #DDEEFF
}

.chosen-container-single .chosen-single span{
    font-size: 10px;
}

.chosen-container-active.chosen-with-drop .chosen-single{
	font-size: 10px;
}

.chosen-container{
	font-size: 10px;
}
