/*
Theme Name: masquenoticia
Theme URI: http://underscores.me/
Author: Pixel Design
Author URI: http://www.pds.com.ve
Description: Tema personalizado para sitio web de Más Que Noticia.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: masquenoticia
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 masquenoticia is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 12pt;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #1987d4;
	text-decoration: none;
}
a:visited {
	color: #1987d4;
}
a:hover,
a:focus,
a:active {
	color: #0f75bc;
	text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */
.site-description{
	display: inline-block;
	font: 12pt 'Source Sans Pro', sans-serif;
	width: 400px;
	position: relative;
	top:-20px;
	margin-left: 30px;
	color:#888;

}
.content{
	width: 90%;
	margin: 0 auto;
}
#masthead{
	background: #fff;
	border-radius: 0 0 4px 4px;
	padding: 20px;
	padding-bottom: 00px;
	border:1px solid #ccc;
	position: relative;
	border-top: 6px solid #0f75bc;
}
#bar-head{
	background: #0f75bc;
	height: 30px;
	line-height: 30px;
	padding: 0 21px;
}
#site-navigation .nav-menu{
	text-transform: uppercase;
}
#menu-nav{
	border-top: 1px solid #eee;
}
.menu-nav-container{
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 20px;
}

.main-navigation {
	display: block;
	width: 100%;
	font-size: 0;
	text-transform: uppercase;

}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-size: 0;
	text-transform: uppercase;

}
.main-navigation li {
	display: inline-block;
	position: relative;
	font-size: 0;
	margin: 0;
	text-transform: uppercase;

}
.main-navigation a {
	display: block;
	text-decoration: none;
	-webkit-transition: color 0.1s linear;                  
	-moz-transition: color 0.1s linear;                 
	-o-transition: color 0.1s linear;   
	-ms-transition: color 0.1s linear;          
	transition: color 0.1s linear;
	font: 16pt 'Oswald', sans-serif;
	padding: 5px 15px;
	text-transform: uppercase;

	text-decoration: none;
	color: #ccc;
	border-bottom: 4px solid #ccc;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 45px;
	z-index: 99999;
	background: #fff;
}


.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}



/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

body{
	background: #eee;
}
a{

	-webkit-transition: all 0.1s linear;                  
	-moz-transition: all 0.1s linear;                 
	-o-transition: all 0.1s linear;   
	-ms-transition: all 0.1s linear;          
	transition: all 0.1s linear;
}

.mqa{width: 100%;}
.mqa a{
	text-align: center;
	position: relative;
	display: block;
}
#sidr{display: none}


#menu-cabecera a{ 
	color:#fff;
	text-decoration: none;
	font-size: 11pt;
	position: relative;
	top: -2px;
}
#menu-cabecera{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu-cabecera li{
	margin: 0;
	padding: 0;
	display: inline-block;	
	font-family: 'Source Sans Pro', sans-serif;
	padding:0px 4px; 
}
#site-navigation{
	font-size: 0;
}



.tag{
	font-family: 'Source Sans Pro', sans-serif;
	padding:2px 4px; 
	opacity: 0.7;
	border-radius: 2px;
	background: #ccc;
	text-decoration: none;
	color:#fff;
}

.tag:hover{
	opacity: 1;
	text-decoration: none;
}

.site-content.content{
	padding: 20px;
	width: 90%;
	background: #fff;
	margin-top: 15px;
	border:1px solid #ccc;
	border-radius: 4px;
}
.more-link
{
	-webkit-transition: all 0.1s linear;                  
	-moz-transition: all 0.1s linear;                 
	-o-transition: all 0.1s linear;   
	-ms-transition: all 0.1s linear;          
	transition: all 0.1s linear;
	font-family: 9pt 'Source Sans Pro', sans-serif;
	padding: 4px 6px;
	margin-left: 2px;
	border-radius: 2px;
	padding-right: 2px;
	background: #1987d4;
	color:#fff;
	text-decoration: none;
}
.more-link:visited{
	text-decoration: none;
	color:#fff;
}
.more-link:after{
	text-decoration: none;

	opacity: 0;
	-webkit-transition: all 0.1s linear;                  
	-moz-transition: all 0.1s linear;                 
	-o-transition: all 0.1s linear;   
	-ms-transition: all 0.1s linear;          
	transition: all 0.1s linear;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
	left: 7px;
	content: "+";
	font-weight: 700;
}
.more-link:hover:after{
	text-decoration: none;

	opacity: 1;

	-webkit-transition: all 0.3s linear;                  
	-moz-transition: all 0.3s linear;                 
	-o-transition: all 0.3s linear;   
	-ms-transition: all 0.3s linear;          
	transition: all 0.3s linear;

}
.more-link:hover{
	text-decoration: none;

	background: #0f75bc;
	color:#fff;
	padding-right: 15px;
}

