/* CSS */

body {
	margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
	/* background:#E2F7FE; */
	background: #FFF;
}



div {
	margin: 0;
	padding: 0;
	outline: 0;
}

a {
	outline: none;
	text-decoration: none;
}

	a img {
		border: none;
	}
	
a.especial {
	padding: 0 5px;
	font-size: .9em;
	color: #DD1A21;
}

a.especial:hover {
	color: #000;
}

/* ---------- */
/* ESTRUCTURA */
/* ---------- */

#main {
	width: 1012px;
	height: auto;
	overflow: auto;
	margin: 0 auto;
}

	#header {
		position: relative;
		width: 1012px;
		height: 236px;
		overflow: hidden;
		background: url(../images/header_bg.png) 0 0 no-repeat;
	}

	#wrapper {
		width: 972px; /* 1012 */
		height: auto;
		overflow: auto;
		padding: 20px;
		background: url(../images/wrapper_bg.png) 0 0 repeat-y;
	}

		#left {
			float: left;
			width: 200px;
			height: auto;
			overflow: auto;
		}
	
		#center {
			float: left;
			width: 532px; /* 572 */
			height: auto;
			overflow: auto;
			margin-left: 20px;
		}
	
		#right {
			float: right;
			width: 200px;
			height: auto;
			overflow: auto;
			text-align: center;
		}
		
	#footer {
		width: 1012px;
		height: 196px;
		overflow: hidden;
		background: url(../images/footer_bg.png) 0 0 no-repeat;		
	}

/* -------- */
/* SECTORES */
/* -------- */

	/* -------- */
	/* Cabecera */
	/* -------- */
	
	#logo {
		position: absolute;
		top: 30px;
		left: 409px;
	}
	
	/* ---- */
	
	#menu_idiomas {
		position: absolute;
		top: 110px;
		right: 30px;
	}
	
		#menu_idiomas a {
			padding: 0 10px;
			font-family: "Times New Roman", Times, serif;
			font-size: 13px;
			font-style: italic;
			font-weight: normal;
			text-decoration: none;
			color: #6d6f71;
		}
		
		#menu_idiomas a:hover {
			color: #dd1a21;
		}
		
		#menu_idiomas span {
			padding: 0 10px;
			font-family: "Times New Roman", Times, serif;
			font-size: 13px;
			font-style: italic;
			font-weight: normal;
			color: #F00;
		}
		
	/* ---- */
	
	#menu_principal {
		position: absolute;
		width: 1012px;
		bottom: 0px;
		text-align:center;
		font-family:"Times New Roman", Times, serif;
		font-weight:bold;
		font-style:italic;
		font-size:12px;
		color:#333333;
		padding-bottom:10px;
	}
		
		#menu_principal .item {
			margin-left:10px;
			margin-right:10px;
		}
		
			body.empresa #menu_principal a.empresa,
			body.productos #menu_principal a.productos,
			body.comercializacion #menu_principal a.comercializacion,
			body.calidad #menu_principal a.calidad,
			body.contacto #menu_principal a.contacto {
				color:#dd1a21;
			}
		
		#menu_principal a:hover {
			color: #dd1a21;
		}
		
		#menu_principal a {
			color: #333;
		}
		

		
	/* --------- */
	/* Izquierda */
	/* --------- */
	
	#left .menu {
		margin: 0;
		padding: 0;
	}
	
		#left .menu li {
			margin: 0;
			padding: 3px 0;

		}
		
			#left .menu li a {
				font-family: "Times New Roman", Times, serif;
				font-size: 14px;
				font-style: italic;
				font-weight: normal;
				text-decoration: none;
				color: #6d6f71;
				text-indent: 10px;
			}
			
			body.empresa.acerca_de #left .menu li.acerca_de a,
			body.empresa.ubicacion #left .menu li.ubicacion a,
			body.empresa.marcas #left .menu li.marcas a {
				color:#dd1a21;
			}
			
			body.productos.variedades #left .menu li.variedades a,
			body.productos.peras #left .menu li.peras a,
			body.productos.manzanas #left .menu li.manzanas a,
			body.productos.disponibilidad #left .menu li.disponibilidad a,
			body.productos.envases #left .menu li.envases a {
				color:#dd1a21;
			}

			body.comercializacion.destinos #left .menu li.destinos a {
				color:#dd1a21;
			}
			
			#left .menu li a:hover {
				color: #dd1a21;
			}
	
	/* ------- */
	/* Derecha */
	/* ------- */
	
	#right a.imagen {
		display: block;
		margin: 0 0 10px 0;
		text-align: center;
	}
		
	/* --- */
	/* Pie */
	/* --- */
	
	#footer .datos {
		padding: 30px 0 0 0;
		font-family: "Times New Roman", Times, serif;
		font-size: 13px;
		font-style: italic;
		font-weight: normal;
		text-align: center;
		color: #6d6f71;
	}

