a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.precio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: line-through;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
select, textarea {
	font-size:9px;
	font-family:Verdana, sans-serif;
	font-weight:bold;
	color:#333333;
	background-color: #E6D0B5;
}
input {
	font-size:8px;
	font-family:Verdana, sans-serif;
	font-weight:bold;
	color:#333333;
}
.input_blanco {
	font-size:9px;
	font-family:Verdana, sans-serif;
	font-weight:bold;
	color:#333333;
	background-color:#ffffff;
	border:1px none;
}
.input_color{
	font-size:9px;
	font-family:Verdana, sans-serif;
	font-weight:bold;
	color:#333333;
	background-color:#E6D0B5;
	border:1px none;
}
.Area {
	background-color:#E6D0B5;
	width:400px;
	border:1px none;
	color: #333333;
} 
.Campo {
/*	background-color:#E6D0B5;*/
	background-color:#FFFFAA; 
	width:300px; 
	color: #333333;
	border:6px solid #DDDDDD; 
}
.Seleccion { 
	width:300px;
	border:6px solid #DDDDDD; 
}
.Check {
	border:1px solid #DDDDDD; 
}
.Boton {
	font-size:10px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	color:white;
	background:#CB9C63 center;
	border:0px;
	width:120px;
	height:15px;
	text-align: center;
	vertical-align: middle;
	display: inline;
	cursor: hand;

}
.BotonTxiki {
	font-size:10px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	color:white;
	background:#CB9C63;
	border:0px;
	width:30px;
	height:15px;
	text-align: center;
	vertical-align: sub;
	cursor: hand;

}
.Examinar {
	background-color:#E6D0B5;
	border:1px none;
	color: #333333;
    height:15px;
} 
body {
	scrollbar-face-color: #FFFFFF; /* interior cuadrado-barra y cuadrados-picos */
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #CB9C63;
	scrollbar-darkshadow-color: #CB9C63;
	scrollbar-shadow-color: #FFFFFF; /* sombra cuadros flechas */
	scrollbar-arrow-color: #CB9C63; /* picos de las flechas */
	scrollbar-track-color: #FFFFFF; /* fondo barra */
}
.tabla {
	border: thin solid #FFFFFF;

}