/*
Theme Name: Revista Diplomática v1 - 2015
Author: José L. Viéitez
Author URI: http://jlvdesign.blogspot.com
Version: 1.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/copyleft/gpl.html
Theme URI: http://jlvdesign.blogspot.com
Description: Tema Wordpress desarrollado para el sitio web de Revista Diplomática de Venezuela &copy;2014
*/

* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	background: none;
	font-family: 'Open Sans', sans-serif;
}

a,
a:visited,
a:active,
a:link {
	color: #6e063b;
	text-decoration: none;
}

p {
	margin: 10px 0 0 0;
}

img {}

h1 {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

ul {}

ol {}

#wrap {
	width: 100%;
}

#content {
	width: 100%;
}

.inner {
	display: block;
}

header {
	position: relative;
	display: block;
	background-color: #bcbd8c;
}

header:before {
	position: absolute;
	left: 0;
	bottom: -10px;
	content: "";
	width: 50%;
	border-bottom: 10px solid #6e063b;
}

header:after {
	position: absolute;
	right: 0;
	bottom: -10px;
	content: "";
	width: 50%;
	border-bottom: 10px solid #333;
}

header .inner {
	/*display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;*/
	margin: 0 auto;
	width: 1000px;
	height: 175px;
}

header .inner .logo {
	display: inline-block;
	width: 200px;
}

header .inner .logo img {
	margin-top: 30px;
	padding: 15px 12px 15px 0;
	border-right: 5px solid #6e063b;
}

header .inner .navmenu {
	display: inline-block;
	vertical-align: top;
	margin-top: 60px;
	margin-left: 40px;
	width: 450px;
}

header .inner .menu nav {
	display: block;
}

header .inner .menu nav .menu-principal-container {
	display: block;
}

ul#menu-principal {
	/*display: flex;
	justify-content: flex-start;
	list-style: none;*/
	display: block;
	padding-block-end: 4px;
}

ul#menu-principal li {
	display: inline-block;
	margin-right: 20px;
	list-style: none;
}

ul#menu-principal li a {
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}

ul#menu-principal li a:hover {
	border-bottom: 3px solid #333;
}

header .inner .search {
	display: inline-block;
	vertical-align: top;
	margin-top: 55px;
	width: 300px;
}

header .inner .search form {
	display: block;
}

header .inner .search form input {
	padding: 5px;
	width: 288px;
	color: #aaa;
	border: 1px solid #aaa;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
}

section {
	width: 100%;
}

section .inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;

	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	
	margin: 10px auto 0;
	width: 1000px;
}

section .inner .col-one {
	display: block;
	width: 680px;
}

section .inner .col-one .row {
	width: 100%;
}

section .inner .col-one .row .breadcrumb {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;
}

section .inner .col-one .row .breadcrumb a {
	color: #333;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;
	text-decoration: none;
}

section .inner .col-one .row .important {
	margin-top: 15px;
	padding-bottom: 15px;
	width: 680px;
	border-bottom: 5px solid #6e063b;
	overflow: hidden;
}

section .inner .col-one .row .important {
	display: block;
	/*display: flex;
	flex-direction: column;*/
}

section .inner .col-one .row .important .inner {
	position: relative;
	display: block;
	margin: 0;
	width: 680px;
	height: 220px;
}

section .inner .col-one .row .important .inner .slide {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	opacity: 0;
	width: 400px;
	overflow: hidden;
}

section .inner .col-one .row .important .inner .current {
	z-index: 1;
	opacity: 1;
}

section .inner .col-one .row .important .inner .slide a {
	display: block;
}

section .inner .col-one .row .important .inner .slide a img {
	display: block;
	width: 400px;
	height: auto;
}

section .inner .col-one .row .important .inner .slide .info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	padding: 5px;
	background-color: rgba(30,30,30,.8);
}

section .inner .col-one .row .important .inner .slide .info .s-title {
	display: none;
}

section .inner .col-one .row .important .inner .slide .info .s-time {
	margin-right: 10px;
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: .8em;
}

section .inner .col-one .row .important .inner .slide .info .s-excerpt {
	color: #fff;
	font-size: .8em;
	font-weight: 600;
	line-height: 1em;
}

section .inner .col-one .row .important .inner .nav {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 270px;
}

section .inner .col-one .row .important .inner .nav .thumb {
	margin-top: 15px;
	font-family: 'Oswald', sans-serif;
	font-size: .9em;
	cursor: pointer;
	opacity: .6;
}

section .inner .col-one .row .important .inner .nav .thumb:first-child {
	margin-top: 0;
}

section .inner .col-one .row .important .inner .nav .current {
	opacity: 1;
}

/*section .inner .col-one .row .important .title {
	display: block;
	margin-bottom: 10px;
}

section .inner .col-one .row .important .title h1 {
	color: #333;
	font-size: 1.5em;
	font-weight: 600;
}

section .inner .col-one .row .important .title h1 a {
	display: block;
	color: #333;
	text-decoration: none;
	text-align: justify;
	letter-spacing: -1px;
	line-height: 1.2em;
}

section .inner .col-one .row .important .title h1 a .date {
	color: #333;
	font-style: italic;
	font-size: 1em;
	font-weight: 300;
	text-transform: capitalize;
}

section .inner .col-one .row .important .image {
	position: relative;
	display: block;
}

section .inner .col-one .row .important .image img {
	display: block;
	width: 680px;
	height: auto;
}

section .inner .col-one .row .important .image span {
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 5px 10px;
	background-color: rgba(51,51,51,.8);
	border-right: 3px solid #6e063b;
}

section .inner .col-one .row .important .image span a {
	color: #eee;
	text-decoration: none;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}

section .inner .col-one .row .important .image span a:hover {
	border-bottom: 2px solid #eee;
}*/

