* {
margin: 0px;
padding: 0px;
}

body {
background-color:#f3f3f3;
text-align: center;
font: normal 1em Arial,Sans-Serif;
}

img {
border: 0px;
}

#contenedor {
margin: auto;
text-align: left;
width: 770px;
height: 570px;
background-color: white;
margin-top: 5px;
position:relative;
top: 0px;
left: 0px;
overflow: hidden;
}

#cabecera {
background-color: #D84F00;
height: 80px;
position:relative;
top: 0px;
left: 0px;
overflow: hidden;
}

#elflash {
position: absolute;
top: 10px;
left: 25px;
width: 400px;
height: 65px;
overflow: hidden;
}


#logo {
position: absolute;
top: 5px;
right: 20px;
width: 218px;
height: 65px;
overflow: hidden;
}

#navegacion { /* Incluye borde superior ocre */
border-top: 10px solid #C6B211;
height: 60px;
position:relative;
top: 0px;
left: 0px;
overflow: hidden;
}

#nav { /* Acá van solo los links */
position: absolute;
bottom: 10px;
right: 0px;
border-bottom: 2px solid #C6B211;
width: 380px;
font: normal 1em Arial,Sans-Serif;
overflow: hidden;
}

#nav ul {
}

#nav ul li {
float: left;
list-style-type: none;
margin-right: 20px;
}

#nav ul li a {
color: #C6B211;
text-decoration: none;
}

#nav ul li a:hover {
color: #D84F00;
}

#nav ul li a.actual {
color: #D84F00;
}

#principal {
height: 415px;
background-color: white;
position:relative;
top: 0px;
left: 0px;
overflow: hidden;
}

#fija {
position: absolute;
top: 20px;
left: 0px;
}
#idioma {
position: absolute;
bottom: 5px;
left: 0px;
width: 380px;
height:30px;
background-color: white;
border-top: 2px solid #C6B211;
padding-top: 2px;
text-align: right;
font: normal 1em Arial,Sans-Serif;
color: #C6B211;
}

#idioma a {
color: #C6B211;
text-decoration: none;
}

#idioma a:hover {
color: #D84F00;
}

#pie {
margin-top: 30px;
padding-bottom: 50px;
font: normal 0.7em Arial,Sans-Serif;
color: #888;
}

#pie a {
color: #888;
text-decoration: none;
}

#pie a:hover {
color: #555;
}

/* Página Productos */

#prod-izq {
background-color: white;
position: absolute;
top: 0px;
left: 0px;
width: 400px;
height: 355px;
overflow: hidden;
}
#prod-izq p {
color: #888;
font: normal 0.8em Arial,Sans-Serif;
text-align: right;
margin-right: 20px;
}
#prod-izq h2 {
color: #888;
font: bold 0.9em Arial,Sans-Serif;
margin-left: 20px;
}
#prod-izq h3 {
font: bold 1em Arial,Sans-Serif;
margin-left: 35px;
margin-top: 10px;
}
#prod-der {
background-color: white;
position: absolute;
top: 22px;
right: 0px;
width: 325px;
height: 350px;
overflow: hidden;
color: #C6B211;
}
#prod-der h2 {
color: #888;
font: normal 1em Arial,Sans-Serif;
margin-left: 20px;
}
#prod-der h3 {
color: #D84F00;
font: normal 1.8em Arial,Sans-Serif;
margin-left: 20px;
}
#prod-der p {
margin-left: 20px;
margin-bottom: 5px;
}
#prod-botones {
background-color: white;
position: absolute;
bottom: 38px;
left: 50px;
width: 300px;
height: 16px;
overflow: hidden;
}
#prod-botones ul {
}
#prod-botones ul li {
float: left;
list-style-type: none;
margin-right: 20px;
}
#prod-botones ul li a {
color: #C6B211;
text-decoration: none;
}
#prod-botones ul li a:hover {
color: #D84F00;
}

/* Página Contacto*/

#contacto-der {

position: absolute;
top: 50px;
right: 5px;
width: 300px;
height: 300px;
}
#contacto-der p {
color: #888;
font: normal 1.2em/1.8 Arial,Sans-Serif;
}
#contacto-izq {
position: absolute;
top: 50px;
left: 50px;
width: 330px;
height: 360px;
color: #888;
}
#contacto-izq label {
color: #888;
font: bold 1em/1.7 Arial,Sans-Serif;
}
.botonform {
width: 100px;
height: 23px;
border: 2px solid #D84F00;
background-color: #888;
color: black;
cursor: pointer;
}
.botonform:hover {
background-color: #D84F00;
color: white;
}

/* Página Empresa */

#emp-izq {
position: absolute;
top: 20px;
left: 30px;
width: 330px;
height: 240px;
overflow: hidden;
}

#emp-der {
position: absolute;
top: 18px;
right: 0px;
width: 380px;
height: 245px;
overflow: hidden;
}
#emp-der h2 {
color: #C6B211;
font: normal 1em Arial,Sans-Serif;
margin-bottom: 20px;
}
#emp-der p {
color: #009CA3;
font: normal 0.9em/1.2em Arial,Sans-Serif;
margin-bottom: 9px;
margin-right: 90px;
}

#emp-pie {
position: absolute;
bottom: 0px;
right: 50px;
width: 300px;
height: 110px;
overflow: hidden;
}
#emp-pie p {
text-align: right;
color: #888;
font: normal 0.9em/1.3 Arial,Sans-Serif;
}