* {margin:0; padding:0}

body {
	margin: 0 auto;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	height: 700px;
	width: 930px;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat;
 	overflow: scroll;
}
html>body  { 
	width: 931px;
	}

a { 
color: #ffffff;  
} 
a:link { 
text-decoration: none; 
color: #ffffff; 
} 
a:visited { 
text-decoration: none; 
color: #ffffff;  
} 
a:hover {
text-decoration: none; 
color: #CCCCCC;
} 
a:active { 
text-decoration: none; 
color: #ffffff; 
} 

#todo {
	vertical-align: middle;
	height: 700px;
	width: 930px;
	display: table;
	background-image: url(../imagenes/fondo_todo_explorer.jpg);
	background-repeat: repeat-y;
	}
	
html>body #todo { 
    background-image: url(../imagenes/fondo_todo_firefox.jpg);
	background-repeat: repeat-y;
	width: 931px;
	}
 
#cabecera {
	width: 929px;
	height: 102px;
	border-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	background-image: url(../imagenes/cabecera.jpg);
	float:left;
   }
html>body #cabecera { width: 931px; height: 100px;}
   

#concurso1 {
	width: 79px;
	height: 102px;
	background-color: #000000;
	float:left;
   }
html>body #concurso1 {height: 100px;}

#concurso2 {
	width: 141px;
	height: 102px;
	color: #FFFFFF;
	font-size: 10px;
	text-align:left;
	background-color: #000000;
	float:left;
   }
html>body #concurso2 {height: 100px;}

.imagen_premio{
	border-color: #FF0000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
}




#banner1 {
	width: 220px;
	height: 100px;
	background-color: #000000;
	border-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	float:right;
   }
   
#menu {
	height: 20px;
	background-color: #184C7C;
	padding:6px 0px 7px 5px;
	text-align: left;
	border-color: #333333;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	clear:both;
	vertical-align:bottom;
	}
html>body #menu { width: 925px; padding:6px 0px 5px 5px; }

   
   
#principal {

   }
   
#categorias {
	text-align: left;
	background-color: #184C7C;
	width: 180px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
   }
html>body #categorias { width: 178px; }
   

#izda_dcha {
	float: left;
   }

#izda {
	text-align: left;
	float:left;
	width: 600px;
	display: table;
   }

#dcha {
	text-align: left;
	float:	left;
	width: 150px;
	
   }
html>body #dcha { 
	width: 150px;
	border-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	vertical-align:top;
}

#banner2{
	height: 125px;
	padding: 0px 0px 0px 27px;
	background-color: #FFFFFF;	
}

#imagen_categorias{
	height: 28px;
	width: 33px;
	background-image: url(../imagenes/icono_categorias.gif);
	background-repeat: no-repeat;
	float:left;
	margin: 10px 6px 0px 10px;
}

#lista_categorias{
	font-size: 11px;
	color: #FFFFFF;
	padding: 11px 0px 0px 16px;
	display: table;
}

#lista_categorias a { 
color: #FFFFFF;  
} 
#lista_categorias a:link { 
text-decoration: none; 
color: #FFFFFF; 
} 
#lista_categorias a:visited { 
text-decoration: none; 
color: #FFFFFF;  
} 
#lista_categorias a:hover { 
text-decoration: none; 
color: #cccccc; 
} 
#lista_categorias a:active { 
text-decoration: none; 
color: #FFFFFF; 
} 

#elemento_categoria_open{
	margin: 8px 0px 8px 0px;
}

#icono_categoria_open{
	height: 14px;
	width: 16px;
	background-image: url(../imagenes/icono_categoria_open.gif);
	background-repeat: no-repeat;
	margin: 0px 5px 0px 0px;
	float:left;
}

#elemento_subcategoria{
	padding: 0px 0px 4px 6px;

}

#icono_subcategoria{
	height: 14px;
	width: 16px;
	background-image: url(../imagenes/icono_subcategoria.gif);
	background-repeat: no-repeat;
	margin: 0px -1px 0px 0px;
	float:left;
}

#elemento_categoria_close{
	margin: 8px 2px 8px 0px;
}

