/*
	Title:	agroGEX.com CSS
	Author:	Eduardo H.Izcara
	Update:	7-4-2006
*/

/* ---------------------------------------
	Page Body and Frame
--------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

.no {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ---------------------------------------
	Cabecera
--------------------------------------- */

#cabecera {
	position: relative;
	margin: 0 auto 0 auto;
	text-align: left;
	height: 58px;
}

#cablogo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#cabfondo {
	height: 50px;
	background-image: url("../img/ag_cabfondo.png");
	background-repeat: repeat-x;
	margin: 0 300px;
}

#cabfin {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* ---------------------------------------
	Cuerpo del documento
--------------------------------------- */

#navegaprincipal {
	position: top;
	width: 180px;
	height: 1000px;
	padding: 20px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	float: left;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background-color: #d7eaea;
	/*background-color: White;*/
	/*border-right: 1px solid #eee;*/
}

#navegaprincipal h1, #navegaprincipal h2{
	padding: 11px 0 11px 22px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 18px;
	margin: 2px 0px;
	background: url("../img/punta.gif") no-repeat 8px 16px;
	/*
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	*/
}

#navegaprincipal h1{
	background: url("../img/menu1.gif") no-repeat 0px 0px;
	background-color: white;
}

#contenedor {
	margin: 0 auto 0 216px;
	background-color: white;
	/*text-align: left;*/
}

#foto {
	height: 120px;
	margin: 0px 0px 0px 0px;
	background-image: url("../img/ag_foto_bg.png");
	background-repeat: repeat-x;
}

#maincontent {
	position: relative;
	margin: 0 auto 0 auto;
	/*Lo siguiente es para corregir un conocido "error" de Microsoft Internet Explorer*/
	height: 1%;
}

#textoprincipal {
	margin: 0 auto 0 auto;
	padding: 16px 0px 16px 0px;
	font-size: 12px;
	background-color: white;
	/*float: left;*/
	/* Poniendo aquí width a 100% parece que se eliminan todos los
	 * errores de los navegadores y que funciona todo de maravilla */
	width: 100%;
	/*border-left: 1px solid #eee;*/
	/*border-right: 1px solid #eee;*/
	/*border-bottom: 1px solid #eee;*/
}

/*Lo siguiente es un truco para eliminar "errores" con Microsoft Internet Explorer*/
* html #textoprincipal {
	/*float: left;*/
	/*width: 95%;*/
}

.producto {
	padding: 20px 20px 20px 20px;
	margin: 20px 160px 20px 20px;
	font-size: 14px;
	background-color: #fff2e6;
	/*border: 1px solid #eee;*/
	max-width: 800px;
}

/*Lo siguiente es un truco para eliminar "error" con Microsoft Internet Explorer*/
* html #agrogexoptima {
	/*margin: 20px 140px 20px 20px;*/
}

#agrogexoptima ul, #consult ul{
	list-style: disc;
	padding: 0 0 16px 24px;
}

#agrogexoptima li, #consult li{
	font-size: 13px;
	padding-right: 8px;
	padding-top: 8px;
}

#navegasecundario {
	position: absolute;
	top: 40px;
	right: 0px;
	/*margin-right: =15px;
	right: 15px;*/
	padding: 20px 10px 20px 20px;
	/*width: 140px;*/
	/*width: 15%;*/

}

#navegasecundario ul{
	padding: 0 0 20px 16px;
	border-bottom: 1px solid #eee;
}

#navegasecundario li{
	font-size: 11px;
	padding-right: 8px;
	padding-top: 10px;
}

#adicional {
	margin: 40px 20px 0px 10px;
	padding: 0px 20px 0px 20px;
	/*width: 600px;*/
	text-align: center;
	font-size: 10px;
	color: #888;
	background-color: white;
	border-top: 1px solid #ddd;
}

#adicional #agrogexlogo {
	vertical-align: middle;
}

#operacionbutton {
	text-align: left;
}

/* ---------------------------------------
	Common HTML Elements
--------------------------------------- */

p {
	margin: 1em 0 1em 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 2em;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 1.8em;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 1.6em;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
}

h5 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

h5 a:link, h5 a:visited {
	color: #000000;
}

h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

ul {
	list-style: none;
}

li {
	font-size: 1.2em;
	color: #000;
}

a {
	text-decoration: none;
	color: #0021a5;
}

a:link, a:visited {
	color: #0021a5;
}

a:hover, a:active {
	color: #ff4a00;
}

blockquote {
}

code {
}

abbr, acronym {
	font-style: normal;
}

em {
	font-style: italic;
}

s, strike {
	text-decoration: line-through;
}

address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

