@charset "UTF-8";

/* clear float */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}

#header {
	width: 100%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	background-color: rgba(255,255,255,1.00);
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	position: fixed;
	top: 70px;
	z-index: 7;
}
	.section{
		background-size: cover;
	}
	.slide{
		background-size: cover;
	}
	
		/* Sections
		 * --------------------------------------- */
		#section0{
	background-image: url(images/bk/00.jpg);
		}
		#section1{
	background-image: url(images/bk/01.jpg);
		}
		#section2{
	background-image: url(images/bk/02.jpg);
		}
		#section3{
	background-image: url(images/bk/03.jpg);
		}
		#section4{
	background-image: url(images/bk/04.jpg);
		}
		#section5{
	background-image: url(images/bk/05.jpg);
		}
.section_wrap {
	width: 100%;
	margin-top: 200px;
	padding-top: 0px;
	padding-left: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	margin-right: 100px;
}
.intro p{s
	margin: 0 auto;
	margin-bottom: 10px;
}
#topci {
	position: fixed;
	right: 0;  
    top: 10;
	z-index: 8;
}
.section_wrap h2 {
	color: rgba(0,0,0,1.00);
	font-size: 130%;
	margin-top: 5px;
}
.section_wrap table {
	background-color: rgba(255,255,255,0.70);
	float: left;
	margin-right: 30px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.section_wrap table th {
	color: rgba(113,45,0,1.00);
	font-size: 13px;
	vertical-align: top;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.section_wrap table td {
	color: rgba(113,45,0,1.00);
	font-size: 13px;
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.section_wrap h5 {
	color: rgba(255,255,255,1.00);
	font-size: 11px;
	margin-top: 15px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,0.00) 41.45%,rgba(152,86,0,0.68) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(255,255,255,0.00) 41.45%,rgba(152,86,0,0.68) 100%);
	background-image: -o-linear-gradient(180deg,rgba(255,255,255,0.00) 41.45%,rgba(152,86,0,0.68) 100%);
	background-image: linear-gradient(270deg,rgba(255,255,255,0.00) 41.45%,rgba(152,86,0,0.68) 100%);
}
.telefono {
	padding-left: 5px;
}
#header .telefono a {
	font-weight: bold;
	color: rgba(0,0,0,1.00);
}
.text_italic {
	font-style: italic;
	color: rgba(57,57,57,1);
}
