	body{
	background-image: url(../images/bg_noise-grey.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
    }
    *{
		outline: none;
	}
    img {
		border: 0;
	}
				
	.header {
		width: 100%;
		height: 350px;
	}
	.title {
		background-image: url(../images/bg_noise-black.jpg);
		background-repeat: repeat;
		width: 100%;
		height: 50px;
	}
	.header_content {
		width: 940px;
		height: 300px;
		margin: auto;
	}
	.header_tit {
		width: 940px;
		height: 50px;
		margin: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 21px;
		font-style: italic;
		font-weight: bold;
		font-variant: normal;
		color: #FFF;
		padding-top: 10px;
	}
	.logo {
		padding-top: 40px;
	}
	.header_menu {
		width: 940px;
		height: 105px;
		margin: auto;
		overflow: hidden;
		top: 21px;
		position: relative;
		background-image: url(../images/header_lines.png);
    }	
	.menu {
		width: 700px;
		height: 100px;
		float: left;
		padding-bottom: 0px;
		overflow: hidden;
		top: 0px;
		position: relative;
    }	
	.boton a{
		background-position: center top;
		height: 25px;
		float:left;
		display: block;
		color: #fff;
		text-align:center;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		padding: 13px;
		-webkit-transition-property: all;
		-webkit-transition-duration: 1s;
		-webkit-transition-timing-function: ease;
		-webkit-transition-delay: 0s;
		-o-transition-property: all;
		-o-transition-duration: 1s;
		-o-transition-timing-function: ease;
		-o-transition-delay: 0s;
		transition-property: all;
		transition-duration: 1s;
		transition-timing-function: ease;
		transition-delay: 0s;
	}
	
	.boton a:hover{
		background-color:#2A2A2A;
	}

	.social_links1{
		width: 80px;
		height: 50px;
		float: right;
		position: relative;
		top: 10px;
	}
    .container {
		width: 940px;
		margin: auto;
		padding-top: 0px;
		padding-bottom: 0px;
		overflow: hidden;
    }
	.container_slide {
		width: 940px;
		height: 470px;
		margin: auto;
		padding-top: 0px;
		padding-bottom: 0px;
		overflow: hidden;
    }
	.footer {
		width: 100%;
		height: 350px;
	}
	.footer_part1 {
		background-image: url(../images/bg_linen-black.jpg);
		background-repeat: repeat;
		width: 100%;
		height: 230px;
	}
	.footer_content1 {
		width: 940px;
		height: 230px;
		margin: auto;
		padding-top: 0px;
		padding-bottom: 0px;
		overflow: hidden;
    }
	.column_1{
		float: left;
		position: relative;
		width: 300px;
		top: 50px;
	}
	.column_2{
		float: left;
		position: relative;
		width: 300px;
		top: 50px;
	}
	.column_3{
		float: left;
		position: relative;
		width: 300px;
		top: 50px;
	}
	.footer_menu a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-decoration: none;
		display: block;
		line-height: 20px;
		color: #CCC;
	}
	.footer_menu a:hover{
		color:#999;
	}
	.footer_part2 {
		background:#000;
		width: 100%;
		height: 120px;
	}
	.footer_content2 {
		width: 940px;
		height: 110px;
		margin: auto;
		padding-top: 0px;
		padding-bottom: 0px;
		overflow: hidden;
    }
	.footer_text{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-variant: normal;
		line-height: 20px;
		color: #CCC;
		float: left;
		position: relative;
		top: 15px;
		width: 620px;
	}
	.social_links2{
		float: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #CCC;
		position: relative;
		top: 20px;
		height: auto;
		width: auto;
	}
	hr { 
	  background-color: #333; 
	  border-color: #333; 
	  height: 0px;
	  margin-top: 0px;
	}
.container_title {
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
}
.container_img_med{
	padding-top: 40px;
	margin: auto;
	height: 372px;
	width: 614px;

}
.container_img_text{
	padding-top: 40px;
	margin: auto;
	height: 292px;
	width: 614px;

}

.txt_blue{
	color: #00F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

.txt_red{
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}
.txt_white{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

td{
	border:0px;
	
}
table{
	border:0px;
}