@font-face {
	font-family: 'Yanone Kaffeesatz';
	font-style: normal;
	font-weight: 400;
	src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'), url(https://fonts.gstatic.com/s/yanonekaffeesatz/v7/YDAoLskQQ5MOAgvHUQCcLQa6gm6bS00u2Qn-iPLo1Go.woff) format('woff');
}

body
{ font: normal 'trebuchet ms', arial, sans-serif;
	background: url(/css/images/pattern.png) fixed;
}

.row{
	padding: 1em;
	background-color: #ffffff;
}
.navbar-default{
	background: #C1DDDB url(/css/images/pacmatron.png)  no-repeat;
	background-size:110% auto;
}

.navbar-default .navbar-nav > li > a {
	font: normal 200% 'Yanone Kaffeesatz', arial, sans-serif;
	color: #444;
}

p
{ padding: 5px;

	line-height: 1.5em;
	font-size: 107%;}

pre
{ white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */ }

img
{ border: 0;}

h1, h2, h3, h4, h5, h6
{ font: normal 200% 'Yanone Kaffeesatz', arial, sans-serif;
	color: #444;
	padding: 5px 0 5px 0;
}

h2
{ font: normal 170% 'Yanone Kaffeesatz', arial, sans-serif;
	color: #F14E23;
	margin: 0;
	padding: 0 0 8px 0;}

