body a:link, a:visited, a:hover, a:active {
    color: orange;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
    padding: 2px;
}
body a:hover {
    color: darkred;
    background-color: orange;
}
p {
	padding: 3px;
}

body {
    overflow-x: hidden;
    background: rgb(224,223,225);
    background: radial-gradient(circle, rgba(224,223,225,1) 15%, rgba(28,74,97,1) 95%);
    margin: 0;
    font-family: "Gabriela", sans-serif;
    font-size: 1.2em;
    color: #bac2c4;
    font-weight: 200;
    box-sizing: border-box;
    display: block;
}

.page {
	text-align: center;
	margin: auto;
	max-width: 900px;
	box-sizing: border-box;
	display: block;
}

.sigle_gallery {
	margin-top: 20px;
	background-color: #0b242e;
	padding: 20px;
	border-radius: 20px;
	width: 100%;
        line-height: 3em;
}

.header_main {
	width: 100%;
	margin-top: 20px;
	background-color: #0b242e;
	padding: 20px;
	border-radius: 20px;
}
.footer_main {
	width: 100%;
	align: center;
	margin-top: 20px;
        margin-bottom: 20px;
	background-color: #0b242e;
	padding: 20px;
	border-radius: 20px;
}
.name_gallery {
	padding: 5px;
	font-size: 20px;
	font-weight: 300px;
	width: 100%;
}
.box18p {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.overlay18p  {
	z-index: 999;
	background-color: rgba(0,0,0,0.90);
}
.table_main {
    width: 80%;
    margin: auto;
    border: 1px solid #e05a26;
    border-bottom: none;
}
.table_td_left {
    width: 70%;
    border-bottom: 1px solid #e05a26;
    float: left;
}
.table_td_rigth {
    border-bottom: 1px solid #e05a26;
    float: right;
    width: 30%;
}
.table_td_nl {
    clear: both;
}