body {
	margin:0;
	padding:0;
	background:#FFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a{
	color:#333;
}
a img{
	border:0;
}
/*************
	CENTER
*************/
.header{
	background:#FFF url(header-bg-fla.jpg) no-repeat;
	position:relative;
}
.addthis{
	display:block;
	position:absolute;
	top:340px;
	right:30px;
	overflow:hidden;
}
.addthis_toolbox .custom_images a{
    width: 24px;
    height: 24px;
}
.addthis_toolbox .custom_images a:hover img{
    opacity: 1;
}
.addthis_toolbox .custom_images a img{
    opacity: 0.8;
}
/**/
.center{
	background:#FFF url(center-bg.gif) no-repeat center bottom;
	padding:5px 0 10px 0;
}
/*************
	FOOTER
*************/
.footer{
	background:#FFF url(footer-bg.gif) no-repeat;
	padding:15px 30px 25px 110px;
}
.footer p{
	font-size:12px;
	line-height:20px;
	color:#555;
	padding:0;
	margin:0;
}
.footer a{
	text-decoration:none;
	color:#333;
}
.footer a:hover{
	color:#DA251D;
}
.footer p.dire{
	float:left;
	text-align:left;
}
.footer p.vd{
	font-size:11px;
	float:right;
	text-align:right;
}
/*************
	home
*************/
.video-home{
	margin:30px 0 20px 0;
}
.home{
	background:#FFF url(fotos-home.jpg) no-repeat;
	height:900px;
}
.home p {
	margin:0;
}
.home .txt{
	width:315px;
	height:160px;
	font-size:14px;
	color:#777;
	line-height:22px;
}
.home .txt1{
	width:310px;
	height:150px;
	font-size:12px;
	color:#555;
	line-height:18px;
	float:right
}
.home .txt2{
	width:310px;
	height:150px;
	font-size:12px;
	color:#555;
	line-height:18px;
	float:left;
}
/*************
	about
*************/
.about{
	background: transparent url(fotos-about.jpg) no-repeat;
	height:400px;
}
.about p {
	margin:0;
}
.about .txt{
	width:410px;
	height:230px;
	font-size:14px;
	color:#777;
	line-height:22px;
}
.about .txt1{
	width:290px;
	height:140px;
	margin:0 15px 0 0;
	font-size:12px;
	color:#555;
	line-height:18px;
	float:left;
}
/*************
	txt
*************/
h1,h2,h3{
	border-bottom: 2px solid;
	line-height:30px;
	margin-top: 0;
	padding: 0;
}
h1{
	font-size:26px;
}
h2{
	font-size:22px;
}
h3{
	font-size:18px;
}
p{
	line-height:18px;
}
.p11{
	font-size:11px;
}
.p14{
	font-size:14px;
}
.c999{
	color:#999;
}
.c666{
	color:#666;
}
.cDA2{
	color:#DA251D;
}
.cF60{
	color:#F60;
}
.cF30{
	color:#F30;
}
.c090{
	color:#090;
}
.c09F{
	color:#09F;
}
/*************
	packages
*************/
ul.packages{
	color:#444;
	font-size:14px;
}
ul.packages li{
	list-style: none;
	background: url(bullet-1.gif) left top no-repeat;
	padding:0 0 10px 25px;
}
/* ****************************
	Gallery
**************************** */
ul.gallery{
	display: inline;
	list-style-type: none;
}
ul.gallery li {
	margin: 0 10px 10px 0;
	padding: 0;
	width:80px;
	height:60px;
	float:left;
}
ul.gallery li a img{
	border: 2px solid #FFF;
}
ul.gallery li a:hover img{
	border: 2px solid #F60;
}

ul.gallery li.video {
	margin: 0 10px 10px 0;
	padding: 0;
	width:260px;
	height:130px;
	float:left;
}
/* ***************
	Forms
*************** */
#k{
	margin:0;
	padding:0;
}
#k input{
	width:250px;
	padding:4px 3px;
	border:1px solid #999;
	background-color:#FFC;
	font-size:11px;
}
#k textarea{
	width:250px;
	padding:4px 3px;
	border:1px solid #999;
	background-color:#FFC;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#k select{
	width:260px;
	padding:4px 3px;
	border:1px solid #999;
	background-color:#FFC;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#k .btn{
	width:120px;
	border:1px solid #888;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	background-color:#F60;
}
#k input:focus, #k textarea:focus{
	border: 1px solid #F60;
	background-color:#FFF;
}
#k .sel1{
	width:80px!important;
}