.icono_categoria_close{
	height: 14px;
	width: 16px;
	background-image: url(../imagenes/icono_categoria_close.gif);
	background-repeat: no-repeat;
	margin: 0px 5px 0px 0px;
	float:left;
}

#icono_votos{
	height: 14px;
	width: 16px;
	background-image: url(../imagenes/icono_votos.jpg);
	background-repeat: no-repeat;
	margin: 0px 5px 0px 0px;
	float:left;
}



#buscar{
	background-color: #000000;
	float:left;
	width: 600px;
	height: 50px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
  }

#imagen_buscar{
	height: 28px;
	width: 33px;
	background-image: url(../imagenes/icono_buscar.gif);
	background-repeat: no-repeat;
	float:left;
	margin: 10px 5px 0px 10px;
	display:inline;
}

#form_buscar{
	padding: 14px 0px 0px 0px;
	font-size: 10px;
	text-align:left;
	vertical-align:middle;
	float:left;
}
html>body #form_buscar {
	padding: 16px 0px 0px 0px;
}



#contenido{
	background-color: #E9E9E9;
	float:left;
	width: 600px;
	margin:0px 0px 0px 0px;
  }
html>body #contenido {
	width: 599px;
}

#remate_contenido{
	margin:0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-align:right;
	vertical-align:middle;
	font-size:11px;
	border-color: #ffffff;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	background-color: #184C7C;
	clear:both;
}

#ruta_categorias{
	margin:0px 0px 0px 0px;
	padding: 6px 15px 5px 15px;
	text-align:left;
	font-size:11px;
	color:#FFFFFF;
	border-color: #ffffff;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: #184C7C;
	clear:both;
}

#ruta_categorias a { 
color: #FFFFFF;  
} 
#ruta_categorias a:link { 
text-decoration: none; 
color: #FFFFFF; 
} 
#ruta_categorias a:visited { 
text-decoration: none; 
color: #FFFFFF;  
} 
#ruta_categorias a:hover { 
text-decoration: none; 
color: #CCCCCC; 
} 
#ruta_categorias a:active { 
text-decoration: none; 
color: #FFFFFF; 
} 
  


#carrito {
	width: 150px;
	background-color: #184C7C;
	height: 135px;
	float:right;
	border-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	display:block;
   }
html>body #carrito { float:none;}

#imagen_carrito{
	height: 28px;
	width: 33px;
	background-image: url(../imagenes/icono_carrito.gif);
	background-repeat: no-repeat;
	float:left;
	margin: 10px 6px 0px 10px;
}

#vista_carrito_home{
	padding: 10px 5px 0px 15px;
	line-height: 14px;
	color:#ffffff;
}

#ver_carrito_home{
	height:15px;
	width:92px;
	text-align:center;
	vertical-align:middle;
	margin: 0px 5px 0px 15px;
	color:#000000;
}
html>body #ver_carrito_home { margin: 16px 5px 0px 15px;}

#ver_carrito_home a { 
color: #000000;  
} 
#ver_carrito_home a:link { 
text-decoration: none; 
color: #000000; 
} 
#ver_carrito_home a:visited { 
text-decoration: none; 
color: #000000;  
} 
#ver_carrito_home a:hover { 
text-decoration: none; 
color: #ffffff; 
} 
#ver_carrito_home a:active { 
text-decoration: none; 
color: #ffffff; 
}

#boton_ver_carrito{
    width: 70px;
	font-size: 11px;
	color: #000000;
	padding: 0px 0px 0px 22px;
	float:left;
}

#acceso_usuarios {
	width: 150px;
	background-color: #A21907;
	height: 180px;
	border-color: #770D06;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
   }

#imagen_acceso_usuarios{
	height: 28px;
	width: 33px;
	background-image: url(../imagenes/icono_acceso_usuarios.gif);
	background-repeat: no-repeat;
	float:left;
	margin: 10px 2px 0px 6px;
}

#form_registro{
    width: 140px;
	padding: 5px 10px 0px 15px;
	font-size: 10px;
	text-align:left;
	vertical-align:middle;
	float:left;
	color:#FFFFFF;
	height: 0px;
}
html>body #form_registro { width: 135px; }

.login_pass{
	padding: 8px 0px 3px 0px;
	font-size: 11px;
	text-align:left;
	color:#ffffff;
}

