html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:”;}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn’t inherit in IE */
legend{color:#000;}

body{
	color: #000000;
	font: 17px 'Noto Sans', sans-serif;
}

.wrapper{
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}

.header{
	width: 100%;
	height: 105px;
	float: left;
	background-color: #d68448;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(214, 132, 72)), to(rgb(110, 81, 65)));
	background-image: -webkit-linear-gradient(top, rgb(214, 132, 72), rgb(110, 81, 65));
	background-image: -moz-linear-gradient(top, rgb(214, 132, 72), rgb(110, 81, 65));
	background-image: -o-linear-gradient(top, rgb(214, 132, 72), rgb(110, 81, 65));
	background-image: -ms-linear-gradient(top, rgb(214, 132, 72), rgb(110, 81, 65));
	background-image: linear-gradient(top, rgb(214, 132, 72), rgb(110, 81, 65));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d68448', EndColorStr='#6e5141');
	-webkit-box-shadow: 0px 0px 5px #696969;
	-moz-box-shadow: 0px 0px 5px #696969;
	box-shadow: 0px 0px 5px #696969;
	text-align: center;
	overflow: hidden;
}

.header img{
	margin-top: 18px;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;	
	transition: opacity 0.5s ease-in-out;
}

.header img:hover{
	opacity: 0.80;
}

.welcome_title{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.welcome_title h2{
	color: #b27244;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 10px;
}

.welcome_title h3{
	color: #b27244;
	font-size: 18px;
}

.splash_module{
	width: 100%;
	height: 979px;
	float: left;
	background: url(images/splash_rt.jpg) no-repeat center center;
	border-top: 1px solid #b27244;
}

.info_splash{
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 30px;
}

.info_splash img{
	-webkit-transition: opacity 0.1s ease-out;
	-moz-transition: opacity 0.1s ease-out;
	-o-transition: opacity 0.1s ease-out;
	-ms-transition: opacity 0.1s ease-out;	
	transition: opacity 0.1s ease-out;
	opacity: 1;
}

.info_splash img:hover{
	opacity: 0.7;
}

.sep_title{
	width: 100%;
	height: 72px;
	float: left;
	text-align: center;
	background-color: #7d7d7d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(125, 125, 125)), to(rgb(153, 153, 153)));
	background-image: -webkit-linear-gradient(top, rgb(125, 125, 125), rgb(153, 153, 153));
	background-image: -moz-linear-gradient(top, rgb(125, 125, 125), rgb(153, 153, 153));
	background-image: -o-linear-gradient(top, rgb(125, 125, 125), rgb(153, 153, 153));
	background-image: -ms-linear-gradient(top, rgb(125, 125, 125), rgb(153, 153, 153));
	background-image: linear-gradient(top, rgb(125, 125, 125), rgb(153, 153, 153));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7d7d7d', EndColorStr='#999999');
	-webkit-box-shadow: 0px 0px 5px #696969;
	-moz-box-shadow: 0px 0px 5px #696969;
	box-shadow: 0px 0px 5px #696969;
	overflow: hidden;
	margin-bottom: 30px
}

.sep_title h3{
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 23px;
	color: white;
}

.box_bk{
	width: 100%;
	float: left;
	background-image: url(images/fabric_of_squares_gray.png);
}

.box_bk2{
	width: 100%;
	float: left;
	background-image: url(images/pw_maze_white.png);
}

.box_bk3{
	width: 100%;
	float: left;
	background-image: url(images/weave.png);
}

.box_bk4{
	width: 100%;
	float: left;
	background-image: url(images/grid.png);
}

.about_us{
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}

.about_us img{
	float: left;
	-webkit-box-shadow: 0px 0px 19px #696969;
	-moz-box-shadow: 0px 0px 19px #696969;
	box-shadow: 0px 0px 19px #696969;
	border: 8px solid white;
	margin-right: 20px;
	margin-bottom: 30px;
}

.about_us h2{
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
	color: #b20610;
}

.about_us h3{
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
}

.about_us p{
	line-height: 20px;
	margin-bottom: 15px;
}

.where_we_are, .ytmovie{
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.where_we_are iframe, .ytmovie iframe{
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 19px #696969;
	-moz-box-shadow: 0px 0px 19px #696969;
	box-shadow: 0px 0px 19px #696969;
	border: 8px solid white;
}

.slides{
	width: 1000px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}

.slides_content{
	width: 1000px;
	height: 500px;
	float: left;
	-webkit-box-shadow: 0px 0px 19px #696969;
	-moz-box-shadow: 0px 0px 19px #696969;
	box-shadow: 0px 0px 19px #696969;
	border: 8px solid white;
	margin-bottom: 30px;
}

.service{
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.box_service{
	width: 300px;
	height: 550px;
	float: left;
	background-color: white;
	-webkit-box-shadow: 0px 0px 19px #696969;
	-moz-box-shadow: 0px 0px 19px #696969;
	box-shadow: 0px 0px 19px #696969;
	border: 8px solid white;
	margin-bottom: 30px;
	margin-right: 26px;
	font-size: 13px;
}

.box_service h3{
	color: white;
	padding: 5px;
	text-align: center;
	background-color: #d68448;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(214, 132, 72)), to(rgb(110, 81, 65)));
	background-image: -webkit-linear-gradient(top, rgb(214, 132, 72), rgb(110, 81, 65));
	background-image: -moz-linear-gradient(top, rgb(214, 132, 72), rgb(110, 81, 65));
	background-image: -o-linear-gradient(top, rgb(214, 132, 72), rgb(110, 81, 65));
	background-image: -ms-linear-gradient(top, rgb(214, 132, 72), rgb(110, 81, 65));
	background-image: linear-gradient(top, rgb(214, 132, 72), rgb(110, 81, 65));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d68448', EndColorStr='#6e5141');
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.box_service p{
	margin-bottom: 10px;
}

.box_service ul{
	margin-bottom: 10px;
}

.box_service ul li{
	list-style-type: square;
	list-style-position: inside;
	line-height: 20px;
}

.boxsnm{
	margin: 0px!important;
}

/* menu */

#floatMenu {
	position:absolute;
	top:0%;
	left:0px;
	width:120px;
	background-color: #585858;
	margin:0;
	padding:0;
	font-size: 11px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	-webkit-box-shadow: 3px 3px 11px #696969;
	-moz-box-shadow: 3px 3px 11px #696969;
	box-shadow: 3px 3px 11px #696969;
	text-align: center;
	border: 4px solid white;
}
 
#floatMenu h3 {
	color:white;
	font-weight: bold;
	padding:3px;
	margin:0;
	background-color:#585858;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
}
 
#floatMenu ul {
	margin:0;
	padding:0;
	list-style:none;
	font-weight: bold;
}
 
#floatMenu ul li {
	background-color:#f5f5f5;
	border-top:1px solid #ddd;
	padding: 4px;
}
 
#floatMenu ul li a {
	text-decoration:none;
	color: #000000;
}

#floatMenu ul li a:hover {
	color: #b81717;
}

/* footer */

.footer{
	width: 100%;
	height: 210px;
	float: left;
	border-top: 1px solid #b27244;
	text-align: center;
	background: url(images/grey_wash_wall.png) repeat;
	-webkit-box-shadow: 0px 0px 5px #696969;
	-moz-box-shadow: 0px 0px 5px #696969;
	box-shadow: 0px 0px 5px #696969;
	padding-top: 40px;
	font-size: 13px;
	color: #d1d1d1;
	font-weight: bold;
}

.footer img{
	opacity: 0.7;
	margin-bottom: 10px;
}

.tucomunica{
	margin-top: 30px;
}