section .inner .col-one .row .news {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/

	/*display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;

	-webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/

	/*-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;*/

	display: inline-block;
	margin-top: 20px;
	width: 100%;
}

section .inner .col-one .row .news .note {
	display: inline-table;
	vertical-align: top;
	margin-bottom: 20px;
	margin-right: 7px;
	width: 330px;
}

section .inner .col-one .row .news .note .image {
	position: relative;
	display: block;
}

section .inner .col-one .row .news .note img {
	display: block;
	width: 330px;
	height: auto;
}

section .inner .col-one .row .news .note span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1px 3px;
	color: #eee;
	background-color: rgba(51,51,51,.9);
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;
}

section .inner .col-one .row .news .note a {
	text-decoration: none;
	color: #333;
}

section .inner .col-one .row .news .note h1 {
	margin-top: 10px;
	font-size: 1.1em;
	letter-spacing: 0px;
	line-height: 1.2em;
}

section .inner .col-one .row .news .note  p {
	margin-top: 10px;
	font-size: .9em;
}

section .inner .col-one .row .paging {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	/*display: flex;
	justify-content: flex-start;*/
	width: 100%;
}

section .inner .col-one .row .paging .page-numbers {
	margin-right: 5px;
	padding: 5px;
	color: #333;
	font-size: .9em;
	background-color: #bcbd8c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}

section .inner .col-one .row .paging .page-numbers:hover{
	color: #bcbd8c;
	background-color: #6e063b;
}

section .inner .col-one .row .paging .current,
section .inner .col-one .row .paging .current:hover {
	color: #bcbd8c;
	background-color: rgba(110,6,59,.8);
}

article {
	display: block;
	margin-top: 20px;
}

article .note {
	display: block;
}

article .note > h1 {
	margin: 0;
	padding: 0 0 10px 0;
	width: auto;
	color: #1e1e1e;
	font-size: 1.3em;
}

article .note .image {
	position: relative;
	display: block;
}

article .note .image img {
	display: block;
	width: 680px;
	height: auto;
}

article .note .image h1 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 10px;
	width: auto;
	color: #eee;
	background-color: rgba(30,30,30,.9);
	font-size: 1.3em;
}

article .note .meta {
	display: flex;
	justify-content: flex-start;
	background-color: #333;
}

article .note .meta span {
	margin-left: 10px;
	padding: 10px 0;
	color: #eee;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;
}

article .note .meta span a {
	margin-right: 1px;
	padding: 0 3px;
	color: #6e063b;
	background-color: #bcbd8c;
	text-decoration: none;
}

article .note .content {
	margin-top: 20px;
	margin-bottom: 20px;
}

article .note .content p {
	margin: 10px 0 0 0;
	color: #333;
	font-size: .9em;
}

section .inner .col-two {
	padding: 32px 5px 0;
	width: 290px;
	background-color: #eee;
}

.widget {
	display: block;
	margin-bottom: 20px;
}

.widget h2 {
	margin-bottom: 5px;
	padding: 5px;
	color: #eee;
	background-color: #6e063b;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 1px;
}

.widget .textwidget {
	color: #333;
	font-size: .9em;
}

.widget ul {
	list-style: none;
}

.widget ul li {
	margin-bottom: 1px;
	padding: 5px;
	background-color: #dedede;
}

.widget ul li a {
	color: #333;
	font-size: .8em;
	font-weight: 700;
	text-decoration: none;
}

.widget ul li a:hover {
	text-decoration: underline;
}

.widget ul li span {
	color: #555;
	font-size: .8em;
	font-style: italic;
}

footer {
	display: block;
	background-color: #6e063b;
}

footer .inner {
	/*display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;*/
	margin: 0 auto;
	width: 1000px;
	height: 130px;
}

footer .inner .menu {
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	width: 400px;
}

footer .inner .menu nav {
	display: block;
}

footer .inner .menu nav .menu-principal-container {
	display: block;
}

ul#menu-principal-1 {
	/*display: flex;
	justify-content: flex-start;*/
	display: block;
	list-style: none;
}

ul#menu-principal-1 li {
	display: inline-block;
	margin-right: 20px;
	list-style: none;
}

ul#menu-principal-1 li a {
	color: #bcbd8c;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	text-decoration: none;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}

ul#menu-principal-1 li a:hover {
	border-bottom: 5px solid #bcbd8c;
}

footer .inner .social {
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	width: 250px;
}

footer .inner .social img {
	margin-top: 47px;
	margin-right: 10px;
	float: left;
}

footer .inner .logo {
	display: inline-block;
	vertical-align: top;
	width: 300px;
}

footer .inner .logo img {
	margin-top: 30px;
	float: right;
}