#boton_entrar{
	width: 70px;
	font-size: 11px;
	color: #000000;
	padding: 15px 0px 5px 22px;
	float:left;
}

#boton_salir{
	width: 70px;
	font-size: 11px;
	color: #000000;
	padding: 5px 0px 5px 22px;
	float:left;
}

#recordar_contraseņa{
	width:125px;
    height:15px;
	font-size: 10px;
	vertical-align:middle;
	text-align:center;
	color:#ffffff;
	padding:0px 0px 0px 5px;
	margin:5px 0px 20px 11px;
}

html>body #recordar_contraseņa {
	padding:0px 0px 0px 5px;
	margin:0px 5px 20px 7px;
}

#recordar_contraseņa a { 
color: #ffffff;  
} 
#recordar_contraseņa a:link { 
text-decoration: none; 
color: #ffffff; 
} 
#recordar_contraseņa a:visited { 
text-decoration: none; 
color: #ffffff;  
} 
#recordar_contraseņa a:hover { 
text-decoration: none; 
color: #999999; 
} 
#recordar_contraseņa a:active { 
text-decoration: none; 
color: #ffffff; 
} 

#error_login{
	width:125px;
    height:15px;
	font-size: 10px;
	vertical-align:middle;
	color:#FFFFFF;
	padding:0px 0px 0px 5px;
	margin:5px 0px 20px 11px;
	text-align:center;
}
html>body #error_login {
	padding:0px 0px 0px 5px;
	margin:0px 5px 20px 7px;
}

#registro {
	width: 150px;
	background-color: #000000;
	height: 135px;
	border-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
   }

#registro2 {
	width: 150px;
	height: 135px;
	border-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
   }

#imagen_registro{
	height: 28px;
	width: 33px;
	background-image: url(../imagenes/icono_registro.gif);
	background-repeat: no-repeat;
	float:left;
	margin: 10px 6px 0px 10px;
}

#texto_registro_home{
	padding: 8px 0px 3px 0px;
	margin:0px 10px 0px 10px;
	font-size: 11px;
	text-align:left;
	color: #FFFFFF; 
}

#texto_registro_home a { 
	color: #FF0000; 
text-decoration: none; 
font-weight:bold;
} 
#texto_registro_home a:link { 
text-decoration: none;  
	color: #FF0000;  
font-weight:bold;
} 
#texto_registro_home a:visited { 
text-decoration: none; 
	color: #FF0000;   
font-weight:bold;
} 
#texto_registro_home a:hover { 
text-decoration: none; 
color: #FFFFFF; 
font-weight:bold;
} 
#texto_registro_home a:active { 
text-decoration: none; 
	color: #FF0000;  
font-weight:bold;
} 

#contacto {
	width: 150px;
	background-color: #153C65;
	height: 150px;
	border-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
   }

#imagen_contacto{
	height: 28px;
	width: 33px;
	background-image: url(../imagenes/icono_contacto.gif);
	background-repeat: no-repeat;
	float:left;
	margin: 10px 6px 0px 10px;
}
   
#texto_contacto_home{
	padding: 8px 0px 3px 0px;
	margin:0px 10px 0px 10px;
	font-size: 10px;
	text-align:left;
	color: #ffffff; 
}

#texto_contacto_home a { 
color: #ccccc;
text-decoration: none; 
font-weight:bold;
} 
#texto_contacto_home a:link { 
text-decoration: none;  
color: #ffffff;
font-weight:bold;
} 
#texto_contacto_home a:visited { 
text-decoration: none; 
color: #ffffff;
font-weight:bold;
} 
#texto_contacto_home a:hover { 
text-decoration: none; 
color: #999999; 
font-weight:bold;
} 
#texto_contacto_home a:active { 
text-decoration: none; 
color: #ffffff; 
font-weight:bold;
} 
  
  
#texto_contacto_home2{
	padding: 8px 0px 3px 0px;
	margin:0px 10px 0px 10px;
	font-size: 11px;
	text-align:left;
	color: #ffffff; 
	
}

