html { 
	height: 100%; 
	width: 100%; 
	}
body {	
	width: 100%; 
	height: 100%;
	padding: 0; 
	margin: 0;
	background: #fff url(../img/mbg.png) repeat 0 0;   
	font: 75% Arial, sans-serif;		
	color: #111;
	}
	
a { 
	color: #4782d3;
	outline: none 
	}
	
a:hover { 
	color: #235eae; 
	}
	
img, form, p, ul, ol, li, table, tr, td, div { 
	padding: 0; 
	margin: 0; 
	border: 0; 
	font-weight: normal; 
	}
	
p { 
	padding-bottom: 1.5em; 
	}
	
ul { 
	padding: 0 0 1.5em 0; 
	clear: left 
	}
	
ul li { 
	background: url(../img/li.png) no-repeat 0 .6em; 
	list-style: none; 
	list-style-type: none; 
	padding: 0 0 .5em 16px 
	}
	
ol { 
	padding: 0 0 1.5em 20px; 
	clear: left  
	}
	
ol li { 
	padding: 0 0 .7em 0; 
	}
	
ol li ul li { 
	background: url(../img/li.png) no-repeat 0 .6em; 
	list-style: none; 
	list-style-type: none; 
	padding: 0 0 .5em 16px 
	}
	
table { 
	font-size: 100%; 
	}
	
h1 { 
	font-size: 24px; 
	font-weight: bold; 
	margin: 0; 
	padding: 0 0 .7em 0; 
	color: #000 
	}	
	
h2 { 
	font-size: 20px; 
	font-weight: bold; 
	margin: 0; 
	padding: 0 0 .6em 0; 
	/*color: #7ca5dc */
	}
	
h3 { 
	font-size: 18px; 
	font-weight: normal; 
	margin: 0; 
	padding: 0 0 1em 0; 
	color: #7ca5dc  
	}
	
h6 { 
	font-size: 16px; 
	font-weight: normal; 
	margin: 0; 
	padding: 0 0 .3em 0; 
	color: #da251d 
	}
	
input, select, textarea { 
	font-family: inherit; 
	padding: 0 0 .1em 4px; 	
	font-size: 100%; 
	outline: none 
	}
	
a img { 
	border: none; 
	}
	
.img-lft { 
	float: left; 
	margin: 0 20px 20px 0; 
	}
	
.img-rgh { 
	float: right; 
	margin: 0 0 20px 20px;  
	}
	
cite { 
	font-style: italic; 
	}
	
.table { 
	border-collapse: collapse; 
	margin: .5em 0 2em 0 
	}
	
.table { 
	border-collapse: collapse; 
	margin: .5em 0 2em 0 
	}
	
.table th { 	
	color: #fff; 
	padding: .5em 20px .6em 20px; 	
	text-align: left; 
	background: #4782d3; 
	font-size: 100%; 
	font-weight: bold;
	border: 1px solid #dadada 	
	}
	
.table td { 
	padding: .8em 20px; 
	vertical-align: top; 
	background: #fcfcfc; 
	font-size: 95%; 
	border: 1px solid #dadada 
	}
	
.table .odd td { 
	background: #f1f1f1;		
	}
	
blockquote { margin: 0 0 2em 0; color: #777; font-style: italic; font-size: 120%; background: url(../img/blockq.png) no-repeat 0 0; padding: 15px 0 0 0 }
	
.clear { 
	clear: both 
	}
	
.shadow {	
    box-shadow: 0 0 6px #3577db;			
    transition: border linear 0.2s, box-shadow linear 0.2s;
	}

/*======MOVER======*/

input.infocus { 
	color: #000 !important; 
	font-style: normal !important
	}
	
.shadowAll { 
	position: fixed; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	background: #000; 
	z-index: 10000; 
	display: none; 
	cursor: pointer; 
	}
	
.overPopup { 
	position: fixed; 
	left: 35%; 
	top: 32%; 	
	z-index: 10001; 
	}	


.select-imitate .input input {	
	padding: .3em 4px; 	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;		
	border-radius: 0; 
	font-size: 95%; 	
	cursor: pointer   
	}

.select-imitate .input input.opened { border-color: #ff6f00 }	

.select-imitate-popup { 
	position: relative; 
	z-index: 1; 
	top: -1px 
	}
	
.select-imitate-popup-in { 
	position: absolute; 
	width: 320px; 
	left: 0; 
	top: 0; 
	background: #fff; 
	max-height: 110px; 
	overflow-y: scroll; 
	background: #fff; 
	border: 1px solid #dadada 
	}
	
.select-imitate-popup a { 
	display: block; 
	padding: 3px 10px 3px 10px; 
	font-size: 95%; 
	color: #333; 
	cursor: pointer; 
	font-size: 14px 
	}
	
.select-imitate-popup a:hover { 
	background: #5088d5; 
	color: #fff 
	}

.select-imitate-popup .selected { display: none }

.spoiler { margin-top: 20px; }
.spoiler .spoiler-title { font-size: 18px; background: #f1f1f1; padding: 16px 0 14px 20px; border-bottom: 1px solid #d2d2d2; border-top: 1px solid #fff; position: relative; cursor: pointer }
.spoiler .spoiler-title .spoiler-toggle { position: absolute; width: 26px; height: 26px; background: url(../img/docicos.png) no-repeat 0 0; top: 14px; right: 20px }
.spoiler .spoiler-title:hover { color: #6593d7 }
.spoiler .spoiler-title.active { color: #6593d7 }
.spoiler .spoiler-title.active .spoiler-toggle { background: url(../img/docicos.png) no-repeat 0 100%; }
.spoiler .spoiler-content { padding: 25px 0 10px 0; display:none; }

.document { position: relative; margin-left: 20px; padding: 0 0 13px 30px }
.document .ico { height: 25px; position: absolute; width: 21px; top: 0; left: 0 }
.document .ico.pdf { background: url(../img/icons.png) no-repeat 0 0 }
.document .ico.doc { background: url(../img/icons.png) no-repeat 0 -25px }
.document .ico.jpg { background: url(../img/icons.png) no-repeat 0 -50px }

.document .title { display: block; padding-bottom: 2px }
.document .size { font-size: 12px; color: #959595 }

img { max-width: 100%; height: auto; }