#contentwrapper{
	position: relative;
	display: block;
	width: 100%;
	font-size: 0;
}
#primary.content-area{
	position: relative;
	min-height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	display: inline-block;
	border-right:1px solid #eee;
	vertical-align: top;
}
#middle.content-area{
	height: 100%;
	position: relative;
	min-height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	display: inline-block;
	border-right:1px solid #eee;
	vertical-align: top;
}
#secondary.widget-area{
	vertical-align: top;
	min-height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	display: inline-block;

}
#primarycontent{padding: 20px;}
#middlecontent{padding: 20px;}
#widgetcontent{padding: 20px; padding-right: 0;}
#homepage #primary.content-area{width: 49%;}
#homepage #secondary.widget-area{width: 25%;}
#homepage #middle.content-area{width: 25%;}
#nothomepage #secondary.widget-area{
	width: 30%;
}
#nothomepage #primary.content-area{
	width: 69%;
}

.page-header{
	position: relative;
	height: 50px;
}
.page-title{
	-webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
	position: absolute;
	top: 0;
	color: #ccc;
	background: #eee;
	left: 0;
	font: 20pt 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-bottom: 50px;
	padding: 4px 15px;
	padding-top: 10px;
	top: -40px;
	padding-bottom: 20px;
}
.entry-header{
	position: relative;
}
.entry-date{
	position: absolute;
	left: -51px;
	background: #fff;
	border-bottom: 7px solid #1987d4;

}
.entry-details{
	color:#aaa;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.entry-details a{
	color:#1987d4;
}
.entry-date-wrapper{
	position: relative;
	height: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 6px 14px;
	padding-left: 14px;
}
.entry-date:after{
	content: "";
	position: absolute;
	bottom: -18px;
	left: 0px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 11px 11px 0;
	border-color: transparent #0054a6 transparent transparent;
}
.entry-date #day{
	font: 20pt 'Oswald', sans-serif;
	color:#1987d4;
}
.entry-date #month{
	font: 14pt 'Oswald', sans-serif;
	color:#1987d4;
	text-transform: uppercase;
}
.entry-title{
	padding-left: 60px;
	padding-top: 10px;

}
.entry-title {
	font: 18pt 'Oswald', sans-serif;
	color:#1987d4;

	text-decoration: none;

}
.entry-title a{
	font: 18pt 'Oswald', sans-serif;
	color:#1987d4;
	text-decoration: none;
}
.entry-meta ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

/*MIDDLE */

#middle .entry-header{
	position: relative;
}

#middle .entry-details{
	color:#aaa;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
}
#middle .entry-details-date{
	font-size: 10pt;
}
#middle .entry-title{
	padding-left: 0px;
	padding-top: 5px;

}
#middle .entry-content, .entry-summary {
	margin-top: 5px;
	margin-bottom: 5px;
}
#middle .entry-title {
	font: 14pt 'Oswald', sans-serif;
	color:#1987d4;

	text-decoration: none;

}
#middle .entry-title a{
	font: 14pt 'Oswald', sans-serif;
	color:#1987d4;

	text-decoration: none;

}
.post-counter{
	cursor: pointer;
	display: inline-block;
	font: 12pt 'Oswald', sans-serif;
	color:#ccc;
	padding:0 15px;
}
.post-counter span{
	opacity: 0.3;
	position: relative;
	top:2px;
	margin-right: 5px;
	display: inline-block;
	width: 20px;
	height: 20px;
	
}
.post-counter .icon-counter-cm{
	background: url(img/cm.png);
}
.post-counter .icon-counter-fb{
	background: url(img/fb.png);
}
.post-counter .icon-counter-tw{
	background: url(img/tw.png);
}
article{
	font-family: 'Source Sans Pro', sans-serif;
}

.widget_fetch_tweets_widget_by_id{
	line-height: normal;
	font-family: 'Source Sans Pro', sans-serif;
	color:#aaa;
}

.fetch-tweets-user-name a{
	color:#1987d4;
	font-size: 12pt;
}

.fetch-tweets-tweet-created-at a{
	font-size: 10.5pt;
}

.fetch-tweets-text{
	font-size: 10.5pt;
}

.fetch-tweets-text a{
	color:#1987d4;
	font-size: 10.5pt;
}

.fetch-tweets-widget.widget-title{
	color:#1987d4;
	font-size: 18pt;
	text-align: center;
	font: 20pt 'Oswald', sans-serif;
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
	border-bottom: 1px #ccc solid;

}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #6FB7E9;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #3C8DC5;
}