#texto_contacto_home2 a { 
color: #ffffff;
text-decoration: none; 
font-size: 10px;
font-weight:bold;
} 
#texto_contacto_home2 a:link { 
text-decoration: none;  
color: #ffffff;
font-size: 10px;
font-weight:bold;
} 
#texto_contacto_home2 a:visited { 
text-decoration: none; 
color: #ffffff;
font-size: 10px;
font-weight:bold;
} 
#texto_contacto_home2 a:hover { 
text-decoration: none; 
color: #999999; 
font-size: 10px;
font-weight:bold;
} 
#texto_contacto_home2 a:active { 
text-decoration: none; 
color: #ffffff; 
font-size: 10px;
font-weight:bold;
} 

#pie{
	background-color: #000000;
	clear : both;
	width: 930px;
	height: 15px;
	padding:6px 0px 7px 5px;
	color: #FFFFFF;
	text-align: left;
	border-color: #333333;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
  }

html>body #pie { padding:6px 0px 8px 5px; width: 925px;}
  
#pie_clicwow{
	background-color:#000000;
	height: 116px;
	border-color: #333333;
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: solid;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	width:928px;
}
html>body #pie_clicwow {  width: 930px;}

#banner3{
	height: 100px;
	text-align:center;
	background-color:#000000;
	border-color: #333333;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-top-color: #232323;
}
html>body #banner3 {padding: 0px 0px 0px 101px; }

.opcion_menu{
	font-size: 11px;
	color: #ffffff;
	padding:0px 7px;
}

.opcion_menu_on{
	font-size: 11px;
	color: #ffffff;
	padding:0px 7px;
	font-weight:bold;
}

.opcion_menu2{
	font-size: 11px;
	color: #ffffff;
	padding:0px 7px;

}

.opcion_menu2 a { 
	text-decoration: none; 
	color: #ffffff;

} 
.opcion_menu2 a:link { 
	text-decoration: none; 
	color: #ffffff;


} 
.opcion_menu2 a:visited { 
	text-decoration: none; 
	color: #ffffff;


} 
.opcion_menu2 a:hover { 
	text-decoration: none; 
	color: #cccccc;


} 
.opcion_menu2 a:active { 
	text-decoration: none; 
	color: #ffffff;

}

.opcion_menu2_on{
	font-size: 11px;
	color: #FFFFFF;
	padding:0px 7px;
	font-weight:bold;
}

.opcion_menu3{
	font-size: 10px;
	color: #999999;
	padding:3px 7px;
}

.titulo_seccion{
	font-size: 11px;
	color: #ffffff;
	padding: 18px 0px 10px 10px;
	margin: 0px 0px 0px 0px;
}

.titulo_seccion2{
	font-size: 11px;
	color: #FFFFFF;
	padding: 18px 0px 10px 10px;
	margin: 0px 0px 0px 0px;
}



.boton_entrar {
	font-size:10px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	color:#000000;
	background:#CCCCCC;
	width:70px;
	height:18px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 0px 0px 5px 0px;
}

.boton_entrar:hover {
	font-size:10px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	color:#000000;
	background:#C2BEBD;
	width:70px;
	height:18px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 0px 0px 5px 0px;
}


.input_registro{
	height:20px;
	font-size: 11px;
	color: #000000;
}

html>body .input_registro {
	padding: 2px 0px 0px 0px;
}

.imagen_familia{
	margin: 0px 6px 0px 0px;
	float:left;
}

.titulo_familia{
	width:118px;
	font-size: 11px;
	color: #ffffff;
	float:right;
	text-align:left;
}

#titulo_familia a { 
color: #ffffff;
text-decoration: none; 
font-size: 11px;
font-weight:bold;
} 
#titulo_familia a:link { 
text-decoration: none;  
color: #ffffff;
font-size: 11px;
font-weight:bold;
} 
#titulo_familia a:visited { 
text-decoration: none; 
color: #ffffff;
font-size: 11px;
font-weight:bold;
} 
#titulo_familia a:hover { 
text-decoration: none; 
color: #CCCCCC; 
font-size: 11px;
font-weight:bold;
} 
#titulo_familia a:active { 
text-decoration: none; 
color: #ffffff; 
font-size: 11px;
font-weight:bold;
} 

.objeto_familia{
    padding: 15px 5px 5px 10px;
	min-height:20px;
	height:20px;
}
html>body .objeto_familia {padding: 20px 5px 8px 10px; min-height:35px; height:35px;}

