body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset */
	margin:0;
	padding:0;
}

body{
	/* Setting default text color, background and a font stack */
	
	font-family:Arial, Helvetica, sans-serif;
}

.tabContainer_Buscar{
	/* The UL */
	float:left;
	padding-right:90px;
}

#contentHolder_Buscar{
	border:2px solid #FFFFFF;
	height:auto;
	margin:20px;
	
	color:#444444;
	padding:1px;
        background-color:#EEEEEE;
	
	
	
	
	
}

#tabContent_Buscar{
	background-color:#333;
	border:1px solid #444;
	margin-top:-15px;
	width:1000px;
      
}

#tabContent_Buscar, tabContainer_Buscar li a,#contentHolder_Buscar{
	-webkit-box-shadow:0 0 2px black;
	-moz-box-shadow:0 0 2px black;
	box-shadow:0 0 2px black;
}

.tabContainer_Buscar li{
	/* This will arrange the LI-s next to each other */
	display:inline;
}

.tabContainer_Buscar li a,.tabContainer_Buscar li a:visited{
	/* Styling the hyperlinks of the tabs as colorful buttons */
	
	float:left;
	font-size:18px;
	
	/* display:block allows for additinal CSS rules to take effect, such as paddings: */
	display:block;
	
	padding:7px 16px 1px;
	margin:4px 5px;
	height:29px;
	
	/* Giving positioning */
	position:relative;
	
	/* CSS3 text-shadow */
	text-shadow:1px 1px 1px #CCCCCC;
}

#overLine{
	/* The line above the active button. */
	/*position:absolute;

	height:3px !important;
	background-color:white;
	width:90px;
	
	float:left;
	left:1px;
	top:-5px;
	overflow:hidden;*/
}


#buscarBoleta {
overflow:hidden;
width:auto;
height: auto;
              
clear:both;
background: #ccc;
border:2px  solid;
background-position:15px 10px;
padding:10px;
margin: 10px;
/*-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);  
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);*/
 border:none;
}

#buscarBoletaRapida {
    margin:20px 0 0 0;
    
/*width:844px;
height: 30px;
              
clear:both;background: #397CAE;
border:2px  solid;background-position:15px 
10px;padding:20px 20px 15px 60px;margin:0 0 10px 0;
margin: 10px;
-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);  
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);

-moz-border-radius: 0px;
-webkit-border-radius:0px ;

box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
 opacity: 0.30;
 */
}

#buscarBoletaRapida:hover {
    

/*-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);  
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);

-moz-border-radius: 0px;
-webkit-border-radius:0px ;

box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
 opacity: 0.50;*/
 
}



#buscarTexto{
    
    width: 200px;
    height: 30px;
    
    border : solid 2px;
    
    font-size: 20px;
    
}

#buscarTexto:hover{
    
    width: 200px;
     height: 30px;
    
    
    
}

#buscarTextoFecha{
    
    width: 200px;
    height: 30px;
    
    border : solid 2px;
    
    font-size: 20px;
    text-align: center;
    
}

#buscarTextoFecha:hover{
    
    width: 200px;
     height: 30px;
    
    
    
}

#buscarTextoFechaHasta{
    
    width: 200px;
    height: 30px;
    
    border : solid 2px;
    
    font-size: 20px;
    text-align: center;
    
}

#buscarTextoFechaHasta:hover{
    
    width: 200px;
     height: 30px;
    
    
    
}

#buscarRemitente{
    
    width: 200px;
    height: 30px;
    
    border : solid 2px;
    
    font-size: 20px;
    
}

#buscarRemitente:hover{
    
    width: 200px;
     height: 30px;
    
    
    
}



.icon-buscar:hover{
    
    cursor:  pointer  ;
    
}

.contentBuscador{
    float:left;
    width:350px;
    overflow: hidden;
}

.contentBuscador span{
    margin:7px 5px;
    display:block;
    float:left;
}

.contentBuscador input{
    display:block;
    float:left;    
}

.buscarWidth{
    width: 30px !important;
}