@import url('reset.css');

body {
	background: #007A26;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #3F3F3F;
	line-height: 19px;
}

h1 {
	background: #B2B2B2;
	padding: 8px;
	font-size: 20px;
	color: #FFF;
	text-align: center;
}

h2 {
	font-size: 22px;
	color: #666;
	margin-bottom: 20px;
}

p { margin-bottom: 20px; }

a:link, a:visited, a:active {
	text-decoration: none; 
	color: #00A33D;
}

a:hover, a:focus {
	text-decoration: underline; 
	color: #00A33D;
}
	
input, select {
	width: 100%;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #808080;
}

textarea {
	width: 100%;
	padding: 3px;
	border: 1px solid #000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #808080;
	overflow: hidden;
}

label {
	font-size: 12px;
}
	
#wrapper {
	width: 900px;
	margin: 10px auto 4px auto;
	background: #FFF;
}

#header {
	width: 100%;
	float: left;
	height: 134px;
	border-bottom: 1px solid #B2B2B2;
	margin-bottom: 3px;
}

	#logo {
		width: auto;
		float: left;
		padding-left: 40px;
	}
	
	#boton_home { padding: 10px 30px 14px 0; text-align: right; }

	#menu {
		width: auto;
		float: left;
		padding: 10px 0 0 103px;
	}
	
		#menu ul, #menu ul li {
			width: auto;
			float: left;
		}
		
			#menu ul li {
				width: auto;
				float: left;
				padding-left: 24px;
			}

#mainblock {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

	#wrapper_main_foto { padding-bottom: 3px; border-bottom: 1px solid #B2B2B2; }
	
	#main_foto { border-top: 2px solid #008F36; border-bottom: 3px solid #008F36; }
	
	#maintext { padding: 38px 0 0 48px; }
	
		#bloque_texto {
			width: 450px;
			float: left;
			padding: 26px 0 26px 57px;
		}
		
		#bloque_texto_clientes {
			width: auto;
			float: left;
			padding: 18px 0 26px 57px;
		}
		
			#bloque_texto_clientes p { line-height: 23px; }
		
		#bloque_texto_contacto {
			width: auto;
			float: left;
			padding: 15px 0 0 110px;
		}
		
		#maintext ul {
			width: 95%;
			float: left;
			border-bottom: 1px solid #00A33D;
			padding-bottom: 30px;
			margin-bottom: 20px;
		}
		
			#maintext ul li {
				width: auto;
				float: left;
				padding-left: 30px;
				font-size: 11px;
			}
			
			#referencia_productos {
				padding: 0 45px 20px 0;
				text-align: right;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				color: #8C8C8C;
			}
			
			#tallarines li { padding-left: 15px !important; }
			
			#discos { border: none !important; }

#footer {
	clear: both;
	width: 900px;
	margin: 0px auto;
	padding-bottom: 20px;
	border-top: 2px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #85BF97;
}

	#copyright { width: auto; float: left; padding-top: 8px; }
	
	#logo_tem { width: auto; float: right; }

#formulario_contacto { width: 326px; float: left; }
#contact_ok { color: #00A33D; font-size: 15px; font-weight: bold; }

.clear { clear: both; }

.fleft { width: auto; float: left; }

.fright { width: auto; float: right; }

.mtop20 { margin-top: 20px; }
