body {
	background-color: #F1F0D2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 24px;
	color: #9A845F;
}

.general
{
	height:100%;
	width: 100%;
}
.border {
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: none;
	border-top-color: #E3DFB6;
	border-right-color: #E3DFB6;
}
.borderbottom {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E3DFB6;
	border-bottom-color: #E3DFB6;
	border-left-width: 2px;
	border-left-color: #E3DFB6;
}
.borderleft {
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E3DFB6;
	border-left-width: 2px;
	border-left-color: #E3DFB6;
}
.borderall {
	border: 2px solid #E3DFB6;
}
.showroom {
	font-size: 12px;
	line-height: 18px;
	padding-left: 20px;
}
.showroom p {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 20px;
}
.mapa {
	background-image: url(img/mapa-ubicacion2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.localidad {
	color:#A34B27;
	font-weight:bold;
}
.bold {
	font-weight: bold;
}
.bold-negro {
	font-weight: bold;
	color: #000000;
}
.caja-orden {
	border: 1px solid #000000;
	font-size: 11px;
	line-height: 17px;
	font-family: "Courier New", Courier, mono;
}
.bordecaja {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.forms {
	font-size: 11px;
	line-height: 15px;
	color: #917A51;
	background-color: #FFFFFF;
	border: 1px solid #917A51;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.textoforms 
{
	font-size: 11px;
	font-weight: bold;
}

.marron-oscuro {
	color: #F2F0D2;
	background-color: #917A51;
	font-weight: bold;
}
.marron-medio {
	color: #917A51;
	background-color: #D5CCAB;
}
.colecciones-secciones {
	background-image: url(img/misc_seccion-prod.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.producto {
	background-repeat: no-repeat;
	background-position: right bottom;
}
.caja-productos {
	font-size: 11px;
	line-height: 15px;
}
.mnupais 
{
	background-color: #F1F0D2;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #917A51;
	font-size: 11px;
	line-height: 22px;
}
.mnupais a, .mnupais a:visited 
{
	background-color: #F1F0D2;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #917A51;
	font-size: 11px;
	line-height: 22px;
	text-decoration: none;
}
.mnupais a:hover 
{
	background-color: #F1F0D2;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A34B27;
	font-size: 11px;
	line-height: 22px;
	text-decoration: underline;
}
.textoprensa {
	color: #917A51;
	font-size: 12px;
	line-height: 22px;
}
.textoprensa a, .textoprensa a:visited {
	color: #917A51;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
}
.textoprensa a:hover {
	color: #A34B27;
	font-size: 12px;
	line-height: 22px;
	text-decoration: underline;
}

.textoprod {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}
.textoprodnormal {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}
.textoprodtalle {
	font-size: 12px;
	line-height: 15px;
}
.recomendaciones {
	padding-left:65px;
	padding-right:65px;
	font-size:12px;
	line-height: 18px;
}
.recomendaciones .subtitulo{
	color:#000000;
	font-weight:bold;
	line-height: 25px;
}
.mailcontacto a, .mailcontacto a:visited {
	color: #000000;
	text-decoration: none;
}
.mailcontacto a:hover {
	color: #000000;
	text-decoration: underline;
}
p {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	line-height:22px;
}

/*Modal Popup*/
.modalBackground {
	background-color:#F1F0D2;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#F1F0D2;
	border-width:3px;
	border-style:solid;
	border-color:#A34B27;
	padding:3px;
	width:650px;
}

/*Fin Modal Popup*/