@import"reset.css";
@import"fonts.css";

/************************ MAIN ************************/
html, body {

}

#main {
	width: 100%;
	height: auto;
}


/************************ HEAD ************************/

#head_wrap {
	width: 100%;
	height: 120px;
	background: url('../img/head_wrap_bg.png') center top;
	position: relative;	
}


.head_main {
	width: 980px;
	height: inherit;
	margin: 0 auto;	
}


.head_logo{
	width: 236px;
	height: 100px;
	float: left;
	position: relative;
}


.head_menu{
	width: 704px;
	height: 100px;
	margin-top:15px;
	position: relative;
	float: right;
}

/************************ SLID ************************/
#slid_wrap {
	width: 100%;
	height: auto;
	background:url('../img/slid_wrap_bg.png');		
	position: relative;
}

.slid_main{
	width: 980px;
	height: auto;
	margin: 0 auto;
}

/************************ IMAG ************************/
#imag_wrap {
	width: 100%;
	height: auto;
	min-height: 190px;	
	padding-top:10px;
	position: relative;
	background:url('../img/imag_wrap_bg.png');	
	box-shadow: 0 0 10px #999;	
}

.imag_main{
	width: 980px;
	height: auto;
	margin: 0 auto;
}


.imag_imag {
	width:970px;
	height:220px;
	border:5px #FFF solid;
	margin-top:5px;
	background:#fff;
	position:relative;
}

.imag_imag img {
	width:970px;
	height:220px;
}

.imag_shad {
	width:980px;
	height:35px;
	overflow:hidden;
	background:url('../img/imag_shad.png');
	position:relative;	
}


/************************ CONT ************************/
#cont_wrap {
	width: 100%;
	height: auto;
	min-height: 170px;	
	padding-top:10px;
	padding-bottom:20px;	
	margin-top:20px;
	position: relative;
	background:#ECECEC;	
	box-shadow: 0 0 10px #999;	
	overflow:hidden;
}

.cont_main{
	width: 980px;
	height: auto;
	margin: 0 auto;
}


.cont_titu {
	width:980px;
	height:35px;
    font-family: 'Benchnine';
	font-size:30px;	
	text-align:left;
	letter-spacing:1px;
	text-transform:uppercase;
	padding-bottom:6px;	
}

.cont_titu_a {
	width:auto;
	color:#0C64B6; 
}
.cont_titu_b {
	width:auto;
	color:#1B4374; 
}

.cont_data{
	width: 946px;
	height: auto;
	padding:15px;
	background:#fff;
	border:2px #E3E3E3 solid;	
	float:left;
}

.cont_data_info{
	width: 640px;
	height: auto;
    font-family:Arial, Helvetica, sans-serif;
	font-size:13px;	
	color:#333; 
	text-align:justify;
	line-height:19px;
	padding:15px;
	background:#fff;
	float:left;
}

.cont_data_info ul {
	list-style-image: url('../img/cont_info_li.png');
}

.cont_data_info ul li:hover {
	color:#1C406F;	
	list-style-image: url('../img/cont_info_li_h.png');
}

.cont_data_info_subt {
	width:640px;
	height:20px;
	margin-top:15px;
	margin-bottom:10px;	
	font-family:'Benchnine';
	font-size:18px;	
	color:#0C64B6;
	font-weight:bold;
	float:left;
	position:relative;
}

#cont_data_mapa {
	width: 300px;
	height:420px;
	padding:15px;
	background:#fff;
	float:left;
}

.cont_data_colu {
	width: 223px;
	height: auto;
	padding:8px;
	padding-top:10px;
	padding-bottom:10px;	
	margin-top:20px;
	margin-bottom:20px;	
	margin-left:20px;
	border-radius:5px;	
	float:left;	
	background:#eeeeee;
	border:1px solid #DCDCDC;
}

.cont_data_colu_titu{
	width:200px;
	height:28px;
	font-family:'Benchnine';
	font-size:22px;	
	color:#0C64B6;
	font-weight:100;
	text-transform:uppercase;
	padding-left:30px;		
	margin-bottom:10px;	
	float:left;
	position:relative;
	background:url('../img/cont_data_colu_icon.png') no-repeat 0 5px;	
}


.cont_data_colu_item a{
	width:200px;
	height:20px;
	font-family:'Benchnine';
	font-size:17px;	
	color:#fff;
	text-decoration:none;
	font-weight:100;
	text-shadow: 0px 1px #000000;
	text-transform:uppercase;
	padding:5px;
	padding-left:20px;
	margin-bottom:7px;
	border-radius:5px;			
	float:left;
	position:relative;
	background:#1C406F url('../img/cont_data_colu_item_vine.png') no-repeat 5px 11px;
}

