body {
	font: 12px arial,sans-serif;
}

.select {
	position: absolute;
	width: 181px;
	height: 27px;
	padding: 3px 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(/img/campo/selectores.png) no-repeat;
	overflow: hidden;
	color:#666;
	font-weight:bold;
}

.buscar_inp {
	float:left;
	font: 12px/21px arial,sans-serif;
	background:url(/img/campo/buscar_.jpg);
	border:0;
	padding:0;
	width:181px;
	height:27px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}

.div_cont_bt_n {
	float:left;
	padding:16px 12px 16px 12px;
	background:#f5f3df;
	width:181px;
	
}

.div_cont_bt_selec_int {
	float:left;
	width:100%;
	padding:0 0 25px 0;
}

.div_cont_int_cal {
	border:0;
	font-size:11px;
	width:74px;
	height:27px;
	background:url(/img/campo/bg_fe.jpg) no-repeat;
	text-align:center;
	float:left;
	color:#666;
	
}

.div_cont_txt_h_f {
	float:left;
	color:#707070;
	font-size:11px;
	padding:3px;
}

.sel_clim {
    float:left;
    height:27px;
    width:181px;
    font: 12px arial,sans-serif;
    font-weight:bold;
    color:#666;
    padding:5px;
    /*text-transform:capitalize;*/
	margin-top:5px;
	background:url(/img/campo/f_cmp.jpg);
	border:0;
   
}

select {
    float:left;
    height:27px;
    width:181px;
    font: 12px arial,sans-serif;
    font-weight:bold;
    color:#666;
    padding:5px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border: 1px #b4b4b4 solid;
    /*text-transform:capitalize;*/
}

/*
.div_cont_grafico_visual {
	float:left;
	width:782px;
	height:477px;
	background-image:url(/img/campo/CampoEstadisticas-E.jpg);
}*/

.div_cont_grafico_visual {
    float: left;
    height: 266px;
    width: 702px;
    padding:210px 0 0 80px;
}

/*@media only screen and (max-width: 768px) {
	.div_cont_bt_n,
	select{
		width:160px;
	}
	
	.buscar_inp{
		width:100%;
		background-position:center center;
	}
	
	.div_cont_grafico_visual{
		width:472px;
	}
	
	.div_cont_txts_tip_cmp{
		width:482px;
	}
}*/