@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
*
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
    background: url("images/background.jpg") no-repeat fixed center top;
    color: #555555;
    box-shadow: inset 0 44px 0 rgb(54,75,92),inset 0 158px 0 rgb(49,69,87,0.7);
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 13px;
    line-height: 1.5;
}
a {
    color: #3FB0D0;
    text-decoration: none;
}

a:hover, a:focus {
    color: #4CCFF4;
    text-decoration: none;
}

a:focus {
    outline: none;
}
.subes_all {
    width: 1075px;
    margin: 0 auto;
}
.subes_menuintop {
    padding: 0;
    position: relative;
    height: 44px;
    background: #364B5C;
}
.subes_menuintop ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    line-height: 1.0;
}
.subes_menuintop ul li {
    float: left;
    position: relative;
}
.subes_menuintop ul li a {
    color: #D6E1E9;
    padding: 16px 15px;
	text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
}

.subes_menuintop ul li a:hover {
    color: #3FAFD0;
    outline: 0;
}
.subes_logo {
    height: auto;
    padding: 20px 0;
}
.subes_textpart {
    padding: 15px;
    background: #fff;
    margin-top:20px;
}
.subes_leftpart {
    overflow: hidden;
    float: left;
    width: 730px;
}
.subes_rightpart {
    overflow: hidden;
    float: left;
    width: 300px;
    margin-left: 15px;
}
.subes_leftpart h1 {
    color: #314556;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
}
.subes_subtitle {color: #999999;
font-size: 12px;
line-height: 18px;
}
.subes_leftpart p {	margin: 10px 0;
}
.subes_leftpart ul, .subes_leftpart ol {
	margin: 10px 0 10px 20px;
}
/* Search
----------------------------*/

#search {
    border: 1px solid #D8D8D8;
    background: #fff;
    text-align: left;
    padding: 6px;
    min-width:250px;
}

#search #s {
    background: none;
    color: #979797;
    border: 0;
    width: calc(100% - 16px);
    padding: 0;
    margin: 0;
    outline: none;
}

#content-search {
    width: 300px;
    padding: 15px 0;
}
.subes_rightpart h2 {
    color: #666666;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 3px solid #3FB0D0;
    margin: 0 0 10px 0;
    padding: 10px 0 7px 0;
}
.subes_rightpart ul li {margin: 10px 0;
padding: 0 0 10px 0;
border-bottom: 1px dotted #888;
font-size:14px;
}
.subes_endpart {	margin-bottom: 15px;
    color: #FFFFFF;
    background: #314556;
    text-align: center;
    padding: 20px 0;
}
#topsearch {	float:right;
}
.subes_leftpart img {	max-width: 100%;
	height: auto;
}