#featured{
	position: relative;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.flexslider{
	height: 300px;
	max-height: 350px;
	overflow: hidden;
	position: relative;
	margin-right: 300px !important;
}

.fswrapper{
	position: relative;
	display: inline-block;
}
#weatherapp{
	position: absolute;
	top: 0;
	right: 0;
	width: 280px;
	vertical-align: top;
}
#weatherapp img{
	
}
.slides{
	position: relative;
}

.slides .overlay{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	color:#FFF;

}

.slides .overlay h2{
	padding: 15px;
}

.slides .overlay a{
	color:#fff;
	font: 14pt 'Oswald',sans-serif;
}

#menu-cabecera{
	width:90%;
	margin: 0 auto;
	padding: 5px 20px;
	background: #0f75bc;
	position: relative;
	top: -1px;
	border:1px solid #0f75bc;
}

.menu-social-container{
	position: absolute;
	top: 0;
	right: 0;
}
#menu-social{
	position: absolute;
	right: 0;
	top: 5px;
	width: 210px;
}
#menu-social li{
	text-indent: -999px;
	display: inline-block;
	width: 48px;
	margin:0px;
	height: 48px;
	overflow: hidden;
	color:transparent;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
}
.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

#menu-social li a{
	content: "";
	display: block;
	height: 48px;
	width: 48px;
	color:transparent;

}
#menu-social li:hover{

	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
	opacity: 1;
}
#menu-social li.twitter{ background:url(img/icon-twitter.png); }
#menu-social li.facebook{ background:url(img/icon-facebook.png); }
#menu-social li.blogger{ background:url(img/icon-blogger.png); }
#menu-social li.flickr{ background:url(img/icon-flickr.png); }
#menu-social li.youtube{ background:url(img/icon-youtube.png); }
#menu-social li.linkedin{ background:url(img/icon-linkedin.png); }
#menu-social li.pinterest{ background:url(img/icon-pinterest.png); }
#menu-social li.instagram{ background:url(img/icon-instagram.png); }
#menu-social li.vine{ background:url(img/icon-vine.png); }
#menu-social li.tumblr{ background:url(img/icon-tumblr.png); }
#menu-social li.rss{ background:url(img/icon-rss.png); }
#menu-social li.skype{ background:url(img/icon-skype.png); }
#menu-social li.googleplus{ background:url(img/icon-googleplus.png); }


#site-navigation #menu-nav a.home-link{
	border-bottom: 4px solid #0f75bc;
}

#site-navigation #menu-nav a.home-link:hover{
	color:#0f75bc;
}

#site-navigation #menu-nav .current-menu-item a.home-link{
	color:#0f75bc;
}

/*COMMENTS*/

.comments-area{
	background: #eee;
	padding: 20px;
	border:1px solid #ccc;
	border-radius: 4px;
}




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



	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		text-transform: uppercase;
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
	#primarywrapper{
		position: relative;
		width:100%;
	}
	#homepage #primary.content-area{ 
		position: relative;
		border-right: none;
		width: 100%;
		padding: 0;
	}
	#nothomepage #primary.content-area{ 
		position: relative;
		border-right: none;
		width: 100%;
		padding: 0;
	}
	#secondary.widget-area{ 
		display: none;
	}
	#middle.content-area{ 
		display: none;
	}
	.site-content.content, #masthead{
		width: 85%;
	}
	.site-description{
		display: none;
	}
	#simple-menu{
		background: #0f75bc;
		position: absolute;
		top: 0;
		left: 0;
		width: 100px;
		color:#FFF;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
		padding: 6px 0;
		font-weight: 700;
	}
	.site-title{
		margin-top: 20px;
		text-align: center;
	}
	#menu-social{
		display: none;
	}

	#featured .fswrapper{
		width: 100%;
		border-right: none;
	}
	.flexslider{
		width: 100%;
	}

	#featured #weatherapp{
		display: none;
	}
	#featured .fswrapper{
		width: 100%;
		border-right: none;
	}
	html #wpadminbar.sidr-adminbar {
		top: -46px;
	}


}
/*and (min-width:480px) and (max-width: 640px)  {*/

	@media screen and (min-width:769px)  and (max-width: 968px){
		#homepage #middle.content-area{ 
			display: none;
		}
		#homepage #secondary.widget-area{
			width: 30%;
		}
		#homepage #primary.content-area{
			width: 69%;
		}

		#homepage #secondary.widget-area{
			width: 30%;
		}
		#nothomepage #primary.content-area{
			width: 69%;
		}

	}
