
@charset "UTF-8";

body{
	font-size: 9pt;
	font-family: Helvetica, Arial, sans-serif;
}

.menu{
	margin-top: 48px !important;
}

#access {
    border-bottom: 0;
    width: 700px;
    float: right;
    text-align: right;
}

#access a, #access .categories{
    font-size: 17px;
    font-weight: normal;
}
#access .menu-header li, div.menu li {
	border-right: 1px solid #2856a6;
}

.social {
    float: none;
    padding: 0px;
	margin: 0;
}

#header{
	display: block;
	height: 120px;
	clear: both;
	border-bottom: 5px solid #2856a6
}

#site-title {
	width: 225px;
}

.fecha {
	margin: 10px 0 0;
}

#access .menu-header, div.menu {
    font-size: 13px;
    margin-left: 0;
    width: 660px;
    float: right !important;
}

#menu-footer{margin-top: 0px !important; }

.entry-title a:link, .entry-title a:visited {color: #2856a6;}
.entry-title a:hover{color: #000; text-decoration: underline;}

#content .entry-title {
	font-size: 13pt;
}

.print{display: block; width: 70px; float: right;}

.widget_search input[type="text"]{
	border: 1px solid #f5f5f5;
	padding: 6px;
	background: #f1f1f1;
	width: 67% !important;
	margin-bottom: 6px;
}

.widget_search input[type="submit"]{
	border: 0px;
	background: #2857A6;
	color: #fff;
	padding: 6px;
	widht: 28%;
}

.widget_search input[type="submit"]:hover{
	background: #ff6f11;
}

.hentry{
	margin: 0 0 18px 0 !important;
}

@media screen and (max-width: 959px) {

.print{display: none;}

#header{
	height: 80px;
	border-bottom: 0;
}

.mobile-menu{
	display: block;
	width:80%;
	height:100%;
	left:-80%;
	margin:0;
	position: fixed;
	background: #2856a6;
	font-size: 12pt !important;
}
.mobile-menu li{
	display: block;
	clear: both;
	list-style: none;
}

.mobile-menu ul li {

}
.mobile-menu li a, .mobile-menu li a.categories{
	display: block;
	clear: both;
	background: #2856a6;
	border-bottom: 1px solid #3f70c5;
	padding: 12px;
	text-align: left;
	color: #fff;
	font-size: 10pt;
	text-decoration: none;
}

.mobile-menu li a:hover{
	background: #21488c;
}

.mobile-menu ul ul {
   display: none;
}

.mobile-menu ul > li:hover > ul {
    display: block;
}

.mobile-menu ul li ul li a{
	background: #3a6abf;
	padding-left: 30px;
}




}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