/* ---- */
/* HOME */
/* ---- */

	#home_center {
		background: url(../images/cuadro_home_bg.png) center 0 repeat-y;
	}
	
		#home_center #cuadro_home {
			width: 317px;
			height: auto;
			overflow: auto;
			margin: 0 auto;
			padding: 90px 250px 0 250px;
			
			text-align: center;
			background: url(../images/home_bg.png) 2px 90px no-repeat;
		}
		
			#home_center #cuadro_home .idiomas {
				margin-top: 15px;
			}
		
				#home_center #cuadro_home .idiomas a {
					padding: 0 15px;
					
					font-family: "Times New Roman", Times, serif;
					font-size: 13px;
					font-style: italic;
					font-weight: bold;
					text-decoration: none;
					color: #6d6f71;
				}
				
				#home_center #cuadro_home .idiomas a:hover {
					color: #dd1a21;
				}
				
			/* -- */
			
			#home_center #cuadro_home .frase {
				margin-top: 45px;
				font-family: "Times New Roman", Times, serif;
				font-size: 16px;
				font-style: italic;
				color: #02A54F;
			}
			
			/* -- */
			
			#home_center #cuadro_home .datos {
				margin-top: 45px;
				padding-bottom: 80px;
				
				font-family: "Times New Roman", Times, serif;
				font-size: 12px;
				font-style: italic;
				font-weight: bold;
				color: #6d6f71;
				background: url(../images/cuadro_home_pie_bg.png) center bottom no-repeat;
			}
			
/* --------- */
/* CONTENIDO */
/* --------- */

	#contenido {
	width:532px;
	overflow:hidden;
		border-top-color:#666666;
		border-top-style:solid;
		border-top-width:1px;
		padding-top:15px;
		line-height:20px;

	
	}
	
	#contenido p {
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
	
	}
	
	#contenido img {
	
	width:auto;
	border-color:#ccc;
	border-style:solid;
	border-width:1px;
	padding:2px;
	margin:2px;
	}
	
	#contenido img.chica {
	width:auto;
	padding:2px;
	margin-left:12px;
	
	}
	
	
	
	#contenido img.muestra {
	border-color:#ccc;
	width:auto;
	padding:2px;
	margin-left:12px;
	margin-top:12px;
	float:left;
	}
	
	
		.seccion {
		background-image:url(../images/top-seccion.png);
		background-repeat:no-repeat;
		height:40px;
		text-align:center;
		padding-top:10px;
		font-family:"Times New Roman", Times, serif;
		font-size:14px;
		font-style: italic;
		font-weight:bold;
		color: #dd1a21;
		}
		
		#ficha {
		font-family:Arial, Helvetica, sans-serif;
		width:350px;
		display:block;
		float:right;
		}
		
		#ficha h1 {
		font-size:12px;
		font-weight:normal;
		color:#dd1a21;
		}
		
		#contacto {
		width:240px;
		height:180px;
		display:block;
		float:left;
		margin:10px;

		}
		
		.der {
		text-align:right;
			}
			
		.izq {
		text-align:left;
			}
			
		img.disponibilidad {
			border:none!important;
		}
		
		#descarga {
		width:85px;
		text-align:right;
		display:block;
		float:right;
		vertical-align: text-top;
			}

		#descarga img{
		padding:none!important;
		margin:none!important;
			}
			
		#descarga a{color:#666;}
		
		input {
		border:1px #ccc solid;
		height:20px;
			}
		textarea {
		border:1px #ccc solid;
		}

		textarea:hover{
		background-color: #F0F0F0;
			}
			
		input:hover{
		background-color:#F0F0F0;
			}
		
		.btn {
 	    border: none;
    	margin-left:450px;
		margin-top:15px;

}
	
#referencia{
		width:130px;
		margin-top:250px;
		margin-left:70px;
		text-align:left;
		font-family:"Verdana", Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:bold;

		}
		
#referencia ol{
		color:#DD1A21;

		}
		
#referencia li{
		margin-left:20px;
		color: #DD1A21;
		list-style-type: decimal;
		}
		
.referencia{
	color: #333333;}
