* {
	margin: 0;
	border: 0;
	padding:0;
	background-color: transparent;
}
body{
	background: url(../images/fondo.gif) repeat-x top left #F2EDD9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#67431E;
}
/* LINKS */
a, a:link, a:visited {color: #A58800;text-decoration: none; font-weight:bold;}
a:hover {color: #A58800;text-decoration: underline;}

/* ESTRUCTURA */
#contenedor {
	width: 780px;
	margin: 0px auto;
	background-color:#FFFFFF;
	border-right: 1px solid #A7A6A6;
	border-left: 1px solid #A7A6A6;
	border-bottom: 1px solid #A7A6A6;
}

#contenidos {
	margin: 0 10px 30px 10px;
}
#multibanner_home {
	float:left;
	width:780px;
	height:310px;
	overflow:hidden;
}
#multibanner_cont {
	float:left;
	width:780px;
	height:160px;
	overflow:hidden;
}
#mensaje_descargarFlash {
	margin: 80px 60px 100px 60px;
}
#menu {
	width: 160px;
	padding-left: 20px;
	float:left;
	background: url(../images/fn_menu.gif) no-repeat;
}
#menu .claim {
	margin-bottom: 25px;
}
#cont {
	width: 550px;
	padding-left:10px;
	padding-right:20px;
	/*padding-bottom:10px;*/
	background: url(../images/fn_cont.gif) repeat-x top left;
	float:left;
	text-align:justify;
}
#map {
	border: 1px solid #A7A6A6;
}
#pie {
	width: 780px;
	clear: both;
	margin: 0px auto;
	height: 25px;
	text-align:center;
	padding-top:10px;
}
/* FORMULARIO*/
input {
border:1px solid #A7A6A6;
padding:2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#67431E;
}
select {
background-color:#FFFFFF;
border:1px solid #A7A6A6;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#67431E;
}
textarea {
border:1px solid #A7A6A6;
padding:2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#67431E;
width:98%;
}
input.radio {
border: 0px;
width: 12px;
height: 12px;
}
/* ESTILOS */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE-mac */
.precio {
font-size:11px;
font-weight:bold;
color:#008837;
}
.precioDolar {
font-weight:bold;
color:#67431E;
}
.destacadosHome {
	width: 238px;
	float:left;
	border-top: 1px solid #A88C09;
	border-right: 1px solid #A88C09;
	border-left: 1px solid #A88C09;
	border-bottom: 5px solid #67431E;
	background-color:#FFFFFF;
	padding:10px;
	margin-top: 30px;
	text-align:left;
}
.destacadosHome .imgDest {
margin-right:10px;
}
.destacadosHome .titulo {
font-size:11px;
text-transform:uppercase;
}
div.spacerH {
	width:30px;
	float:left;
}
div.spacerV {
	height:20px;
	clear: both;
} 
.tipo {
width:100%;
border-bottom: 1px solid #A58800;
margin-bottom: 14px;
}
.paginador {
float:right;
text-align:right;
}
.opsItem {
float:right;
text-align:right;
}
.itemLista {
width: 550px;
margin-top:20px;
padding-bottom:20px;
background: url(../images/linea_dot.gif) repeat-x bottom left;
float:left;
}
.itemLista .portada {
float:left;
width:112px;
}
.itemLista .portada img {
/*margin-right:20px;*/
border:1px solid #67431E;
}
.itemLista .ficha {
float:left;
width:438px;
}
.itemLista .titulo {
font-size:11px;
text-transform:uppercase;
}
.itemLista .autor {
color:#67431E;
font-weight:bold;
}
.fichaDatos {
float:left;
width:328px;
}
.fichaDatos .titulo {
font-size:13px;
text-transform:uppercase;
font-weight:bold;
color:#A58800;
}
.fichaDatos .datos {
color:#000000;
}
.fichaPortada {
float:right;
width:222px;
}
.fichaPortada img {
border:1px solid #67431E;
margin-left:20px
}
.fichaDescripcion {
float:left;
width:100%;
margin-top:20px;
}
.fichaDatos table {
width:100%;
color:#7F7F7F;
margin: 5px auto;
}
.fichaDatos table tbody td {
text-align: left;
padding: 4px;
vertical-align:top;
}
.fichaDatos .tdIzda {
/*text-align: right;*/
font-weight: bold;
}
.bts {
text-align: center;
}
#supedido {
width:120px;
border-width:1px;
border-style:dotted;
border-color:#A7A6A6;
padding:9px;
line-height:20px;
}
#supedido .bt {
margin-top:10px;
}
table.pedido {
width:100%;
border:1px solid #67431E;
border-collapse:collapse;
margin:0;
padding:0;
/*border: 1px solid #A7A6A6;*/
}
table.pedido th {
background-color:#F6EDC3;
padding:6px;
border-right:1px solid #67431E;
border-bottom:1px solid #67431E;
text-align: center;
}
table.pedido td {
background-color:#FFFFFF;
padding:5px;
text-align: center;
/*vertical-align:top;*/
border-top: 1px solid #A7A6A6;
}
table.pedido tfoot td {
background-color:#CEBE73;
padding:5px;
border-top:1px solid #67431E;
text-align: right;
}
table.pedido tfoot .total {
width:65px;
font-weight:bold;
color:#000000;
}
table.pedido input {
border:1px solid #A7A6A6;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#67431E;
padding:1px;
text-align: center;
}
table.pedido .articulo {
text-align: left;
text-transform:uppercase;
}
table.pedido .right {
text-align: right;
}
.mapaSituacion {
width:262px;
float:right;
margin-left:20px;
text-align:center;
}
.mapaSituacion img {
border:1px solid #67431E;
}
table.contacto {
border: none;
border-collapse:collapse;
margin:0;
padding:0;
}
table.contacto td {
padding:5px;
}
table.contacto .tdIzda {
text-align:right;
color:#000000;
}
ul {
margin-left:20px;
}
li {
list-style:inside;
margin-bottom:10px;
}
.aviso {
font-size: 9px;
}
.lineainf {
width:100%;
padding-bottom: 2px;
font-weight:bold;
border-bottom: 1px solid #CEBE73;
}
.formapago {
color:#000000;
}
.botonSubmit {
border: none;
}