* {padding:0;margin:0;}

body {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background:#A3A50E;
}

h1,h2 {
	font-size:1.5em;
	font-weight:bold;
	color:#5C4F00;
	background:url(imag/texto-h1.gif) right top no-repeat;
	margin:10px 0 10px 10px;
	padding-left:.5em;
	border-bottom:1px #A3A50E solid;
	border-left:2px #A3A50E solid;
}

#encabezado h2 {margin:0;border-width:0;}
#encabezado {
	text-align:center;padding-top:0;font-size:1px;
}
#encabezado .marginador {
	margin:0;overflow:hidden;
}
#encabezado,#encabezado * {padding:0!important;margin:0!important;}

h3 {
	font-size:1.4em;
	font-weight:bold;
	color:#666666;
	padding:182px;
}

h4{
	font-size:3.8em;
	color:#FDF7D6;
	margin-top:3.5em;
	margin-left:8em;
}

p {
	color:#624F03;
	line-height:1.2;
	padding:.2em 0;
}

a:link, a:visited{
	color:#666666;
	text-decoration: none;
}

a:active, a:hover{
	color:#CD6628;
}

#menu {
	background-color: #E1E558;
	border-bottom:solid #C5C32A 2px;
}	

#menu ul {
	list-style-type:none;
	float:right;
}

#menu li {
	margin: 0 5px;
	float:left;
}

#menu a {
	display:block;
}

#menu a {
	color: #CD6628;
	text-decoration: none;
	padding: 3px 4px;
	border:solid #E1E558 1px;
}

#menu li a:hover, #menu li a:active {
	color: #FDF7D6;
	background-color: #C5C32A;
}

#menu ul li.seleccionado a,
#menu ul li.seleccionado a:hover {
	color: #FDF7D6;
	background-color: #C5C32A;	
	border:solid #CD6628 1px;
}

#cuerpo {
	width:746px;
	margin: .2em auto;
	text-align:left;
	min-height:200px;
	background:#FBF7E0;
	border:solid #8D8B00;
	border-width:2px;
}

#contenido {
}

#pie {
	background-color: #E1E558;
	padding:1px;
	font-size:.9em;
	text-align:center;
	border-top:solid #C5C32A 2px;
}

#pie h2 {
	font-size:1em;
	border-width:0;
	margin:.2em 0;
	background:none;
}

#pie p{
	padding:0;
	color:#5C4F00;
	line-height:1;
}

#superlink {
	background:silver;
}

.marginador {
	margin:.5em;
}

.central {
	margin:1em;
}

.foto {
	overflow:hidden;
	margin: 0 20px 10px 10px;
	padding: 5px;
	/*	background-color: #ffffff;
	border: 1px #A3A50E solid;*/
	float:left;
}

.foto img {
	/*border: 2px solid #A3A50E;*/
}

.producto-textos {
	float:left;
	width:47%;
	min-height:300px;
	background:url(imag/texto-gif.gif) right top no-repeat;
	padding:.5em 0 1em .5em;
	margin-left:10px;
}

.producto-textos p:first-letter {
	font-size:1.5em;
	color: #5C4F00;
	margin:0 1px 0 0;
}


.chiloe {
	float:left;
	width:60%;
	padding:1em;
	margin-left:10px;
}

.chiloe p:first-letter {
	font-size:1.5em;
	color: #5C4F00;
	margin:0 1px 0 0;
}

#home .central{
	background: url(../imagenes/home_ej.jpg) top center no-repeat;
	height:350px;
	
}

#home p {
	margin:0; 
	padding:0;
}

#home h1{
	color:#FDF7D6;
	font-size:3em;
	margin:0;
	padding:.50em 1em;
	border:none;
	background:none;
}

#construccion .central{
	padding-left:90px;
}

#plumones .producto-textos ul{
	list-style-image:url(imag/texto-li.gif);
	color:#624F03;
	line-height:1.3;
	padding:.2em 0 .2em 2em;
}

#ok .central,
#form_error .central{
	height:300px;
}

#ok .central p,
#form_error .central p{
	font: 2em bold;
	text-align:center;
}


#contacto .producto-textos {
	width:90%;
}

#contacto .producto-textos ul{
	list-style-image:url(imag/texto-li.gif);
	color:#624F03;
	line-height:1.3;
	padding:.2em 0 .2em 2em;
}

fieldset {
	text-align:left;
	border-style: none;
}

legend {display:none;}

input {
	border:solid gray 1px;
	padding:.25em;
}

/* Alinear labels a la izquierda de los campos */
#formulario{
}

#formulario label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:.5em;
	padding:.20em;
}

#mensaje {
		margin:0;overflow:scroll;
}
#botonera {
		text-align:center;
}
#botonera input {
		border: solid gray 1px;
		border-color: silver gray black #333;
		padding:.5em;
}
#botonera .submit .reset{
		padding: .5em 3em;
		background:#54686E;
		color:white;
}

/* HACKS */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*Autora Andrea Carabantes 2006*/