/* CSS Document */

/* estilos botonera*/
.bot_art strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	margin-left: 5px;
}
ul#pestanas_art {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
ul#pestanas_art li {
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
}
ul#pestanas_art li a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
ul#pestanas_art li a:hover {
	color: #0066CC;
}
ul#pestanas_art li strong{
	color: #FFFFFF;
	background-color: #990000;
	width: 150px;
	position: absolute;
	margin-left: -5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-size: 10px;
}
/* --- Formulario buscar producto ---*/
.buscar{
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	background-image: url(../imagenes/deg_vert.jpg);
	background-repeat: repeat-x;
	border: 1px solid #990000;
	height: 40px;
	padding-top: 2px;
}
.buscar input#texto{
	font-size: 11px;
	border: 1px solid #3366CC;
	background-color: #FFFFFF;
	height: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 3px;

}
.buscar input#Submit{
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #3366CC;
	font-weight: bold;
	margin-left: 3px;
	cursor:pointer;
	cursor:hand; 
}
