/**
 * @version     CVS: 1.0.1
 * @package     com_escorts
 * @subpackage  mod_escorts
 * @copyright   2024 Ingin Ibiza SL
 * @license     Licencia Pública General GNU versión 2 o posterior. Consulte LICENSE.txt
 * @author      Ingin Ibiza SL <gaspar@ingin.es>
 */

.jcc-table {
    width: 100%;
    margin-bottom: 18px;
}

.jcc-table tr{
    border: none;
}

.jcc-table td, .jcc-table th{
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border: none;
    border-top: 1px solid #ddd;
}

.mi_buscador_2{ 
 	position: fixed !important;
    left: 0px;
    top: 15%;
	padding:10px;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	 z-index:1000;

	 color:white;
	 border: 1px solid #bd2187;
	 background-color:rgba(241,38,191,1);
}

