@charset "utf-8";
body{font-weight:300;padding-top: 60px;}
td{display: table-cell !important;}
input, textarea, select{margin-bottom: 5px;display: inline-block;background: #fafafa;color: #000;padding: 5px 10px;border-radius: 3px;}
header{
    height: 60px;
}
header span{
    width: 100%;
    height: 50px;
    background: url(../../img/pasion_surcl.png) no-repeat center center;
    margin: 0;
    float: left;
    display: block;
    background-size: contain;
    max-width: 20%;
    text-indent: -9999px;
    margin-left: 60px;
}
header span.cent{
    float: left;
    margin: auto;
}
header i.open-menu{
    float: left;
    height: 60px;
    display: block;
    width: 60px;
    text-align: center;
    font-size: 2em;
    line-height: 60px;
    color: #545454;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    cursor: pointer;
    transition: all 0.5s;
    margin-right: 2%;
    z-index: 20;
    position: absolute;
}
header i.open-menu:hover{
	background: #f1f1f1;
}
#content{
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 2px #CCC;
    padding: 40px 15px 15px 15px;
    position: relative;
}
#content.no-back{
    padding: 0;
    background: none;
    box-shadow: none;
}
nav{font-size: 1em;float: right;margin: 22px 0 0;font-weight: 300;color: #717171;}
nav a{color: #e42424;text-decoration: underline;}
.menu-content{
    display: block;
    width: 100%;
    max-width: 300px;
    z-index: 6;
    position: fixed;
    top: 110px;
}
.menu {width: 100%;background: #39a3d4;overflow: auto;padding: 0;list-style: none;margin: 0;display: none;-webkit-transition: -webkit-transform 0.3s, width 0.3s;-moz-transition: -moz-transform 0.3s, width 0.3s;transition: transform 0.3s, width 0.3s;}
.menu li {display: block;border-bottom: 1px solid #52b5e2;}
.menu.opened{ display:block;}
.menu li.sel {background: #5d5d5d;cursor:pointer;}
.menu li.exit {
    background: #c55858 !important;
    border-bottom: 1px solid #b32626;
}
.menu li:hover {background: #464646;cursor:pointer;}
.menu a{
	font-size: 1.2em;
	font-weight: 300;
	text-decoration:none;
	color: #FFF;
	display: block;
	padding: 10px 20px;
}
a.or{
    color: inherit;
    text-decoration: none;
}
a.or:after{
	content:'';
	display:inline-block;
	background:url(../../src/images/icon-arrow-down-b-128.png) no-repeat center center;
	background-size:contain;
	padding-right: 20px;
	width: 13px;
	height: 13px;
	vertical-align: middle;
}
.type_ads_list{
    width: 100%;
    margin: 0 0 15px 0;
}
.info_report{
    display: block;
    margin: 0;
    padding-top: 5px;
}
.info_report b{
    color: #09c;
    font-weight: 400;
}
.div_ad_text {
    margin: 15px;
    zoom: 1.1;
    width: 400px;
    max-width: inherit;
}


@media screen and (max-width:749px){
header{
    height: 60px;
}
header span{
    max-width: 50%;
}
nav{
    display: none;
}
header i.open-menu{
    float: left;
    height: 60px;
    display: block;
    width: 60px;
    text-align: center;
    font-size: 2em;
    line-height: 60px;
    color: #545454;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    cursor: pointer;
    transition: all 0.5s;
    margin-right: 2%;
    z-index: 20;
    position: absolute;
}
header i.open-menu:hover{
	background: #f1f1f1;
}
#content{
    background: #fff;
    margin-top: 1px;
    margin-bottom: 15px;
    box-shadow: 0 0 2px #CCC;
    padding: 2px 5px 5px 5px;
    position: relative;
}
.menu{    position: fixed;
    top: 60px;
    left: 0;
    overflow: hidden;
    width: 0;
    border-top: 1px solid #dddddd;
    background: #ffffff;
    -webkit-transition: -webkit-transform 0.3s, width 0.3s;
    -moz-transition: -moz-transform 0.3s, width 0.3s;
    transition: transform 0.3s, width 0.3s;
    z-index: 1003;
    height: inherit;
    line-height: inherit;}
.menu.opened{ width:280px}
.menu li.sel,.menu li{background: #fff;border-bottom: 1px solid #DDD;}
.menu li.exit{position: absolute;bottom: 0;width: 100%;}
.menu li.exit a{color: #fff;}
.menu li a{color: #600848;font-weight: 400;}
.menu-content{
    max-width: 100%;
}
}