@charset "utf-8";
/* CSS Document */

.cajabuscador {
	/*background:#006699 none repeat scroll 0 0;*/
	font-size:11px;
	margin-left:3px;
	padding:5px;
	.overflow:hidden;
	width:365px;	
	float:right;
	
}

.cajabuscador h3
{
	color:#00377F;
	margin:0 0 5px 0;
	font-weight:bold;
	font-size:0.9em;
	background:transparent !important;
}

				
/*box busqueda*/
	
.cajabuscador .main_infodestbox3 {
	clear:both;
	font-size:1.2em;
}
.cajabuscador .main_infodestbox3_top {
	background:transparent url(../img/bg_main_infodestbox_top_left.gif) no-repeat scroll left top;
	font-size:1px;
	height:6px;
}
.cajabuscador .main_infodestbox3_top span {
	background:transparent url(../img/bg_main_infodestbox_top_right.gif) no-repeat scroll right top;
	float:right;
	height:6px;
	padding:0 0 0 6px;
}
.cajabuscador .main_infodestbox3_mid {
	background:#D7E6FF none repeat scroll 0 0;
	border-bottom:none;
	border-left:1px solid #99CCFF;
	border-right:1px solid #99CCFF;
	padding:5px 15px;
}
.cajabuscador .main_infodestbox3_mid_claro{
	background:#E1EDFF none repeat scroll 0 0;
	border-bottom:1px solid #9ACCFF;
	border-left:1px solid #99CCFF;
	border-right:1px solid #99CCFF;
	padding:10px 15px;
}

.cajabuscador .main_infodestbox3 fieldset {
	border-width:0;
	margin:0;
	padding:0;
}
.cajabuscador .main_infodestbox3 input.largo {
	width:223px;
}
.cajabuscador .main_infodestbox3 input {
	border:1px solid #9A9A9A;
	color:#666666;
	display:inline;
	font-size:14px;
	padding:4px;
	/*padding-top:2px;*/
	background: #FFF;
	
}

.cajabuscador .main_infodestbox3 select {
	border:1px solid #9A9A9A;
	color:#666666;
	padding:2px;
	width:100%;
}
.cajabuscador  .btn_search {
	background:transparent url(../img/btn_search.gif) no-repeat scroll 0 0 !important;
	border-width:0 !important;
	cursor:pointer;
	height:26px;
	margin:0 0 0 10px;
	width:82px !important;
	vertical-align:middle;
}
.cajabuscador .main_infodestbox3_mid2 {
	background:#FFFFE8 none repeat scroll 0 0;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	height:1%;
	padding:2px 15px;
	color:#666666;
	font-size:0.8em;
}
.cajabuscador .main_infodestbox3_bot {
	/*background:transparent url(../img/bg_main_infodestbox2_bot_left.gif) no-repeat scroll left top;*/
	background:transparent url(../img/bg_main_infodestbox_bot_left.gif) no-repeat scroll left top;
	width:100%;
	font-size:1px;
	height:6px;
}
.cajabuscador .main_infodestbox3_bot span {
	/*background:transparent url(../img/bg_main_infodestbox2_bot_right.gif) no-repeat scroll right top;*/
	background:transparent url(../img/bg_main_infodestbox_bot_right.gif) no-repeat scroll right top;
	float:right;
	height:6px;
	padding:0 0 0 6px;
}

.cajabuscador .main_infodestbox3_mid2  .busqueda_completa{
	color:#EA8105;
	font-size:12px;
	text-decoration:underline;
}


.cajabuscador .main_infodestbox3 .inputoculto
{
	border:none;
	padding:0;
}
.cajabuscador .main_infodestbox3 .radio
{
	border:none;
	background:transparent;
}
/*.cajabuscador #nom_sociedad{ line-height:12px;}*/
.cajabuscador .search_avanzada{ float:right; padding-top:3px; padding-right:110px;}
/* fin box busqueda*/


/*FIX CAJA BUSQUEDA NUEVA HOME*/
/***************************************************************************************/
		#buscador-header{
			display:block;
			left:auto;
			position:absolute;
			top:33px;
			right:17px;
			height:auto;
			width:auto;
		}
		.cajabuscador {
			float:right;
			font-size:11px;
			margin-left:3px;
			padding:0;
			width:377px;
		}
		.cajabuscador .main_infodestbox3 input.largo {
			width:237px;
		}
		.cajabuscador .main_infodestbox3 input {
			background:none repeat scroll 0 0 #FFFFFF;
			border:1px solid #B6B6B6;
			color:#7F7F7F;
			display:inline;
			font-size:0.8em;
			padding:2px;
			}
	
		
		.cajabuscador .main_infodestbox3 .btn_search {
			background:url("../img/btn_search3.gif") no-repeat scroll 0 0 transparent !important;
			border-width:0 !important;
			cursor:pointer;
			height:20px;
			margin:0;
			width:79px !important;
			padding:0;
		}
		.cajabuscador #ico_ayuda_busqueda
		{
			vertical-align:middle;
			cursor:help;
		}