.cont_data_colu_item:hover a{
	color:#1C406F;
	text-shadow:0 0 0;
	box-shadow: 0 0 2px 2px #D0D0D0;	
	background:#fff url('../img/cont_data_colu_item_vine_h.png') no-repeat 5px 11px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;	
}

.cont_data_colu_item_acti a{
	width:200px;
	height:20px;
	font-family:'Benchnine';
	font-size:17px;	
	color:#fff;
	text-decoration:none;
	font-weight:100;
	text-shadow: 0px 1px #000000;
	text-transform:uppercase;	
	padding:5px;
	padding-left:20px;
	margin-bottom:7px;
	border-radius:5px;			
	float:left;
	position:relative;
	box-shadow: 0 0 2px 2px #D0D0D0;		
	background:#0C64B6 url('../img/cont_data_colu_item_vine.png') no-repeat 5px 11px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;		
}

/************************ EXPE ************************/

.cont_data_info_expe_item{
	width: 160px;
	height: 160px;
	padding-top:8px;
	margin-bottom:15px;
	margin-left:35px;	
	border:2px #E3E3E3 solid;	
	float:left;
	position: relative;	
}

.cont_data_info_expe_item:hover{
	border:2px #0C64B6 solid;	
}

.cont_data_info_expe_item_area{
	width:160px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	line-height:17px;
	color:#0C64B6;
	text-align:center;
	font-weight:bold;
	margin-bottom:5px;	
	float:left;
	position:relative;
}

.cont_data_info_expe_item_logo{
	width: 140px;
	height: 70px;
	margin-left:10px;
	float:left;
}

.cont_data_info_expe_item_logo img{
	width: 140px;
	height: 70px;
}

.cont_data_info_expe_item_nomb{
	width:140px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	line-height:17px;
	color:#0C64B6;
	text-align:center;
	margin-top:5px;	
	padding-right:10px;	
	padding-left:10px;		
	float:left;
	position:relative;
}

/************************ FORM DATA************************/


.form_colu_data_item{
	width:225px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;;
	font-size:13px;	
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:5px;
	padding-top:7px;
	padding-left:20px;
	margin-bottom:12px;
	border-radius:5px;			
	float:left;
	position:relative;
	box-shadow: 0 0 2px 2px #D0D0D0;		
	background:#0C64B6 url('../img/cont_data_colu_item_vine.png') no-repeat 5px 10px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;		
}

.form_colu_data_item:hover {
	color:#1C406F;
	text-shadow:0 0 0;
	background:#fff url('../img/cont_data_colu_item_vine_h.png') no-repeat 5px 10px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;	
}

/************************ FORM ************************/

.form_labe {
	width: 140px;
	height:auto;	
	font-family: "Benchnine";	
	font-size: 16px;	
	color:#0C64B6;
	text-transform:uppercase;
	margin-left:5px;
	cursor:pointer;
	float:left;
	position:relative;
}


.form_inpu {
	width:230px;
	height:24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	padding-left:5px;
	margin-left:5px;	
	margin-bottom:8px;
	border:2px #DCDCDC solid;		
	border-radius:5px;	
	float:left;
	position:relative;
}

.form_inpu:focus {
	color:#1C406F;
	border:2px #CF030B solid;
	box-shadow: 0 0 5px #888;	
}


.form_text {
	width:230px;
	height:120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	background:#fff;	
	border:2px #CFCFCF solid;		
	border-radius:10px;	
	margin-left:5px;		
	float:left;
	position:relative;
}

.form_text:focus {
	color:#1C406F;
	border:2px #CF0009 solid;
	box-shadow: 0 0 5px #888;	
}

.form_send {
	width:100px;
	height:30px;
	border: 0;
	margin-top:20px;
	margin-right:10px;	
	padding-top:3px;
	background: url('../img/form_send_butt.png') no-repeat;	
	cursor: pointer;	
	float:right;
	position:relative;
}

.form_send:hover{
	color:#fff;
	background: url('../img/form_send_butt_h.png');
}


/************************ FORM MESS ************************/

#form_mess{
	position: absolute; 
	width:230px; 
	height:360; 
	z-index: 100;
	position: absolute;
	left: 50%;
	top: 520px;
	margin-left: -172px;	
}

#form_mess .imag{
	z-index: 100;	
}


/************************ FOOT ************************/

#foot_wrap {
	width: 100%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
	text-align:center;
	padding-top: 13px;
	margin-top: 30px;
	background: url('../img/imag_wrap_bg.png');	
	position: relative;
	overflow: hidden;
}

.foot_main {
	width: 990px;
	height: 30px;
	margin: 0 auto;	
}

.foot_main a {
	color:#fff;
	text-decoration:none;
}



