.main-content table.capas {
	width: 600px;
	margin-left: 30px;
	margin-top: 0px;
}

.main-content table.capas th {
	text-align: center;
}

.main-content table.capas td.link_delete {
	text-align: center;
}

.main-content table.capas_general {
	width: 750px;
	margin-left: 30px;
	margin-right: 10px;
	margin-top: 0px;
	table-layout: auto;
}

.main-content table.agua_util_capas {
	width: 300px;
	margin-left: 30px;
	margin-top: 0px;
}

.main-content table.agua_util_capas th {
	text-align: center;
}

.main-content table.napas {
	width: 600px;
	margin-left: 200px;
	margin-top: 0px;
}

.main-content table.napas th {
	text-align: center;
}

.main-content table.napas td.link_delete {
	text-align: center;
}

textarea.datos_clima {
	width: 475px;
	height: 475px;
	padding: 2px;
	border: solid 1px rgb(200, 200, 200);
	font-family: verdana, arial, sans-serif;
	font-size: 70%;
}

.main-content table.fertilizantes {
	width: 709px;
}

.main-content table.fertilizantes th {
	font-size: 1.3em;
}

.main-content table.fertilizantes td,.main-content table.fertilizantes th
	{
	background-color: #EEEEEE;
	border-width: 1px 1px 1px 1px;
	border-style: none none solid none;
	border-color: #000000 #000000 #000000 #000000;
	height: 1em;
}

.main-content table.fertilizantes input.nombre {
	width: 100%;
	border: 0px;
	background-color: #FFFFFF
}

.main-content table.fertilizantes input.yellow {
	background-color: yellow;
}

.main span#indicator img {
	border: none;
}

.main-content div.otras_herramientas {
	float: right;
	text-align: right;
	top: 50px;
	font-size: 120%;
	border-width: 1px 1px 1px 1px;
	border-style: none solid solid solid;
	border-color: #AFAFAF #AFAFAF #AFAFAF #AFAFAF;
	background: #DCDCDC url(../images/bg_head_bottom_nav2.jpg) no-repeat
		scroll 0 0;
	width: 100%;
}

/*- Menu Tabs B--------------------------- */
#tabsB {
	float: left;
	height: 28px;
	width: 100%;
	font-size: 113%;
	line-height: normal;
}

#tabsB ul {
	margin: 0;
	padding: 7px 10px 0px 10px;
	list-style: none;
}

#tabsB li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabsB a {
	float: left;
	background: url("../images/tableftB.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#tabsB a span {
	float: left;
	display: block;
	background: url("../images/tabrightB.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsB a span {
	float: none;
}

/* End IE5-Mac hack */
#tabsB a:hover span {
	color: #000;
}

#tabsB a:hover {
	background-position: 0% -42px;
}

#tabsB a:hover span {
	background-position: 100% -42px;
}

#tabsB a.black {
	background-position: 0% -42px;
}

#tabsB a.black span {
	background-position: 100% -42px;
}

table.diagnosticoFisico th,table.diagnosticoFisico td,table.diagnosticoFisico td img
	{
	text-align: center;
	float: none;
}

div.popupForm p {
	font-size: 1.4em
}

.main-content .staff h2 {
	text-decoration: underline
}

img.noborder {
	padding: 1px;
	border: none;
	clear: none;
	float: none;
}

div.scroller {
	/* modify width and height of scrolling section if necessary	*/
	width: 705px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #666666;
}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	width: 176px;
	height: 100px;
	overflow: hidden;
	float: left;
	border-right: 1px solid #666666;
	cursor: pointer;
	
}

div.scroller div.section span.titulo {
	text-decoration: underline;
	font-weight: bold;
}

div.scroller div.section:HOVER {
	background-color: #999999;
}

div.scroller div.even0 {
	background-color: #cccccc;
}

div.scroller div.even1 {
	background-color: #bbbbbb;
}


div.scroller div.content {
	width: 10000px;
}

div#superLote{
	background-color: #DCDCDC;
	border: 1px solid #666666;
	padding: 10px;
		
}

div#superLote span.title{
	font-size: 1.3em;
	font-weight: bold;
	
}


div#status{
	font-size: 1.3em;
	font-weight: bold;	
}

div#status.success{
	background-color: #CCFF66;
}

div#status.error{
	background-color: #FF3333;
}