﻿@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
/*@font-face{
	font-family:"MoolBoran";
	src: url('../fonts/MoolBoran.eot'); /* IE9 Compat Modes */
  	src: url('../fonts/MoolBoran.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MoolBoran.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/MoolBoran.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/MoolBoran.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MoolBoran.svg#svgFontName') format('svg'); /* Legacy iOS */
}*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	background: none repeat scroll 0% 0% transparent;	
	text-align:left;
}
html { 
  background:url(../../img/bg/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#fff;
}

a{
	text-decoration:none;
	color:#fff;
}

a img{
	border:none;
}
ul {
	list-style-type: none;
}

p{
	text-align:justify;
	
}
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	}	
/* FF, Safari, Opera—p */

.clearfix {
	display:inline-block;
	}
/* IE7, MacIE5—p */

/* The Following Hidden From MacIE \*/
	* html .clearfix { height:1%; }
	.clearfix { display:block; height:inherit; }

.clear { 
	clear: both; 
	height: 0;
}
#sectionWrapper{
	width:940px;
	height:auto;
	position:relative;
	margin:0 auto;
	padding:20px;
}
#sectionWrapper #sectionCapsa{
	width:940px;
	height:auto;
}
#sectionWrapper #sectionCapsa p{
	text-align:left;
	font-size:14px;
	line-height:22px;
	margin-top:10px;
}
#sectionWrapper #sectionCapsa p.title{
	font-size:20px;
	text-align:left;
	font-weight:bold;
	color:#ffcc00;
}
#sectionWrapper #sectionCapsa p.img{
	margin-top:20px;
}
