/*-------------------------------------------------------------------------
 Clic 
---------------------------------------------------------------------------
 File: infoBox.css
 Author:   Gerardo Gonzalez Flores
 		   --> gerardo AT clic DOT com DOT mx <--
   		   http://www.clic.com.mx
---------------------------------------------------------------------------	
	CSS styles para display de buscador y caja de informacion
--------------------------------------------------------------------------*/


/* InfoBox - caja de informacion con buscador adentro
---------------------------------------------------------------------------*/
 .box *{
 	padding:0px;
	margin:0px;
	font-size:8pt;
	list-style-image:none;

 }
 
 .box{
 	width:350px;
 	background: #B2CEDA;
	padding:4px;
	border:1px solid #3785AC;
	color:#000000;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:10px;
	margin-top:	5px;
 }
 .box span{
	font-weight:bold; 
	margin:1px solid;
 }
 
 #tprod{
 	background:url(../img/admin/box.gif) no-repeat; 
	padding-left:20px;
 }
 #tpag{
	background:url(../img/admin/page.gif) no-repeat; 
	padding-left:17px;
 }
/* = InfoBox
---------------------------------------------------------------------------*/

	
	#buscador {
		padding-top:4px;
		width:92%;
		margin-left:auto;
		margin-right:auto;
		
	}
	#buscador #inputBuscar{
		width:200px;
	}
	#buscador *{
		vertical-align:middle;
	}
	#buscador #buscarSubmit{
		padding-left:5px;
		border:0px;
	}
	#buscador label { width:auto; }
/* Buscador en vista de usuarios y admins
--------------------------------------*/
#users.box, #adminBox.box { background:url(../img/infoBox/bg.jpg) repeat-y; width:295px; padding:0px; border:0px;}
#users #top, #adminBox #top{ background:url(../img/infoBox/top.jpg) no-repeat top; height:8px; }
#users #boxContent, #adminBox #boxContent { 
	background:url(../img/infoBox/body_bg.jpg) no-repeat top;
	min-height: 38px;
	height: auto !important;
	height: 38px;	
}
#users #bottom, #adminBox #bottom { background:url(../img/infoBox/bottom.jpg) no-repeat bottom; height:11px; }
#users #tprod,  #adminBox #tprod{
 	background:url(../img/admin/box.gif) no-repeat; 
	padding-left:5px;
 }
#users #tpag, #adminBox #tpag{
	background:url(../img/admin/page.gif) no-repeat; 
	padding-left:5px;
 }