.clase_foto_familia{
	border-color: #CCCCCC;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
}

.lista_categorias3{
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px 0px 0px 10px;
	display: table;
}

.lista_categorias3 a { 
color: #FFFFFF;  
} 
.lista_categorias3 a:link { 
text-decoration: none; 
color: #FFFFFF; 
} 
.lista_categorias3 a:visited { 
text-decoration: none; 
color: #FFFFFF;  
} 
.lista_categorias3 a:hover { 
text-decoration: none; 
color: #cccccc; 
} 
.lista_categorias3 a:active { 
text-decoration: none; 
color: #FFFFFF; 
} 

#elemento_categoria_open3{
	margin: 8px 0px 12px 0px;	
}
html>body #elemento_categoria_open3 {padding: 0px 5px 0px 0px;}

#elemento_categoria_open3 a { 
color: #FFFFFF;  
font-weight:bold;
} 
#elemento_categoria_open3 a:link { 
text-decoration: none; 
color: #FFFFFF; 
font-weight:bold;
} 
#elemento_categoria_open3 a:visited { 
text-decoration: none; 
color: #FFFFFF;  
font-weight:bold;
} 
#elemento_categoria_open3 a:hover { 
text-decoration: none; 
color: #CCCCCC; 
font-weight:bold;
} 
#elemento_categoria_open3 a:active { 
text-decoration: none; 
color: #FFFFFF; 
font-weight:bold;
} 

.elemento_categoria_close3{
	margin: 8px 2px 12px 0px;
}
html>body .elemento_categoria_close3 {padding: 0px 5px 0px 0px;}

.elemento_categoria_close3 a { 
text-decoration: none;
color: #FFFFFF;  
} 
.elemento_categoria_close3 a:link { 
text-decoration: none; 
color: #FFFFFF; 
} 
.elemento_categoria_close3 a:visited { 
text-decoration: none; 
color: #FFFFFF;  
} 
.elemento_categoria_close3 a:hover { 
text-decoration: none; 
color: #cccccc; 
} 
.elemento_categoria_close3 a:active { 
text-decoration: none; 
color: #FFFFFF; 
} 

.elemento_subcategoria3{
	padding: 0px 5px 4px 11px;
	font-size: 10px;
}

.icono_subcategoria3{
	height: 14px;
	width: 11px;
	background-image: url(../imagenes/icono_subcategoria3.gif);
	background-repeat: no-repeat;
	margin: 0px -1px 0px 0px;
	float:left;
}

.separador_familia{
	margin: 0px 0px 0px 0px;
	height: 20px;
	width: 178px;
    border-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	float:left;
}

#sel_idiomas{
	position:relative;
	top:5px;
	padding:0px 6px 0px 0px;
	width:150px;
	font-size: 11px;
	color: #ffffff;
	float:right;
	text-align:right;
}
html>body #sel_idiomas {top:3px;}


#acceso_directo{
	font-size: 11px;
	color: #FFFFFF;
	float:right;
	padding: 16px 12px 0px 10px;
}
html>body #acceso_directo {padding: 16px 12px 0px 10px;}

.acceso_directo {
	font-size:11px;
	font-family:Verdana,Helvetica;
	color:#000000;
	background:#FFFFFF;
	width:278px;
	height:20px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 2px 0px 0px 0px;
}


#boton_buscar{
	font-size: 11px;
	color: #000000;
	padding: 15px 0px 0px 10px;
	float:left;
}

html>body #boton_buscar {
	padding: 16px 0px 0px 10px;
}

.input_buscar{
	height:20px;
	font-family:Verdana,Helvetica;
	font-size: 11px;
	color: #000000;
	width:170px;
	padding: 2px 0px 0px 0px;
}

html>body .input_buscar {
	padding: 2px 0px 0px 0px;
}

.boton_buscar {
	font-size:10px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	color:#000000;
	background:#CCCCCC;
	width:60px;
	height:20px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 1px 0px 5px 0px;
}

.boton_buscar:hover {
	font-size:10px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	color:#000000;
	background:#C2BEBD;
	width:60px;
	height:20px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 0px 0px 5px 0px;
}