h3
{ font-size: 200%;
	margin: 0 0 9px 0;
	color: #444;}

h4, h5, h6
{ margin: 0;
	padding: 0 0 5px 0;
	font: normal 100% arial, sans-serif;
	color: #F14E23;
	line-height: 1em;}

h5, h6
{ font: italic 95% arial, sans-serif;
	color: #888;
	padding-bottom: 15px;}

h6
{
	color: #9DA3A9;
	text-align: center;
}

a, a:hover
{ outline: none;
	text-decoration: none;
	color: #35BDF5;}

a:hover
{ text-decoration: underline;}

.btnLang
{ border: 0;
	border: 1px solid #eee;
	padding: 4px;
	background: #fff;}

.left
{ float: left;
	width: auto;
	margin-right: 10px;}

.right
{ float: right;
	width: auto;
	margin-left: 10px;}

.center
{ display: block;
	text-align: center;
	margin: 5px auto;}

ul
{ margin: 2px 0 22px 17px;}

ul li
{ list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 4px 5px;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#main, #header, #logo, #menubar, #site_content, #footer
{ margin-left: auto;
	margin-right: auto;}

#main
{ width: 950px;
	margin: 20px auto;}

#header
{ width: 952px;
	height: 145px;}

#logo
{ width: 950px;
	float: left;
	height: 110px;
	background: transparent;
	padding: 0 0 0px 10px;}

#logo h1
{ font: normal 350% 'Yanone Kaffeesatz', arial, sans-serif;
	padding: 5px 0 0 17px;
	color: #555;
	float: left;}

#logo h1 a
{ color: #35BDF5;
	text-decoration: none;}

#logo h1 a:hover
{ color: #555;
	text-decoration: none;}

.slogan
{ float: right;
	padding-right: 25px;
	text-align: right;
	font: 200% 'tangerine', arial;
	color: #111;}

.slogan a
{ float: right;
	text-align: right;
	font: 12px arial;}

#menubar
{ height: 46px;
	width: 700px;
	margin: 0px auto -1px auto;
	float: right;
	padding: 0px 0 0 0;}

ul#menu
{ float: right;}

ul#menu li
{ float: left;
	padding: 0 0 0px 0px;
	list-style: none;
	margin: 2px 0 0 0;
	background: transparent;}

ul#menu li a
{ font: normal 170% 'Yanone Kaffeesatz', sans-serif;
	text-decoration: none;
	color: #444;
	display: block;
	float: left;
	height: 20px;
	padding: 7px 23px 15px 23px;
	text-align: center;}

ul#menu li.current a
{ height: 20px;
	padding: 6px 22px 15px 22px;}

ul#menu li.current a
{ background: #fff;
	border: 1px solid #ddd;
	border-bottom: 0;
	color: #F14E23;}

ul#menu li a:hover
{ color: #F14E23;}

#site_content
{ width: 950px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #fff;
	border: 1px solid #E7E7E7;}

#sidebar_container
{ float: right;
	width: 250px;
	margin: 25px 0;}

.social
{
	margin:10px;
}

.sidebar
{ float: right;
	width: 200px;
	margin: 0 24px 27px 0;
	background: #FBFBFB;
	border: 1px solid #eee;
	padding: 0 15px 15px 15px;}

.sidebar h3, .content h1
{ padding: 10px 15px;
	margin: 0 1px;}

.sidebar h1
{ padding: 5px 0 0 0;}

.paperclip
{ float: left;
	position: relative;
	z-index: 0;
	vertical-align: middle;
	margin: -27px 0 -60px -30px;}

.searchbox {
	width: 200px;}

#content
{ text-align: left;
	width: 630px;
	padding: 25px 0 5px 25px;
	margin: 0;}

#content #postnav ul li {
	background: none repeat scroll 0 0 transparent;
	float: left;
	line-height: 1.5em;
	list-style-type: none;
	margin: 0 125px 10px;
	padding: 0 0 4px 15px;
}

iframe
{
  display:block;
  margin-left:auto;
  margin-right:auto; 
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#post ul
{ margin: 2px 0 22px 0px;}

#post ul li
{ list-style-type: none;
	background: url("//misapuntesde.com/css/images/bullet.png") no-repeat scroll transparent;
	padding: 0 0 4px 15px;
}

#post .social
{
	margin: 5px;
}

#footer
{ clear: both;
	width: 100%;
	font: normal 'yanone kaffeesatz',  arial, sans-serif;
	height: 85px;
	padding: 20px 0 5px 0;
	text-align: center;
	color: #555;
	background: transparent;
	margin-bottom: 20px;}

#footer p
{ padding: 0 0 10px 0;}

#footer a, #footer a:hover
{ color: #555;
	text-decoration: none;}

#footer a:hover
{ color: #35BDF5;
	text-decoration: none;}

.gallery img
{ position:absolute;}

.form_settings
{ margin: 5px 0 0 0;}

.form_settings p
{ padding: 0 0 10px 0;}

.form_settings span
{ padding: 5px 0;
	float: left;
	width: 170px;
	text-align: left;}

.form_settings input, .form_settings textarea
{ width: 252px;
	font: 100% 'trebuchet ms', arial;
	border: 0;
	border: 1px solid #eee;
	padding: 5px 10px;
	background: #fff;
	color: #FFF;}

.form_settings .submit
{ border: 0;
	width: auto;
	margin: 0 0 0 200px;
	cursor: pointer;
	color: #35BDF5;
	border: 1px solid #ddd;
	padding: 5px 15px;
	background: #fff;
	font: normal 140% 'Yanone Kaffeesatz', sans-serif;}

.form_settings textarea, .form_settings select
{ font: 100% 'trebuchet ms', arial;
	border: 1px solid #eee;
	padding: 5px 10px;
	background: #fff;
	width: 252px;
	overflow: auto;}

.form_settings select
{ width: 274px;}

.form_settings .checkbox
{ margin: 4px 0;
	padding: 0;
	width: 14px;
	border: 0;
	background: none;}

.search
{ color: #666;
	border: 1px solid #eee;
	margin: 0;
	padding: 10px 5px;
	width: 189px;
	color: #F14E23;}

.subscribe
{ color: #35BDF5;
	border: 1px solid #ddd;
	padding: 5px 10px;
	background: #fff;
	float: right;
	cursor: pointer;
	margin: 0;
	font: normal 140% 'Yanone Kaffeesatz', sans-serif;}

table
{ margin: 10px 0 30px 0;}

table tr th, table tr td
{ background: #F5F5F5;
	color: #111;
	padding: 7px 4px;
	text-align: left;}

table tr td
{ background: #FBFBFB;
	color: #111;
	border-top: 1px solid #FFF;}

.post-info {
	background: #F5F5F5 url(//misapuntesde.com/css/images/calendar.png) no-repeat scroll 5px center ;
	color: #666666;
	font-size: 14px;
	margin: 0 0 20px;
	padding: 5px 25px;}

#post img, .post-body img {
	margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.flags
{
	height: 12px;
	width: 12px;
	vertical-align: middle;
}

ol {
	margin:0;
	padding:0;
}
// Cookies
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:40px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}
 
.inner a.ok {
    padding:4px;
    color:#00ff2e;
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#faff00;
}
