h1 {
	font-size: 18.2px;
	font-weight: 400;
	margin-top: 0px;
	margin-left: 10px;
}
h1 a:link {
    color: #053c78;
}
h1 a {
	color: #053C78;
	height: 18px;
	background: url('/.img/a_h.png') no-repeat scroll right 8px transparent;
	padding-right: 14px;
	text-decoration: none;
}
h1 a:hover {
    background-position: right -118px;
    text-decoration: underline;
}
h2 { 
	font-size: 13px;  
	line-height: 100%;
	font-weight: 600;	
	color: #0d94e5;
	text-decoration: underline;
	cursor: pointer;
}
h3 { 
	font-size: 12px;  
	line-height: 100%;
	text-decoration: none; 
	font-weight: 600;
	color: #27552b;
}
h5 {
	font-size: 16px;
	text-align: center;
	margin: 30px 0;
	color: #27552b;
}
h6 {
    font-weight: normal;
    font-size: 16px;
    color: #053C78;
    border-bottom: 1px solid #053C78;
    margin: 20px 0;
}
.info_blok ul {
	clear: left;
	list-style-type: none;
	margin: 6px;
	padding: 0px;
}
.info_blok ul li {
	margin: 0px 0px 10px 25px;
}
.info_blok li:before {
	content: ">";
	color: #0d94e5;
	font-weight: bold;
	margin-left: -2em;
	margin-right: 3px;	
	font-size: 12px;
}
.info_blok li:hover:before {
	color: #df830b;
}
.info_blok li a {
	color: #282828;
	text-decoration: none;
	font-size: 13px;
}
.info_blok li a:hover {
	text-decoration: underline;
}
.info_blok_odstep {
	clear: both;
	height: 30px;
}
.more {
	float: right;
	clear: both;
	color: #b0b0b0;
	font-size: 11px;
	margin-right: 10px;
}
.more:hover {
	color: #fea100;
}
#aktualnosci {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
#aktualnosci > li {
	width: 272px;
    border-bottom: 1px solid #e3e3e3;
    box-shadow: 0px 1px 1px #ffffff;
    padding: 6px 15px;
    list-style-type: none;
    font-size: 13px;
    box-sizing: border-box;
    min-height: 40px;
}
#aktualnosci > li > a {
    text-decoration: none;
	color: #282828;
	background: url('/.img/a_h.png') no-repeat scroll right 6px transparent;
	padding-right: 14px;
	padding-top: 3px;
}
#aktualnosci > li > a:hover {
    text-decoration: underline;
    background-position: right -120px;
}
#aktualnosci_go {
	clear: left;
    display: block;
    padding: 9.1px 13px;
    text-align: center;
    border-radius: 4.33333px;
    background-color: #fea100;
    background: -moz-linear-gradient(top,#fea100 0%,#df830b 100%,#df830b 100%,#df830b 100%,#df830b 100%,#df830b 100%) #df830b;
    background: -webkit-linear-gradient(top,#fea100 0%,#df830b 100%,#df830b 100%,#df830b 100%,#df830b 100%,#df830b 100%) #df830b;
    background: -o-linear-gradient(top,#fea100 0%,#df830b 100%,#df830b 100%,#df830b 100%,#df830b 100%,#df830b 100%) #df830b;
    background: -ms-linear-gradient(top,#fea100 0%,#df830b 100%,#df830b 100%,#df830b 100%,#df830b 100%,#df830b 100%) #df830b;
    background: linear-gradient(to bottom,#fea100 0%,#df830b 100%,#df830b 100%,#df830b 100%,#df830b 100%,#df830b 100%) #df830b;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fea100),color-stop(100%,#df830b),color-stop(100%,#df830b),color-stop(100%,#df830b),color-stop(100%,#df830b),color-stop(100%,#df830b)) #df830b;
    border: 1px solid #fff;
    width: 150px;
    margin: 0 auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
#kwadrat {
  list-style-type: none;
  padding: 0px;
  margin: 10px auto;
  font-size: 10px;
  text-align: center;
}
#kwadrat li {
	display: inline;
	margin: 0px 3px;
}
.kwadrat {
	border: 1px solid #e3e3e3; 
	padding: 0px; 
	width: 17px;
	height: 22px;
	font-weight: bold;
	color: #282828;
	font-size: 13px;
}

button {
	display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 2px 4px;
    font-size: 14px;
    border-radius: 0.25rem;
}

.btn-outline-wzr {
    color: #27552b;
    border-color: #27552b;
}

.btn-wzr {
    color: #fff;
    background-color: #27552b;
    border-color: #27552b;
}

.btn-accept {
	color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-accept:hover {
	color: #fff;
    background-color: #236231;
    border-color: #434844;
}

.btn-outline-accept {
	color: #28a745;
    border-color: #28a745;
}

.btn-outline-accept:hover {
	color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-rejection {
	color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-rejection {
	color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-rejection:hover {
	color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-update {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-update {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-update:hover {
	color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-search {
    width: 35px;
    height: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    float: left;
    border: 1px solid #fff;
    border-left: none;
    background: #27552b;
    background-image: url(/.img/search.png);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 13px;
}

.border-pagination {
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	padding-top: 3px;
	margin: 5px 0;
}

.pagination {
	display: inline-block;
}

.pagination a {
	color: black;
	float: left;
	padding: 4px 10px;	
	text-decoration: none;
}

.pagination span {
	display: block;
  	color: black;
  	float: left;
  	padding: 4px 10px;
  	text-decoration: none;
}

.pagination a.active {
	background-color: #27552b;
	color: #fff;
	border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}

.d-line {
	display: inline-block;
	margin: 0px 3px;
}

.lewa {
	float: left;
}
.prawa {
	float: right;
}
.cfloat {
	height: 5px;
	clear: both !important;
}
.center {
	text-align: center;
	margin: 5px auto;
}
.srodek {
	text-align: center;
}
.doprawa {
	text-align: right;
}
.dolewa {
	text-align: left;
}
.sz0 {
	width: 100%;
	min-height: 1px;
}
.sz1 {
	width: 70px;
	min-height: 1px;
}
.sz2 {
	width: 170px;
	min-height: 1px;
}
.sz3 {
	width: 50px;
	min-height: 1px;
}
.sz4 .sz_half {
	width: 50%;
	min-height: 1px;
}
.sz5 {
	width: 340px;
	min-height: 1px;
}
.sz6 {
	width: 130px;
	min-height: 1px;
}
.sz7 {
	width: 240px;
	min-height: 1px;
}
.sz8 {
	width: 40px;
	min-height: 1px;
}
.sz9 {
	width: 80px;
	min-height: 1px;
}
.sz10 {
	width: 100px;
	min-height: 1px;
}
.sz11 {
	width: 470px;
	min-height: 1px;
}
.sz12 {
	width: 180px;
	min-height: 1px;
}
.sz13 {
	width: 280px;
	min-height: 1px;
}
.sz14 {
	width: 355px;
	min-height: 1px;
}
.sz15 {
	width: 300px;
	min-height: 1px;
}
.sz16 {
	width: 440px;
	min-height: 1px;
}
.sz17 {
	width: 320px;
	min-height: 1px;
}
.sz18 {
	width: 30px;
	min-height: 1px;
}
.sz19 {
	width: 400px;
	min-height: 1px;
}
.plink {
	color: #0d94e5;
	text-decoration: underline;
	cursor: pointer;
}
.plink:hover {
	color: #fea100;
}
a {
	color: #0d94e5;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #fea100;
}
.ramka_tbig {
    font-weight: normal;
    font-size: 16px;
    color: #053C78;
    border-bottom: 2px solid #053C78;
    margin: 0px 0px 5px;
    cursor: pointer;
}
.ramka_tcent {
	font-weight: bold;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}
.ramka_data {
    color: #b0b0b0;
    margin: 0px;
    font-size: 10px;
}
.ramka_tresc {
	overflow: hidden;
}

.ramka_blank {
	margin: 15px 0;
}

.blok_tytul {
    font-weight: 600;
    border-bottom: 1px solid #cfcfcf;
    margin: 0px 0px 5px;
    cursor: pointer;
    color: #0d94e5;
}

.blok_tytul:hover {
	color: #fea100;
}

.blok_podtytul {
    border-bottom: 1px solid #cfcfcf;
    margin: 0px 0px 5px;
    color: #0d94e5;
}

.sylabus_tytul {
	padding-bottom: 10px
}
fieldset {
	padding: 15px 10px;
	border: 1px solid #e1e1e1;
	background: #f4f4f4;
	 style="background: #e1e1e1;"
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fieldsStaff {
	width: 710px;
	height: auto;
	background: #e1e1e1;
	padding: 15px 6px;
	border: 1px solid #e1e1e1;
	background: #f4f4f4;
	margin-bottom: 20px;
	 style="background: #e1e1e1;"
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*position: fixed; */
}

legend {
	color: #27552b;
	font-weight: 600;
}

label {
	text-align: right;
	margin-right: 8px;
	margin-top: 3px;
	float: left;
	height: 24px;
}

.label_mod {
	text-align: right;
	margin-right: 8px;
	margin-top: 3px;
	height: 24px;
	float: none !important;
}

.poleformdiv {
	margin-left: 12px;
	margin-top: 3px;
	float: left;
	height: 24px;
}

.edit {
	border: none;
	width: 20px;
	height: 20px;
	margin: 0;
	display: block;
	background: url("../.img/edit.png") no-repeat;
	background-size: 20px;
	float: right;
}

.edit:hover {
	background: url("../.img/edit.png") no-repeat scroll 3px -1px;
	background-size: 20px;
}

.view {
	border: none;
	width: 20px;
	height: 20px;
	display: block;
	background: url("../.img/view.png") no-repeat;
	background-size: 20px;
	float: right;
}

.view:hover {
	border: 1px inset #fea100;
	background-size: 20px;
}

.formmargin {
	margin-left: 140px;
}

.opis {
	color: #7e7e7e;
	font-size: 11px;
	text-align: right;
	padding: 5px 0 0 0;
}

.blank {
	border: none;
	background: none;
}

.poleform {
	height: 24px;
	padding: 0 5px;
	font-size: 13px;
	color: #5b4f4f;
	border: 1px solid #b0b0b0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.errorform {
	border: 1px solid #ff0000 !important;
}

.errorlabel {
	color: #ff0000 !important;
}

.errorradio {
	border: 1px solid #ff0000;
}

.label {
	margin-right: 8px;
	margin-top: 3px;
	float: left;
	height: 20px;
	color: #1ca396;
}

.subject {    
	resize: vertical;
	padding: 0.375rem 0.75rem;
    font-size: 13px;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    background: #f7f7f7;
    box-sizing: border-box; 
}

textarea {
    resize: vertical;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    box-sizing: border-box; 
}

.send {
	resize: vertical;
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 0.2rem 0.75rem;
    color: #27552b;
    border-color: #27552b;
}

.send:hover {
	color: #fff;
	font-weight: bold;
    background-color: #27552b;
    border-color: #27552b;
}
/*
select.poleform option:first-child {
	display: none;
	text-align: center;
	color: #e9e9e9;
}
*/
.poletext {
	color: #5b4f4f;
	width: 461px;
	height: 150px;
	padding: 3px;
}

input[type=submit].poleform {
	width: 80px;
	min-height: 24px;
	padding: 0;
	background: none;
	border: 1px solid #b0b0b0;
}

input[type=submit].poleform:hover {
	color: #fea100;
	border: 1px solid #fea100;
}

input[type=submit].link {
	min-height: 24px;
	padding: 0;
	color: #0d94e5;
	text-decoration: underline;
	cursor: pointer;
	border: none;
	background: none;
}

input[type=submit].link:hover {
	color: #fea100;
	border: none;
}

input[type=submit].dekorform {
	min-height: 24px;
	padding: 2px 10px;
	color: #27552b;
	font-style: italic;
	margin-top: 10px;
	border: 1px outset #27552b;
	-webkit-box-shadow: 3px 2px 2px 0 #27552b;
	-moz-box-shadow:    3px 2px 2px 0 #27552b;
	box-shadow:         3px 2px 2px 0 #27552b;
	cursor: pointer;
}

input[type=submit].dekorform:hover {
	color: #fea100;
	border: 1px outset #fea100;
	-webkit-box-shadow: 3px 2px 2px 0 #fea100;
	-moz-box-shadow:    3px 2px 2px 0 #fea100;
	box-shadow:         3px 2px 2px 0 #fea100;
}

input[type=submit].practice {
	padding: 10px 50px !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	background: none;
	color: #168532;
	border: 1px solid #168532;
	cursor: pointer;
}

input[type=submit].practice:hover {
	color: #fea100;
	border: 1px solid #fea100;
}

.polefile {
	overflow: hidden;
	height: auto;
	border: 1px solid #b0b0b0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
}
input[type=file] {
	font-size: 12px;
	color: #b0b0b0;
}
#accordion {
	margin: 10px 0;
}
#accordion > h3 {
	font-size: 12px;
}
.upper {
	text-transform: uppercase;
}
.dekor {
    color: #27552B;
    font-weight: 600;
    font-style: italic;
}
.glos {
	width: 200px;
	height: 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px sloid #a0a0a0;
	color: #fff;
	font-weight: 600;
	font-size: 14px;	
    box-sizing: border-box;
}
.glos:hover {
	border: 2px solid #A0A0A0;
}
.nie {
	background: #ed000a;
}
.tak {
	background: #13a119;	
}
.ankieta {
    padding: 8px 0;
    color: #fff;
    font-weight: 600;
    text-align: center;
    float: left;
}
.ankieta_info {
    font-size: 10px;
    font-style: italic;
}
.komunikat {
	color: #27552b;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.info {
	color: #aaaaaa;
	font-style: italic;
	text-align: center;
}
.blad {
	color: #fe6000;
	font-style: italic;
	text-align: center;
	margin-top: 10px;
}
.block {
	border: none;
    width: 16px;
    height: 16px;
    display: block;
    background: url("/.img/ikonki.png") no-repeat scroll -192px -96px;
}
.unblock {
	border: none;
    width: 16px;
    height: 16px;
    display: block;
    background: url("/.img/ikonki.png") no-repeat scroll -208px -96px;
}
.odlewa {
	margin-left: 15px;
}
.odstep {
	margin-left: 8px;
}
#bloklog {
	height: 560px;
}
#panel {
	width: 400px; 
	margin: 20px auto; 
	padding: 15px 0 0;
	background: #fff;
	border: 1px solid silver;
	font: 16px calibri;
	letter-spacing: -1px;
	-webkit-box-shadow: 0 0 2px silver; 
	-moz-box-shadow: 0 0 2px silver; 
	box-shadow: 0 0 2px silver;
}
#panel label {
	display: block;
	width: 260px;
	padding: 5px 20px;
	color: #696969;
	font-size: 14px;
	text-shadow: 0 0 1px silver;
	text-align: left;
}
.logform {
	display: block;
	width: 360px; 
	margin: 0 auto;
	padding: 5px 5px;
	border: 1px solid silver;
	outline: 2px solid #ebebeb;
}
.logform:focus {
	outline: 2px solid #e5f2f8;
}
#lower {
	background: #ecf2f5;
	padding: 8px 10px;
	margin-top: 20px;
	text-align: right;
	width: 380px;
}
#login {
	width: 90px;
	padding: 5px 13px;
	border: 1px solid #005f85;
	color: white;
	text-shadow: 0 0 1px black;
	background: #98c9dc;
}
.phead {
	font-size: 13px;
    color: #27552b;
    font-weight: 600;
    font-family: sans-serif;
}
.pinfo1 {
    color: #27552b;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.pinfo2 {
    color: #27552b;
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 5px;
	font-family: sans-serif;
}
.pinfo_blok {
	font-weight: 600;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 8px;
    color: #27552b;
	font-family: sans-serif;
	font-size: 13px;
}
.kolor {
	color: #fea100;
}
.uwaga {
	border: none;
	width: 16px;
	height: 16px;
	display: block;
	background: url("/.img/ikonki.png") no-repeat scroll 0 -143px transparent;
	float: right;
	cursor: pointer;
}
.uwaga:hover {
	background: url("/.img/ikonki_h.png") no-repeat scroll 0 -143px transparent;
}
.add {
	border: none;
	width: 16px;
	height: 16px;
	display: block;
	background: url("/.img/ikonki.png") no-repeat scroll 0 -191px transparent;
	float: right;
	cursor: pointer;
}
.add:hover {
	background: url("/.img/ikonki_h.png") no-repeat scroll 0 -191px transparent;
}

.del {	
	border: none;
	width: 16px;
	height: 16px;
	display: block;
	background: url("../.img/ikonki.png") no-repeat scroll -16px -191px transparent;
	float: right;
	cursor: pointer;
}
.del:hover {
	background: url("../.img/ikonki_h.png") no-repeat scroll -16px -191px transparent;
}
.offtekst {
	color: #aaaaaa;
}
.temat {
	color: #27552b;
	font-style: italic;
	font-weight: bold;
	margin: 15px 0 10px 0;
	padding: 10px 0;
}
.topmenu {
	border: 3px solid #fff;
	border-top: none;
	font-size: 12px;
	color: #fff;
	font-weight: 600; 
	width: 32px;
	height: 28px;
	margin-left: 5px;
	cursor: pointer;
	padding: 0;
}
.tm_lang {
	background: #c8292a;
}
.tm_mail {
	background-color: #0d94e5;
	background-image: url("../.img/kontakt.png") no-repeat scroll -75px -11px transparent;
}
.topmenu:hover {
	background: #546d83;
}
.wizytowka_info {
	width: 420px;
	margin-top: 3px;
	min-height: 1px;
	text-align: left;
}
.tel {
	border: none;
	width: 24px;
	height: 24px;
	display: block;
	background: url("../.img/kontakt.png") no-repeat scroll -141px -175px transparent;
}
.telk {
	border: none;
	width: 24px;
	height: 24px;
	display: block;
	background: url("../.img/kontakt.png") no-repeat scroll -140px -11px transparent;
}
.fax {
	border: none;
	width: 24px;
	height: 24px;
	display: block;
	background: url("../.img/kontakt.png") no-repeat scroll -77px -140px transparent;
}
.mail {
	width: 24px;
	height: 24px;
	display: block;
	background: url("../.img/kontakt.png") no-repeat scroll -75px -11px transparent;	
}
.home {
	border: none;
	width: 24px;
	height: 24px;
	display: block;
	background: url("../.img/kontakt.png") no-repeat scroll -11px -12px transparent;
}
.url {
	border: none;
	width: 24px;
	height: 24px;
	display: block;
	background: url("../.img/kontakt.png") no-repeat scroll -11px -108px transparent;
}
.dyz, .godz {
	border: none;
	width: 24px;
	height: 24px;
	display: block;
	background: url("../.img/kontakt.png") no-repeat scroll -43px -140px transparent;
}
.haze {
	border: none;
	width: 24px;
	height: 24px;
	display: block;
	background: url("../.img/kontakt.png") no-repeat scroll -76px -173px transparent;
}
.jakosc {
	font-size: 11px; 
	color: #053c78;
}
.jakosc input[type=submit] {
	width: 100px;
	height: 24px;
	background: #f0f0f0;
	color: #27552b;
	border: 1px solid #aaaaaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.jakosc textarea {
	width: 710px; 
	height: 300px;
}
.jakosc input[type=submit]:hover {
	color: #fea100;
}
.fb {
	margin-left: 20px;
	width: 87px;
	height: 24px;
	display: block;
	border: none;
	background: url("../.img/facebook.png") scroll -87px 24px transparent;
}
.fb:hover {
	background: url("../.img/facebook.png") scroll -87px 1px transparent;
}	
.habilitacja, .dr {
	margin: 7px 0;
}
.pdf {
	margin-left: 20px; 
	border: none;
}
.pdfimg {
	width: 23px; 
	height: 35px; 
	margin: 0 8px;
}
.czasopismo {
    font-weight: normal;
    font-size: 14px;
    color: #27552b;
    border-bottom: 1px solid #27552b;
    margin: 0px 0px 5px 5px;;
    cursor: pointer;
}
.zifrok {
	border: none; 
	font-weight: 600;
    font-size: 14px;
    color: #27552b;
    margin: 5px 0;
    background: #fff;
    padding: 3px 5px;
    border: 1px #e1e1e1 outset;
}
.zifspis {
	list-style-type: none;
	padding-left: 15px;
}
.zifspis li {
	margin: 8px 0;
}
.zifspis p { 
	font-weight: 600;
	font-size: 14px;
}
.zifspis span { 
	/*font-style: italic;*/
	font-weight: 600;
}
.zif {
	style="width: 700px; 
	height: 500px; 
	margin: 5px 0;
}
.ziframka {
	width: 700px;
	height: 500px;
}
.zifpdf {
	width: 700px;
	height: 490px;
	margin: 0 auto;
}	
.zifsummary {
	font-style: italic;
	margin-top: 3px;
	border: none;
	background: none;
	color: #0d94e5;
	text-align: left;
	cursor: pointer;
}
.zifsummary:hover {
	color: #fea100;
}
.rozdzial {
	margin-top: 3px;
	border: none;
	background: none;
	color: #0d94e5;
	text-align: left;
	cursor: pointer;
}
.rozdzial:hover {
	color: #fea100;
}
.odgory {
	margin-top: 20px;
}
.bold { 
	font-weight: 600;
}
.small_text {
	font-size: 9px;
}
.grey {
	background: #f4f4f4;
	padding: 10px 0;
}
.galeria {
	margin-right: 13px;
    padding: 7px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
}
.red {
	color: #ff0000;
}
.small_red {
	color: #ff0000;
	font-size: 11px;
}
.rodo {
	background: #f7f7f7;
	background: #f7f7f7;
	font-size: 13px;
	margin: 15px 0;
	padding: 10px 10px;
	font-style: italic;
}
.recall {
	width: 600px;
	height: 300px;
	margin: 30px auto;
}
/*
fieldset.green {
    margin: 2rem 0;
    padding: 2rem 2rem;
    background-color: #298f8557;
    border: 1px solid #168532;
}

fieldset.blue {
    margin: 2rem 0;
    padding: 2rem 2rem;
    background-color: #087ca640;
    border: 1px solid #087ca6;
    color: #21395d;
}

legend {
    font-size: 1.6rem;
    font-weight: 600;
    color: #075e5c;
}
*/

.border-green {
	border: 1px solid #168532 !important;
}

/*
.sylabus {
	color: #075e5c;
}

.sylabus [class*="form"] {
    font-size: 13px;
}

.form-label {
	clear: both !important;
	clear: left !important;
}

.decoration {
    border-bottom: 1px solid #009090;
    font-size: 1.2rem;
    background-position: center;
    color: #075e5c;
    background-size: cover;
    z-index: 0;
}
*/