
/* Botones */
A.commonbtn_style {
	display: block;
	width: 100%;
	height: 13px;
	background-color: #EEF4F6;
	color: #986373;
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

A.commonbtninv_style {
	display: block;
	width: 100%;
	height: 13px;
	background-color: #986373;
	color: #EEF4F6;
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

/* Separadores */
.line_style {
	width: 100%;
	height: 2px;
	background-color: #986373;
	color: #986373;	/* ie */
	border-style: none;	/* ffox */
}

/* Textos */
.texttitle_style {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #986373;
	text-decoration: none;
}
.texttitle_style A {
	color: #986373;
	text-decoration: none;
}
.textsubtitle_style {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #986373;
	text-decoration: none;
}
.textsubtitle_style A {
	color: #986373;
	text-decoration: none;	
}
.textcontent_style {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #986373;
	text-decoration: none;	
}
.textcontent_style A {
	color: #986373;
	text-decoration: none;	
}
.textcontent_style A:HOVER {
	text-decoration: underline;
}
.textsectionlvl1 A {
	color: #000000;
	text-decoration: none;
}
.textsectionlvl1 A:HOVER {
	color: #986373;
	text-decoration: none;
}
.textsectionlvl2 A {
	color: #000000;
	text-decoration: none;
}
.textsectionlvl2 A:HOVER {
	color: #986373;
	text-decoration: none;
}


/* Recuadro LOGIN */
.login {
	width: 164px;
	height: 62px;
	_height: 60px;
	padding: 1px 2px 1px 2px;
	background-color: #986373;
}

/* Recuadro BUSQUEDA */
.search {
	width: 175px;
	height: 28px;
	padding: 1px 2px 3px 2px;
	background-color: #FFFFFF;
}
.search TR {
	vertical-align: top;
}
.textbox
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  border: 1px solid #92B7BD;
  color: Black;
  background-color: #FFFFFF;	
}

/* Recuadro Menu */
.menu {
	width: 168px;
	height: 322px;	
	background-color: #986373;
	padding-top: 10px;
}
	/* contenido */
.menu .content {
	width: 100%;
	height: 100%;
}
	/* fila */
.menu .opcion {
	background-image: url(../img/point.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
	height: 22px;
}
.menu .opcion A {
	padding-left: 20px;
	display: block;
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.menu .opcionin {
	background-image: url(../img/pointhover.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
	height: 22px;
}
.menu .opcionin A, .menu .opcion A:HOVER {
	padding-left: 20px;
	display: block;
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #EEF4F6;
	text-decoration: none;	
}
	/* logo */
.menu .logo {
	text-align: center;
	vertical-align: bottom;
}
.menu .logo IMG {
	border-width: 0px;
	position: relative;
	top: 8px;
}

/* Divs */

/* Secciones */
.seccion A.q9 {
	background-image: none;
}
/* Producto */
.producto {
	border-color: #986373;
}
.producto .content .arrowleft {
	background-image: url(../img/arrowleft_23.gif);
}
.producto .content .arrowright {
	background-image: url(../img/arrowright_23.gif);
}
.producto .content .textproduct {
	color: #000000;
}
.producto .content .textdescription {
	color: #000000;
}
.producto .content .textlink, .producto .content .textlink A {
	color: #986373;
}
.filtrar 
{
	width: 18px;
	background: #fff url(../img/f_9.gif) no-repeat right;
	color: #fff;
	font-size: 10pt;
	border-style: none;
	height: 18px;
	cursor: pointer;
}
