@import url('fonts/thin/thin.css');
@import url('fonts/regular/regular.css');
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

/* 
	CSS Reset 
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .search_box p
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}


/* Facebook like buttons fixes
-------------------------------------------------------------- */

.shareFb span, .shareFb iframe { height:25px!important; width:90px!important}

/* -------------------------------------------------------------- 
   
   Basic WordPress Blog Styles   
     
-------------------------------------------------------------- */   


/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
	margin-top: 1em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption, .bypostauthor {
	font-weight: bold;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

html
{
	height: 100%;
}

blockquote:before, blockquote:after, q:before, q:after 
{
	content:"";
}
blockquote, q 
{
	quotes:"" "";
}
a img 
{
	border:none;
}

p {
	padding-top:0.1em;
	padding-bottom:0.1em;
	font-size: 14px;
}

em
{
	font-style: italic;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.home #content_wrapper .inner .inner_wrapper img
{
	width: 100%;
	height: auto;
}

.post_wrapper .post_inner_wrapper .post_wrapper_inner img {
	max-width:100%;height:auto;border:1px solid #fff;outline:1px solid #e5e5e5; margin-bottom: 10px;}

.textwidget p:empty
{
	display: none;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul, #content_wrapper .inner .inner_wrapper .sidebar_content ol, #content_wrapper .inner .inner_wrapper ul, #content_wrapper .inner .inner_wrapper ol
{
	margin: 20px;
	margin-right: 0;
}

#content_wrapper .inner .inner_wrapper .sidebar_content div.wp-caption, #content_wrapper .inner .inner_wrapper div.wp-caption
{
	max-width: 100%;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.flex-direction-nav
{
	margin: 0 !important;
}

em
{
	font-style: italic;
}

.middle
{
	vertical-align: -15%;
	margin-right: 5px;
}

img.thumb
{
	width: 90px;
	height: 90px;
}

/*
	Global Layout
*/

body
{
	background: #fff;
	font-size: 14px;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	padding: 0;
	margin: 0;
	color: #333333;
	height: 100%;
	line-height: 1.5;
	-webkit-overflow-scrolling: touch;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
}

body.home {background:#FFF;}

#wrapper
{;
	width: 100%;
	overflow: hidden;
	margin: auto;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	-webkit-font-smoothing: antialiased;
	left: 0px;
}

body.js_nav #wrapper, body.js_nav .footer_wrapper
{
	-webkit-transform: translate3d(70%, 0px, 0px) scale3d(1, 1, 1);
	-moz-transform: translate3d(70%, 0px, 0px) scale3d(1, 1, 1);
	transform: translate3d(70%, 0px, 0px) scale3d(1, 1, 1);
}

a
{
	color: #005EB8;
	text-decoration: none;
	-webkit-transition: color .2s linear, background .1s linear;
	-moz-transition: color .2s linear, background .1s linear;
	-ms-transition: color .2s linear, background .1s linear;
	-o-transition: color .2s linear, background .1s linear;
	transition: color .2s linear, background .1s linear;
}

a:hover
{
	color: #00A9DF;
	text-decoration: none;
}

a:active
{
	color: #00A9DF;
	text-decoration: none;
}

hr
{
	height: 1px;
	border: 0;
	border-top: 1px solid #ebebeb;
	background: transparent;
	margin: auto;
	width: 100%;
}

hr.thick
{
	border-top: 3px solid #000;
}

#footer 
{
	padding: 0;
	width: 960px;
	min-height: 380px;
	margin: auto;
	margin-top: 0;
	// background: url("../images/wave.png") no-repeat center bottom transparent;
}

.footer_wrapper
{
	width: 100%;
	background: #F5F5F5;
	margin: auto;
}

#copyright
{
	width: 100%;
	padding: 0;
	margin: auto;
	color: #666;
	background: #FFFFFF;
	height: 38px;
}

#copyright a, #copyright a:hover, #copyright a:active
{
	color: #666;
	text-decoration: none !important;
}

#copyright #copylink,
#copyright #dataplink {
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 12px 0 40px;
}

#copyright #copylink:hover,
#copyright #dataplink:hover {
	color: #00A9DF;
}

#copyright #copylink
{
	width: 500px;
	float: left;
}

/* Home right menu */

.right_menu_wrapper {
	float: right;
	width: auto;
	margin-top: 0;}

.newsletters_dropdown{
	float: left;
	position: relative;
}

.newsletters_dropdown .newsletter_link {
display: -moz-inline-stack; /* FF2*/
display:inline-block;
vertical-align: top; /* BASELINE CORRECCIÓN*/
zoom: 1; /* IE7 (hasLayout)*/
*display: inline; /* IE */
	background: url("../images/sprite.png") no-repeat 0 -132px transparent;
	padding: 0 0 0 30px;
	height: 34px;
}

.newsletters_dropdown .newsletter_link a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color:#666;
	background: url("../images/sprite.png") no-repeat 56px -247px transparent;
	padding: 0 20px 0 0;
}

.newsletters_dropdown .newsletter_link a:hover {color:#999;}

.newsletters_dropdown .widget {
	display: none;
	background: #fff;
	font-size: 11px;
	padding: 15px 20px 20px;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	position: absolute;
	z-index: 1;
	margin: 0;
	right: 0;
	width: 225px;
	border: 1px solid #E5E5E5;
}

.ie7 .newsletters_dropdown .widget {
	top:35px;
}

#updatesForm p {font-weight: bold;color:#333;margin:5px 0;}
#updatesForm p a {font-weight: normal;}
#updatesForm p label {font-weight: normal;font-size:10px;}
#updatesForm p input,
#updatesForm p select {color:#666666;border:1px solid #E5E5E5;font-size:11px;margin:0 0 2px 0;padding:0;font-family: 'Droid Sans', 'Tahoma', sans-serif;}
#updatesForm #wpsb_camposBg p input {padding: 2px 3px 3px;width: 91%;}
#updatesForm #dataProtectLabel p input {width: inherit;}
#updatesForm #dataProtectLabel input[type=checkbox] {border:0 none; width: auto;}

#updatesForm p select {height:20px;}
#updatesForm #btnLabel2 {text-align: right;}

#updatesForm #dataProtectLabel input {float:left;width: inherit;}
#updatesForm #dataProtectLabel label {margin-left: 20px;display: block;line-height: 12px;}
#updatesForm #dataProtectLabel p {margin-bottom:15px;}
#updatesForm #btnLabel2 input {
	padding: 4px 8px 4px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.social_wrapper
{
	width: auto;
	float: left;
	margin-top: 5px;
	border-right: 0 none;
	padding: 0;
}

.stickymenu{
	width: 100%;
	z-index: 9999;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #9BCAEB;
	border-top: 1px solid #9BCAEB;
	background-color: #FFFFFF;
}

.mail #mc_embed_signup form {
	padding: 0;
}

.mail #mc_embed_signup h3 {
	color: #005EB8;
	font-weight: normal;
	padding: 0;
	font-size: 23px;
	line-height: 1.14;
	margin-top: 5px;
	font-family:'amadeusregular', 'Droid Sans', 'Tahoma', sans-serif;
	text-align: left;
	margin-bottom: 20px;
}

.mail #mc_embed_signup{
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

#mc_embed_signup input.btn {
border: 0 none;
margin: 20px 0 0 0;
}

#mc_embed_signup input[type=submit]:disabled {
   background: #E5E5E5;
}



#mc_embed_signup .email {
background: #fff;
font-size: 14px;
color: #999;
border: 1px solid #E5E5E5;
vertical-align: top;
margin-top: 0;
margin-bottom: 10px;
display: block;
width: 100%;
padding: 8px 0;
text-indent: 2%;
float: left;
}

#mc_embed_signup .asterisk {
color: #666;
line-height: 1em;
position: relative;
top: 9px;
}

#mc_embed_signup .asterisk.asterisk2 {
top: 30px !important;
}

.field-group-02 ul li{width: 50%;}
.field-group-02 ul{margin-bottom: 0 !important;}
.field-group-01 ul li{width: 33%;}
.field-group-01 ul {width: 100%;}

#mc_embed_signup .mc-field-group.input-group label {
display: inline;
}

#mc_embed_signup .mc-field-group ul {
float: none;
margin-top: 15px;
border: 0 none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
display: block;
padding: 3px 0;
margin: 0;
}

#mc_embed_signup .mc-field-group label {
display: block;
margin-bottom: 3px;
}

#mc_embed_signup div.mce_inline_error {
display: none !important;
}

#mc_embed_signup #mce-success-response {
margin: 1em 0;
padding: 0 !important;
position: static !important;
color: #00A9DF;
width: 100% !important;
}

#mc_embed_signup #mce-error-response {
margin: 1em 0;
padding: 0 !important;
position: static !important;
width: 100% !important;
}

#mc_embed_signup div#mce-responses {
position: static !important;
padding: 0em 0em .5em 0 !important;
overflow: hidden;
width: 100% !important;
margin: 0 !important;
clear: both;
}

#mc_embed_signup .mc-field-group {
	margin: 0 0 20px 0;
}

#mc_embed_signup .mc-field-group select {
width: 100%;
}

.signup_page .mc-field-group ul{margin: 0 !important; padding: 0;}
.signup_page .mc-field-group ul li{background: none; margin: 0; padding: 0; float: left;}
.signup_page .field-group-02 {margin: 0 !important;}

/******************** COOKIES POLICY ********************/

#cookie-law-info-bar{ margin: 20px auto; width: auto; max-width: 960px; text-align: left; background-color: #FFF; padding: 0 10px;}
.home #cookie-law-info-bar{ background-color: #FFF !important;}
#cookie-law-info-bar #cookie_action_close_header {
	margin-top: 10px;
    background-color: #005eb8;
    padding: 8px 22px 9px 22px;
    border-radius: 3px;
    color: #fff !important;
    font-family: 'Droid Sans', 'Tahoma', sans-serif;
    font-size: 11px;
    font-weight: bold;
}

#cookie-law-info-bar span {
	font-size: 12px;
}

/******************** //COOKIES POLICY ********************/

.entry-content-a #mc_embed_signup .mc-field-group.input-group ul li {
display: block;
padding: 3px 0;
margin: 0;
}

.entry-content-a #mc_embed_signup .field-group-01 ul {padding: 0; margin: 0 !important;}
.entry-content-a #mc_embed_signup .field-group-02 ul {padding: 0; margin: 0 !important;}
.entry-content-a #mc_embed_signup .field-group-01 strong {display:block; margin: 0 0 10px 0 !important;}
.entry-content-a #mc_embed_signup .field-group-02 strong {display:block; margin: 0 0 10px 0 !important;}

.entry-content-a #mc_embed_signup .field-group-01 ul li {width: 30%; background:none; padding: 0; float: left;}
.entry-content-a #mc_embed_signup .field-group-02 ul li {width: 50%; background:none; padding: 0; float: left;}

.entry-content-a .tooltip {
	background-color: #F7F7FA;
	padding: 30px;
	margin-top: 20px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

.social_wrapper .tooltips{ position: relative;}

.social_wrapper .tooltips .tooltip{
	list-style: none;
	background: #fff;
	-moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	position: absolute;
	margin-top: 30px;
	margin-left: 0;
	width: auto;
	height: auto;
	z-index: 1001;
	text-align: left;
	border-top: 0;
	border: 1px solid #ebebeb;
	padding:10px;
	top: 80000px;
}

.social_wrapper .tooltips .tooltip .corner{
	background: url(../images/tooltip-corner.png) no-repeat;
	width: 17px;
	height: 8px;
	position: absolute;
	top: -8px;
}

.social_wrapper .tooltips .tooltip .aspa{
	background: url(../images/ico_close.png) no-repeat;
	width: 16px;
	height: 15px;
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
}

.social_wrapper .tooltips .tooltip.facebook{left: 200px;}
.social_wrapper .tooltips .tooltip.twitter{left: 235px; min-width: 165px}
.social_wrapper .tooltips .tooltip.pinterest{left: 282px;}
.social_wrapper .tooltips .tooltip.google{left: 313px;}
.social_wrapper .tooltips .tooltip.youtube{left: 280px;}
.social_wrapper .tooltips .tooltip.linkedin{left: 273px;}
.social_wrapper .tooltips .tooltip.mail{left: 145px; width: 380px;padding: 20px;}

.social_wrapper .tooltips .tooltip.facebook .corner{left: 10px;}
.social_wrapper .tooltips .tooltip.twitter .corner{left: 10px;}
.social_wrapper .tooltips .tooltip.pinterest .corner{left: 28px;}
.social_wrapper .tooltips .tooltip.google .corner{left: 28px;}
.social_wrapper .tooltips .tooltip.youtube .corner{left: 105px;}
.social_wrapper .tooltips .tooltip.linkedin .corner{left: 3px;}
.social_wrapper .tooltips .tooltip.mail .corner{left: 398px;}


#header_wrapper .social_wrapper
{
	margin-top: 0;
}

.social_wrapper span.txt
{
	font-size: 11px;
	color: #666;
	float: left;
	margin-right: 5px;
}

.social_wrapper ul
{
	padding-right: 20px;
	border-right: 1px solid #9BCAEB;
	list-style: none;
	float: left;
	margin-right: 20px;
}

.social_wrapper ul li
{
	float: left;
	margin-left:16px;
}

.social_wrapper ul li:hover
{
	opacity: 0.5;
	filter:alpha(opacity=50);
	-webkit-transition: opacity .2s linear, background .2s linear;
	-moz-transition: opacity .2s linear, background .2s linear;
	-ms-transition: opacity .2s linear, background .2s linear;
	-o-transition: opacity .2s linear, background .2s linear;
	transition: opacity .2s linear, background .2s linear;
}


.social_wrapper ul li img
{
	height: 16px;
	vertical-align: middle;
}

.social_wrapper ul li a
{
	opacity: 1;
	filter:alpha(opacity=100);
	padding: 0;
	display: block;
}


.social_wrapper .mail{
	float: right;
	margin-top: -2px;
}

.social_wrapper .mail img{
	width: auto;
	height: 24px;
	vertical-align: middle;
}

.social_wrapper .mail a{
	display: inline-block;
	width: auto;
	height: auto;
	font-weight: bold;
	font-size: 10px;
}

.social_wrapper .mail a:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
	-webkit-transition: opacity .2s linear, background .1s linear;
	-moz-transition: opacity .2s linear, background .1s linear;
	-ms-transition: opacity .2s linear, background .1s linear;
	-o-transition: opacity .2s linear, background .1s linear;
	transition: opacity .2s linear, background .1s linear;
}


/* Home Search form */

.search-mobile{
	display: none;
}

.social_wrapper .search{
	padding-right: 20px;
	border-right: 1px solid #9BCAEB;
	float: left;
}

.social_wrapper .search #searchform
{
	display: block;
	float: left;
	padding: 0 0 0 15px;
	background: #FFF;
}

@-moz-document url-prefix() 
{ 
  .social_wrapper .search #searchform 
  {
     margin-top: -1px;
  }
}

.social_wrapper .search #searchform input
{
	border: 0 !important;
	color: #999;
	background: transparent !important;
	width: 120px;
	top: -2px;
	position: relative;
}

.social_wrapper .search #searchform button
{
	padding: 0;
	margin: 0 0 0 0;
	background: #FFF;
	border-color: #FFF;
	border: 0;
}

.social_wrapper .search #searchform button img
{
	width: 23px;
	height: 23px;
}

pre, code, tt {font:12px 'andale mono', 'lucida console', monospace;line-height:1.5;display: block;word-wrap: break-word; color: #000; 
	overflow:auto; padding: 20px;
line-height: 19px; background: #f5f5f5;
}

/*
	Input layout
*/

input[type=text], input[type=password]
{
	padding: 10px;
	font-size: 14px;
	margin: 0;
	border: 0;
	background: #f5f5f5;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	-webkit-transition: color .2s linear, background .1s linear;
	-moz-transition: color .2s linear, background .1s linear;
	-ms-transition: color .2s linear, background .1s linear;
	-o-transition: color .2s linear, background .1s linear;
	transition: color .2s linear, background .1s linear;
}

input[type=text]:focus, input[type=password]:focus, .woocommerce table.cart td.actions .coupon .input-text:focus, .woocommerce-page table.cart td.actions .coupon .input-text:focus, .woocommerce #content table.cart td.actions .coupon .input-text:focus, .woocommerce-page #content table.cart td.actions .coupon .input-text:focus
{
	background: #ebebeb;
	outline: 0;
}

#footer input[type=text], #footer input[type=password], #footer textarea
{
	background: #363636 url("../images/search_box_bg.png") repeat-x;
	border: 1px solid #555;
	border-top: 0;
}

#footer textarea
{
	height: 16px;
}

input[type=text].blur, textarea.blur
{
	color: #999;
}

textarea
{
	background: #f5f5f5;
	padding: 10px;
	font-size: 14px;
	margin: 0;
	border: 0;
	height: 200px;
	overflow: auto;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	padding-top: 8px;
	-webkit-transition: color .2s linear, background .1s linear;
	-moz-transition: color .2s linear, background .1s linear;
	-ms-transition: color .2s linear, background .1s linear;
	-o-transition: color .2s linear, background .1s linear;
	transition: color .2s linear, background .1s linear;
}

textarea:focus
{
	background: #ebebeb;
	outline: 0;
}

input[type=submit], input[type=button], a.button, a.button:hover, a.button:active, .btn2 a, .btn2 a:hover, button, button:hover
{
display: -moz-inline-stack; /* FF2*/
display:inline-block;
vertical-align: top; /* BASELINE CORRECCIÓN*/
zoom: 1; /* IE7 (hasLayout)*/
*display: inline; /* IE */
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	padding: 4px 8px 4px 8px;
	color: #fff;
	background: #005EB8;
	border: 0;
	text-transform: uppercase;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	-webkit-transition: color .2s linear, background .1s linear;
	-moz-transition: color .2s linear, background .1s linear;
	-ms-transition: color .2s linear, background .1s linear;
	-o-transition: color .2s linear, background .1s linear;
	transition: color .2s linear, background .1s linear;
	font-weight: bold;
}

input[type=submit]:hover, input[type=button]:hover, a.button:hover, a.button:active, .btn2 a, .btn2 a:hover, button, button:hover
{
	background: #9BCAEB;
	border-color: #9BCAEB;
	color: #fff;
}

.btn2 a
{
	width: 240px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.rating
{
	background: #F4F4F7;
	border: 1px solid #fff;
	margin: 0;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.rating li
{
	border-top: 1px solid #fff;
}

.rev_title
{
	text-shadow: none;
}

.base
{
	display: none;
}

input[type=submit], input[type=button]
{
	padding: 8px 15px 8px 14px;
}

a.button
{
	float: left;
}

a.button span
{
	position: relative;
	top: 0;
	width: 100%;
	text-align: center;
	display: block;
}

#cancel-comment-reply-link
{
	margin: 7px 0 0 10px;
	background: transparent;
}

h1, h2, h3, h4, h5, h6, h7
{
	color: #1960A9;
	font-weight: normal;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.5em;
}

span[rel=author], a[rel=author]
{
	font-size: 12px;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	color: #00A9E0;
	line-height: 18px;
}

strong.title, a.post_title
{
	font-weight: bold;
}

#footer strong.title
{
	font-size: 14px;
}

label
{
	letter-spacing: 0px;
}

label.error
{
	color: #CE0058;
}

h1
{
	font-size: 38px;
	font-family: 'amadeusthin', 'Droid Sans', 'Tahoma', sans-serif;
	display: -moz-inline-stack; /* FF2*/
	display:inline-block;
	vertical-align: bottom; /* BASELINE CORRECCIÓN*/
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */
	margin:0;
	padding:0;
	line-height: 44px;
}

.ie7 h1 {line-height: 0.8;}

h1 a
{
	font-family: 'amadeusthin', 'Droid Sans', 'Tahoma', sans-serif;
	letter-spacing: -1px;
	color:#005EB8;
	font-weight: normal;

}

h1.error
{
	font-size: 40px;
	margin-bottom: 0;
}

h2 {
    font-family: 'amadeusregular', 'Droid Sans', 'Tahoma', sans-serif;
    font-size: 23px;
    line-height: 1.1;
    color: #005BB8;
}

h3
{
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #00A9E0;
}

h4
{
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #00A9E0;
}

h5
{
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #00A9E0;
}

h6
{
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	font-size: 12px;
	color:#666;
	line-height: 20px;
}

h3#reply-title
{
	font-size: 16px;
}

h3.ppb_classic_title
{
	font-family: 'amadeusthin', 'Droid Sans', 'Tahoma', sans-serif;
	font-size: 32px;
	line-height: 34px;
	margin-top:5px;
	letter-spacing: -1px;
}

h5.author_name
{
	margin: 0;
	margin-bottom: 5px;
	font-size: 18px;
}

h4.header_line
{
	color: #005EB8;
	font-size: 38px;
	margin: 0 0 30px 0;
	padding: 0;
	font-family: 'amadeusthin', 'Droid Sans', 'Tahoma', sans-serif;
}

h1.header_line
{
	color: #005EB8;
	font-size: 38px;
	margin: 0 0 30px 0;
	padding: 0;
	font-family: 'amadeusthin', 'Droid Sans', 'Tahoma', sans-serif;
}

h2.header_line
{
	color: #005EB8;
	font-size: 38px;
	margin: 0 0 30px 0;
	padding: 0;
	font-family: 'amadeusthin', 'Droid Sans', 'Tahoma', sans-serif;
}

#content_wrapper .inner .inner_wrapper .sidebar_content h4.header_line
{
	font-size: 23px;
	line-height: 1.14;
	font-family: 'amadeusregular', 'Droid Sans', 'Tahoma', sans-serif;
	color: #005EB8;
	float: left;
	width: 100%;
}

h4.header_line.subtitle
{
	font-size: 22px;
}

h4.header_line.post_width
{
	margin: 0;
}

h4.header_line span
{
display: -moz-inline-stack; /* FF2*/
display:inline-block;
vertical-align: top; /* BASELINE CORRECCIÓN*/
zoom: 1; /* IE7 (hasLayout)*/
*display: inline; /* IE */
	margin: 0;
	padding: 0;
}

h1 span, h5 span
{
	padding-right: 10px;
}

h5 a
{

}

h3 small
{
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	font-size: 14px;
}

h1 span a span, h2.widgettitle span a span, h5 span a span
{
	padding-right: 0;
	background: transparent;
}

h4.ppb_cat_title
{
	font-size: 14px;
	margin: 0 0 4px 0;
	display: block;
	width: 90%;
	line-height: 20px;
}

.black
{
	color: #000;
}

.clear
{
	clear: both;
}

.gallery_item_bg
{
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #ffc000;
}

img.mid_align
{ 
	vertical-align: middle;
	margin-right: 5px;
	border: 0;
}

.frame_left
{
	padding: 10px;
	border: 1px solid #ccc;
	background: #f5f5f5;
 	float: left;
 	margin: 0 20px 10px 0;
 	text-align: center;
}

.frame_left .caption, .frame_right .caption, .frame_center .caption
{
	margin: 7px 0 2px 0;
	display: block;
	color: #000;
	font-size: 12px;
}

.frame_right
{
	padding: 10px;
	border: 1px solid #ccc;
 	float: right;
 	margin: 0 0 10px 20px;
 	text-align: center;
 	background: #f5f5f5;
}

.dropcap1
{
	display: block;
	float: left;
	margin: 0 8px 0 0;
	font-size: 24px;
	line-height: 39px;
	background: black;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: white;
	width: 40px;
	height: 40px;
	text-align: center;
}

blockquote
{
	padding-left: 30px;
	width: 90%;
	border-left: 4px solid #9BCAEB;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 3%;
}

.leave-reply{
	display: none;
}

a.downloadshort {
background-color: #005EB8;
background-image: url(../images/ico_downloadshort.png);
background-repeat: no-repeat;
background-position: 10px center;
border-radius: 3px 3px 3px 3px;
color: #FFF;
padding: 8px 14px 8px 33px;
margin: 4px 10px 15px 0;
float: left;
}

a.downloadshort:hover {
background-color: #00A9DF;
}

/********************** authors list **************************/
#content_wrapper #listTab{
	padding: 35px 0 0 10px;
	margin: 0;
}

#content_wrapper #listTags{
	padding: 25px 0 0 0;
	margin: 0;
}

#content_wrapper #listTags a{
	letter-spacing: -.03em;
}

#content_wrapper #listTab-nav, #content_wrapper #listTags-nav {
float: none;
border-bottom: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
font-size: 14px;
color: #666;
display: block;
padding: 10px 0;
}

#content_wrapper #listTab li{
	background: url(../images/ico_go.gif) no-repeat scroll 0 7px transparent;
	list-style: none;
	padding: 0 0 7px 15px;
}

.listNav { margin:0 0 10px; }
.ln-letters { overflow:hidden; }
.ln-letters a { font-size:11px; font-weight: bold; display:block; float:left; padding:2px 6px;  border-right:none; text-decoration:none; margin: 0 5px 0 0;}
.ln-letters a.ln-last {}
.ln-letters a:hover,
.ln-letters a.ln-selected { background: #005EB8;color: #fff; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.ln-letters a.ln-disabled { color:#ccc; }
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; }
.ln-no-match{background: url(../images/ico_go.gif) no-repeat scroll 0 7px transparent;list-style: none;padding: 0 0 7px 15px;}

/********************** // authors list **************************/

#respond
{
	width: 90.2%;
	float: left;
	margin: 0 0 20px 0;
	background:#F5F5F5;
	padding:30px;
}

#respond input[type=text],
#respond #commentform textarea {background:#fff;border:1px solid #ccc;}
#respond h3#reply-title {
	font-family:'amadeusregular', 'Droid Sans', 'Tahoma', sans-serif;
	border:0;
	color:#005EB8;
	font-size: 23px;
	line-height: 1.14;
}
#respond #commentform label {
	font-size:14px;
	color:#333;
	font-weight: 700;
	margin-bottom: 10px;
}
#respond input[type=submit] {
	border-radius: 3px;
	background: #005EB8;
	padding: 12px 20px 12px 20px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
}

.comment_inner #respond
{
	margin-left: 5px;
}

ul.children #respond
{
	margin-left: -20px;
	margin-top: 20px;
}

.comment_inner
{
	margin-bottom: 20px;
}

.space
{
	margin-bottom: 10px;
}

#header_wrapper
{
	width: 100%;
	margin: auto;
	height: 20px;
	padding-bottom: 30px;
	padding-top: 30px;
}

#header_wrapper .topmenu.notice
{
	float: left;
	width: 500px;
	margin-top: 15px;
	color: #fff;
}

#top_menu a
{
	color: #fff;
}

#top_menu
{
	display: block;
	float: left;
	list-style: none;
	margin-top: 12px;
}

#top_menu li
{
display: -moz-inline-stack; /* FF2*/
display:inline-block;
vertical-align: top; /* BASELINE CORRECCIÓN*/
zoom: 1; /* IE7 (hasLayout)*/
*display: inline; /* IE */
	margin-right: 15px;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

#top_menu li ul
{
	display: none;
}

#boxed_wrapper
{
	width: 960px;
	margin: auto;
}

.boxed_wrapper_line
{
	display:block;border-top:1px solid #E5E5E5;height:1px;clear: both;
}

.standard_wrapper
{
	width: 960px;
	margin: auto;
}

.standard_wrapper.wide
{
	width: 960px;
}

.standard_wrapper.header
{
	margin-bottom: 0px;
}

/* Header */

.logo
{
	margin: 0;
	text-align: left;
	float: left;
}

.header_ads
{
	width: 100%;
	margin-top: 25px;
	border-bottom:1px solid #E5E5E5;
	padding-bottom:12px;
}

.header_ads_content
{
	width: 960px;
	margin: auto;
	overflow: hidden;
}

.header_title {float:left;}

.header_ads span 
{
	font-family: 'amadeusthin', 'Droid Sans', 'Tahoma', sans-serif;
	letter-spacing: -1px;
	font-size:16px;
	color:#00A9DF;
	margin-left:5px;
	vertical-align: bottom;
}

.header_ads form#searchform 
{
	float: right;
	margin-top:18px;
}

#searchform button[type=submit] 
{
	text-transform: none;
	height: 25px;
	width: 25px;
	background:#1960A9;
	padding:0;
	vertical-align: top;
	position: relative;
}

.search_form_wrapper #searchform input[type=text] 
{
	height: 32px;
	padding: 0 6px;
	margin-top: 0px;
	background-color: #f5f5f5;
}

#searchform input[type=text] 
{
	height: 24px;
	background:#fff;
	font-size: 12px;
	color:#666;
	padding: 0 6px;
	vertical-align: top;
	margin-top: 0;
}

.ie7 #searchform input[type=text] {margin:0 5px 0 0;height:13px;padding:5px 6px;}
.ie8 #searchform input[type=text] {margin:0 5px 0 0;height:13px;padding:5px 6px;}

#searchform img {
	left: 0;
	position: absolute;
	top: 0;
}

.ie8 #searchform img {
	left: 0;
	position: absolute;
	top: -12px;
}

.footer_ads
{
	margin: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
}

.search_box
{
	display: block;
	float: right;
}

.search_box input[type=text], .search_box input[type=text]:hover
{
	display: block;
	float: right;
	width: 170px;
	height: 18px;
	border: 1px solid #555;
	border-top: 0;
	margin: 10px 20px 0 0;
	background: #363636 url("../images/search_box_bg.png") repeat-x;
	color: #999;
}

.search_box input[type=text].blur
{
	font-style: italic;
}

#menu_wrapper
{
	width: 930px;
	height: 50px;
	padding: 0;
	margin:auto;
}

.mainmenu.notice
{
	float: left;
	width: 600px;
	padding: 15px 0 10px 12px;
	z-index: 999;
	color: #fff;
}

#menu_wrapper .nav ul, #menu_wrapper .nav
{
	list-style: none;
	display: block;
	float: left;
	margin: 0 23px 0 5px;
	width: 700px;
}

#menu_wrapper .nav ul li, #menu_wrapper .nav li
{
	display: block;
	float :left;
	margin: 0;
}

#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul, .main_nav li ul
{
	display: none;
	list-style: none;
	background: #000;
	position:absolute;
 	padding: 0;
 	margin-top: 50px;
 	width: 200px;
 	height: auto;
 	z-index: 1000;
}

#menu_wrapper .nav ul li ul li ul, #menu_wrapper div .nav li ul, .main_nav li ul li ul
{
	margin-left: 200px;
	margin-top: -2px;
	padding-top: 2px;
}

#menu_wrapper .nav li ul li a, .nav li ul li a, #menu_wrapper .nav ul li.current_page_parent ul.sub-menu li.current_page_item a, .nav li.current-menu-parent ul.sub-menu li.current_page_item a
{
	background: none;
}

.main_nav li ul li
{
	width: 100%;
}

#menu_wrapper .nav li ul li a, #menu_wrapper .nav li.current-menu-item ul li a, #menu_wrapper .nav li ul li.current-menu-item a,#menu_wrapper .nav ul li ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a, #menu_wrapper .nav ul li ul li.current-menu-item a
{
	color: #fff;
	display: block;
	width: 188px;
	font-weight: bold;
	line-height: 1em;
	padding: 10px 0 10px 12px;
	background: none;
}

.main_nav ul, .main_nav
{
	list-style: none;
	margin: 0;
	z-index: 999;
	float: right;
	position: relative;
	z-index: 1001;
}

.main_nav ul li,  .main_nav li
{
	display: block;
	float :left;
	margin: 0;
}

.main_nav ul li a,  .main_nav li a
{
	display: block;
	float :left;
	margin: 0;
	padding: 0 10px;
	color: #666;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	font-size: 12px;
}

.main_nav ul > li:first-child a,  .main_nav > li:first-child a
{
	padding-left: 0;
}

.main_nav ul li ul li a,  .main_nav li ul li a
{
	width: 165px;
	padding: 8px 19px 8px 16px !important;
	border: 0;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	border-bottom: 1px solid #333;
}

.main_nav ul li ul li:last-child a,  .main_nav li ul li:last-child a
{
	border-bottom: 0;
}

.main_nav ul > li a:hover,  .main_nav li > a:hover, .main_nav ul > li a.hover,  .main_nav > li a.hover, .main_nav ul > li a:active,  .main_nav > li a:active, .main_nav > li.current-menu-item > a
{
	color: #00A9DF;
	text-decoration: none;
}

.main_nav ul li ul li a:hover,  .main_nav li ul li a:hover, .main_nav ul li ul li a.hover,  .main_nav li ul li a.hover
{
	color: #fff;
	background: #333;
}

.main_nav li:last-child a:hover, .main_nav li:last-child a.hover
{
	border-right: 0;
}

.main_nav li ul li a,  .main_nav li.current-menu-item ul li a,#menu_wrapper .nav ul li ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a, #menu_wrapper .nav ul li ul li.current-menu-item a,
{
	display: block;
	width: 170px;
	line-height: 0.7em;
	padding: 5px 0 5px 30px;
}

.secondmenu.notice
{
	width: 960px;
	margin: auto;
	margin-top: 10px;
}

#menu-item-9278{
	padding-bottom: 30px;
	margin-bottom: -30px;
}

#menu_wrapper div .nav li ul.sub-menu, .second_nav li ul.sub-menu
{
	display: none;
	list-style: none;
	background: #fff;
	-moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	position:absolute;
 	margin-top: 35px;
 	margin-left: 0;
 	width: 360px;
 	height: auto;
 	z-index: 1001;
	text-align: left;
	border-top: 0;
	border: 1px solid #ebebeb;
	padding: 30px 10px 30px 20px;
}

#menu_wrapper div .nav li .mega_menu_wrapper, .second_nav li .mega_menu_wrapper
{
	width: 920px;
	padding: 15px 20px 0 20px;
	min-height: 200px;
	position: absolute;
	margin-top: 35px;
	left: 0;
	background: #fff;
	-moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	border: 1px solid #ebebeb;
	visibility: hidden;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul, .second_nav li .mega_menu_wrapper ul
{
	border: 0;
	margin: 0;
	display: block !important;
	text-align: left;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul.post_slideshow_widget, .second_nav li .mega_menu_wrapper ul.post_slideshow_widget
{
	text-align: center;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li, .second_nav li .mega_menu_wrapper ul li
{
	width: 31%;
	margin-right: 2%;
	margin-bottom: 1%;
	display: block;
	float: left;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li.nth-child-3n, .second_nav li .mega_menu_wrapper ul li.nth-child-3n
{
	float: right;
	margin-right: 0;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li.nth-child-4n, .second_nav li .mega_menu_wrapper ul li.nth-child-4n
{
	clear: both;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li .slider_widget_wrapper, .second_nav li .mega_menu_wrapper ul li .slider_widget_wrapper
{
	margin-top: 0 !important;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li .slider_widget_wrapper .flex-direction-nav li a.flex-prev, .second_nav li .mega_menu_wrapper ul li .slider_widget_wrapper .flex-direction-nav li a.flex-prev
{
	top: -170px !important;
	left: 0;
	background: #fff;
	opacity: 1 !important;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li .slider_widget_wrapper .flex-direction-nav li a.flex-next, .second_nav li .mega_menu_wrapper ul li .slider_widget_wrapper .flex-direction-nav li a.flex-next
{
	right: 0;
	top: -170px !important;
	background: #fff;
	opacity: 1 !important;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul.sub-menu li ul li, .second_nav li .mega_menu_wrapper ul.sub-menu li ul li, #menu_wrapper div .nav li .mega_menu_wrapper ul li ul.posts li, .second_nav li .mega_menu_wrapper ul li ul.posts li, #menu_wrapper div .nav li .mega_menu_wrapper ul li ul.menu li, .second_nav li .mega_menu_wrapper ul li ul.menu li, #menu_wrapper div .nav li .mega_menu_wrapper ul li ul.twitter li, .second_nav li .mega_menu_wrapper ul li ul.twitter li, .second_nav li .mega_menu_wrapper ul li.widget_pages ul li, #menu_wrapper div .nav li .mega_menu_wrapper ul li ul.twitter li, .second_nav li .mega_menu_wrapper ul li.widget_recent_comments ul li, .second_nav li .mega_menu_wrapper ul li.widget_recent_entries ul li, .second_nav li .mega_menu_wrapper ul li.reviews-posts-widget ul li, .second_nav li .mega_menu_wrapper ul li.woocommerce ul li
{
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li ul.twitter li, .second_nav li .mega_menu_wrapper ul li ul.twitter li
{
	width: 80%;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li ul.menu li ul.sub-menu, .second_nav li .mega_menu_wrapper ul li ul.menu li ul.sub-menu, #menu_wrapper div .nav li .mega_menu_wrapper ul li.widget_pages ul.children li, .second_nav li .mega_menu_wrapper ul li.widget_pages ul.children li
{
	width: 90%;
	padding-left: 10%;
	box-shadow: 0px 0px 0px black;
	position: static;
}

.second_nav li .mega_menu_wrapper ul li #wp-calendar, .second_nav li .mega_menu_wrapper ul li.widget_tag_cloud div.tagcloud, .second_nav li .mega_menu_wrapper ul li.widget_text div.textwidget, .second_nav li .mega_menu_wrapper ul li.widget_text div.textwidget a
{
	margin: 0;
	padding: 0;
	text-transform: none;
	letter-spacing: 0;
}

.second_nav li .mega_menu_wrapper ul li.widget_archive ul li, .second_nav li .mega_menu_wrapper ul li.widget_categories ul li, .second_nav li .mega_menu_wrapper ul li.widget_meta ul li
{
	width: 49%;
display: -moz-inline-stack; /* FF2*/
display:inline-block;
vertical-align: top; /* BASELINE CORRECCIÓN*/
zoom: 1; /* IE7 (hasLayout)*/
*display: inline; /* IE */
	margin: 0;
	text-align: center;
	margin-bottom: 10px;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li ul li a, .second_nav li .mega_menu_wrapper ul li ul li a
{
	padding: 0;
	color: #000;
	display: inline;
	float: none;
	letter-spacing: 0;
	font-size: 13px !important;
	text-transform: none;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul > li h2.widgettitle, .second_nav li .mega_menu_wrapper ul > li h2.widgettitle
{
	font-size: 14px;
	border-bottom: 2px solid #000;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul > li .slider_widget_wrapper, .second_nav li .mega_menu_wrapper ul > li .slider_widget_wrapper
{
	max-width: 100%;
	height: auto;
}

/* Menu */

.second_nav li ul.sub-menu li ul.sub-menu
{
	margin-left: 200px;
	margin-top: -6px;
}

.second_nav li ul.sub-menu li
{
	width: 47.2%;
	float: left;
	padding-left: 10px;
	margin: 0;
	height: inherit;
}

.ie7 .second_nav li ul.sub-menu {margin-left:-90px;}
.ie7 .second_nav li ul.sub-menu li {height:auto;}

.second_nav ul, .second_nav
{
	list-style: none;
	margin-top: 5px;
	position: relative;
	z-index: 1000;
	float: left;
}

.second_nav ul li, .second_nav li
{
	display: -moz-inline-stack; /* FF2*/
	display: inline-block;
	vertical-align: top; /* BASELINE CORRECCIÓN*/
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */
	margin: 0 0 0 -5px;
}

.second_nav ul li a, .second_nav li a
{
	display: block;
	float :left;
	margin: 0;
	padding: 0 15px 0;
	color: #666;
	background: transparent;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	font-size: 14px !important;
}

.second_nav ul li a, .second_nav li:last-child a {border:0;}

.ie7 .second_nav li#menu-item-9316 a {border:0;}

.second_nav li.menu-item-has-children a {
	background:url("../images/sprite.png") no-repeat 52px -242px transparent;
	padding-right: 32px;
}

/* Submenu */

.second_nav ul li ul.sub-menu li a,  .second_nav li ul.sub-menu li a
{
	width: 100%;
	padding: 2px 0;
	border: 0;
	font-size: 11px;
	color: #005EB8;
	background:none;
	text-transform: none;
	margin:0;
}

.second_nav ul li ul.sub-menu li,  .second_nav li ul.sub-menu li {
	/*margin:0;*/
}

.second_nav ul > li a:hover,  .second_nav > li a:hover, .second_nav ul > li a.hover,  .second_nav > li a.hover, .second_nav ul > li a:active,  .second_nav > li a:active, .second_nav > li.current-menu-item > a, .second_nav > li.current-menu-parent > a
{
	color: #00A9DF;
	text-decoration: none;
}

.second_nav ul li ul li a:hover,  .second_nav li ul li a:hover, .second_nav ul li ul li a.hover,  .second_nav li ul li a.hover
{
	color: #00A9DF;
	text-decoration: none;
}

.second_nav li:last-child a:hover, .second_nav li:last-child a.hover
{
	border-right: 0;
}

.second_nav li ul.sub-menu li a,  .second_nav li.current-menu-item ul.sub-menu li a,#menu_wrapper .nav ul.sub-menu li ul.sub-menu li a, #menu_wrapper .nav ul.sub-menu li.current-menu-item ul.sub-menu li a, #menu_wrapper .nav ul.sub-menu li ul.sub-menu li.current-menu-item a,
{
	display: block;
	width: 170px;
	line-height: 0.7em;
	font-size: 12px;
	padding: 5px 0 5px;
}

/* Single things */

.year-list a{
	font-size: 14px;
}

.month-list li a{
	font-size: 12px;
}

#page_caption
{
	margin-bottom: 10px;
}

.category #page_caption,
.blog #page_caption,
.page-id-4864 #page_caption,
.page-id-7319 #page_caption,
.search #page_caption,
.archive #page_caption,
.tag #page_caption,
.author #page_caption,
.page-template-page_tagslist #page_caption,
.page-template-page_authorslist #page_caption{
	margin-top: 60px;
}

.category #content_wrapper,
.blog #content_wrapper,
.page-id-4864 #content_wrapper,
.page-id-7319 #content_wrapper,
.archive #content_wrapper,
.search #content_wrapper,
.tag #content_wrapper,
.author #content_wrapper,
.page-template-page_tagslist #content_wrapper,
.page-template-page_authorslist #content_wrapper{
	margin-top: 20px;
}

#page_caption.single_post
{
	margin-bottom: 0;
	overflow: hidden;
}

.single_post_ft_wrapper
{
	text-align: center;
	width: 960px;
	margin: auto;
	margin-top: -5px;
	margin-bottom: 25px;
}

.single_post_ft_wrapper.gallery_ft
{
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

#page_caption .boxed_wrapper
{
	width: 960px;
	margin: auto;
}

#page_caption .sub_page_caption
{
	font-size: 12px;
	color: #666666;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	margin-bottom: 15px;
}

#page_caption .sub_page_caption a, #page_caption .sub_page_caption a:hover, #page_caption .sub_page_caption a:active
{
	color: #999;
}

#page_caption .sub_page_caption a:hover
{
	text-decoration: underline;
}

#page_caption h1
{
	margin-top: 0;
	font-family: 'amadeusthin', 'Droid Sans', 'Tahoma', sans-serif;
	color: #005EB8;
	font-size: 38px;
	margin-right: 10px;
}

#page_caption.single_post h1
{
	font-family: 'amadeusthin', 'Droid Sans', 'Tahoma', sans-serif;
	color: #005EB8;
	font-size: 46px;
	letter-spacing: -1px;
	line-height: 1.05;
	margin: 0 0 10px 0;
}

#page_caption.single_post span.author
{
	font-size: 11px;
	color: #666;
	display: block;
}

#page_caption.single_post span.author_position
{
	display: block;
	font-size: 14px;
	color: #666;
}

#page_caption.single_post span.author a
{
	color: #00A9E0;
	font-size: 14px;
}

.post_comment_number, .post_comment_number:hover, .post_comment_number:active
{
	display: block;
	float: right;
	padding: 10px 12px 10px 15px;
	background: #ffc000;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	font-weight: 500;
	margin-top: -10px;
}

.readmore
{
	float: left;
	padding: 10px 12px 10px 15px;
	background: #ffc000;
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
}

.readmore:hover, .readmore:active
{
	background: #2C2F32;
	color: #fff;
}

.post_img
{
	clear: both;
	position: relative;
}

.post_img.ppb_classic_fullwidth, .post_img.ppb_cat_fullwidth, .post_img.ppb_cat, .post_img.ppb_cat_sidebar, .post_img.ppb_classic_sidebar
{
	margin-bottom: 5px;
}

.post_img.half
{
	margin-bottom: 0;
}

.post_img.single
{
	margin-bottom: 0;
	margin-top: 0;
}

.post_img.nospace
{
	margin-bottom: 0;
}

.post_img.masonry
{
	margin-left: 0;
}

.post_sound_cloud_wrapper
{
	width: 960px;
	margin: auto;
	margin-top: 8px;
}

.recent_post_wrapper
{
	margin: 10px 0 0 11px;
}

.recent_post_item_wrapper
{
	margin-top: 5px;
}

#content_wrapper
{
	width: 960px;
	margin: auto;
	margin-top: 50px;
	padding-bottom: 60px;
	position: relative;
	word-wrap: break-word;
}

body.single #content_wrapper
{
	padding-bottom: 30px;
}

#content_wrapper .inner
{
	width: 100%;
	margin: auto;
}


#content_wrapper.full_page_width
{
	width: 880px;
}

#content_wrapper .inner .inner_wrapper.fullwidth
{
	padding: 0;
	width: 960px;
	margin: auto;
	min-height: 200px;
	position: relative;
}

#content_wrapper .inner .inner_wrapper .sidebar_content
{
	width: 680px;
	padding: 0;
	float: left;
	min-height: 200px;
	position: relative;
}

#content_wrapper .inner .inner_wrapper .sidebar_content p:first-child
{
	padding: 0 !important;
	margin: 0 !important;
}

#content_wrapper .inner .inner_wrapper .sidebar_content.withpadding
{
	width: 600px;
	padding: 20px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content .withpadding
{
	padding: 15px;
}

#content_wrapper.cat_width .inner .inner_wrapper .sidebar_content
{
	width: 620px;
	margin: 0 0 0 0;
}

#content_wrapper.cat_width .inner .inner_wrapper .sidebar_content ul
{
	margin: 0 0 0 20px;
}

/* Single meta */

.sidebar_content .single-meta,
.sidebar_content .entry-meta {overflow: hidden;clear:both;margin-top:10px;}

.sidebar_content .single-meta {border-top: 1px solid #9BCAEB;border-bottom: 1px solid #9BCAEB; padding: 20px 0; margin: 30px 0;}

.sidebar_content .entry-meta {
	margin: 30px 0 20px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 35px;
}

.post-footer-right {float:right;}
.post-footer-left {float:left;width: 78%;}
.post-footer-left .post_social li.shareFb {width: 90px;}
.post-footer-left .post_social li.shareTw {width: 66px;}
.post-footer-left .post_social li.shareIn {width: 113px;}
.post-footer-left .post_social li.shareGp {width: 70px;}
.post-footer-left .post_social li.sharePn {width: 75px;}
.post-footer-left .post_social li.shareRl {width: 80px;}


#content_wrapper .inner .inner_wrapper .sidebar_content .single-meta ul,
#content_wrapper .inner .inner_wrapper .sidebar_content .entry-meta ul {padding:0;margin:0;width: 100%;}
#content_wrapper .inner .inner_wrapper .sidebar_content .single-meta ul li,
#content_wrapper .inner .inner_wrapper .sidebar_content .entry-meta ul li {list-style: none;
display: -moz-inline-stack; /* FF2*/
display:inline-block;
vertical-align: top; /* BASELINE CORRECCIÓN*/
zoom: 1; /* IE7 (hasLayout)*/
*display: inline; /* IE */
}

.post-footer-right ul li {margin-left:15px;}

.post-footer-right .print-link a,
.post-footer-right .mailto-link a,
.post-footer-right .comments-link a,
.post-footer-right .print-link a,
.post-footer-right .mailto-link a,
.post-footer-right .comments-link a {
	display:block;
	background:url("../images/sprite.png") no-repeat;
	width:23px;
	height:18px;
	line-height: 14px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.post-footer-right .print-link a {background-position: -3px -358px;text-indent:-9999px;}
.post-footer-right .mailto-link a {background-position: -3px -390px;text-indent:-9999px;}
.post-footer-right .comments-link a {background-position: -3px -420px;}


/* Tags, Comments, etc. */

.entry-tags {
	margin: 0 0 20px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 20px;
	padding-bottom: 20px;
}
.entry-tags p {margin:0;}


/* Sidebar right */

.sidebar {margin-top:14px;}
.sidebar p {font-size:11px;}

/* Sign up Sidebar */

.sidebar #updatesForm #btnLabel2 {text-align: left;}
.sidebar #updatesForm p {font-weight: normal;}
.sidebar #updatesForm p input {width: 68.4%;}
.sidebar #updatesForm #dataProtectLabel label {width: 100%;}

/* Category Sidebar*/

#content_wrapper .sidebar .content .sidebar_widget li.widget_categories ul li {
	font-size:11px;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper
{
	width: 218px;
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar
{
	width: 100%;
	float: right;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar .content
{
	margin: 0;
}

#content_wrapper .sidebar .content .sidebar_widget
{
	list-style: none;
	margin: 0 !important;
}

#content_wrapper .sidebar .content .sidebar_widget > li
{
	margin: 0 0 5px 0;
	float: left;
	width: 100%;
	border: 0;
}

#content_wrapper .sidebar .content .sidebar_widget > li.Custom_Ads
{
	border: 0 !important;
	padding: 0 !important;
}

#content_wrapper .sidebar .content .sidebar_widget > li.Custom_Facebook_Page iframe
{
	margin: 5px 0 5px 5px;
}

#content_wrapper .sidebar .content .sidebar_widget > li.widget_search
{
	background: transparent;
	border: 0;
	padding-bottom: 0;
	margin-bottom: 16px;
	-webkit-box-shadow: 0 1px 0 transparent, 0 1px 3px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 1px 0 transparent, 0 1px 3px rgba(0,0,0,0);
	-o-box-shadow: 0 1px 0 transparent, 0 1px 3px rgba(0,0,0,0);
	box-shadow: 0 1px 0 transparent, 0 1px 3px rgba(0, 0, 0, 0);
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_archive, #content_wrapper .sidebar .content .sidebar_widget li.widget_categories, #content_wrapper .sidebar .content .sidebar_widget li.widget_nav_menu, #content_wrapper .sidebar .content .sidebar_widget li.Custom_Photos_News, #content_wrapper .sidebar .content .sidebar_widget li.widget_link, #content_wrapper .sidebar .content .sidebar_widget li.widget_meta
{
	padding-bottom: 5px;
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_archive ul li a, #content_wrapper .sidebar .content .sidebar_widget li.widget_categories ul li a, #content_wrapper .sidebar .content .sidebar_widget li.widget_nav_menu ul li a, #content_wrapper .sidebar .content .sidebar_widget li.widget_links ul li a, #content_wrapper .sidebar .content .sidebar_widget li.widget_meta ul li a
{
	color: #00A9E0;
}
#content_wrapper .sidebar .content .sidebar_widget li.widget_archive ul li, #content_wrapper .sidebar .content .sidebar_widget li.widget_categories ul li, #content_wrapper .sidebar .content .sidebar_widget li.widget_nav_menu ul li, #content_wrapper .sidebar .content .sidebar_widget li.widget_links ul li, #content_wrapper .sidebar .content .sidebar_widget li.widget_meta ul li
{
	font-size: 12px;
	color: #00A9E0;
	margin: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_archive ul li, #content_wrapper .sidebar .content .sidebar_widget li.widget_categories ul li, #content_wrapper .sidebar .content .sidebar_widget li.widget_meta ul li
{
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_archive ul li:nth-child(odd), #content_wrapper .sidebar .content .sidebar_widget li.widget_categories ul li:nth-child(odd), #content_wrapper .sidebar .content .sidebar_widget li.widget_nav_menu ul li:nth-child(odd), #content_wrapper .sidebar .content .sidebar_widget li.widget_links ul li:nth-child(odd), #content_wrapper .sidebar .content .sidebar_widget li.widget_meta ul li:nth-child(odd)
{
}

#content_wrapper .sidebar .content .sidebar_widget li.widget ul.menu li
{
	width: 100% !important;
}

#content_wrapper .sidebar .content .sidebar_widget li object
{
	margin-left: 10px;
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_tag_cloud div, #footer .sidebar_widget li.widget_tag_cloud div
{
	width: 100%;
}

div.textwidget
{
	margin: 20px 0 0 0;
}

div.textwidget img, div.textwidget select
{
	max-width: 100%;
	height: auto;
}

/* Sign up page */

.entry-content-a ul li{
background: url("../images/ico_go.gif") no-repeat scroll 0 7px transparent;
padding-left: 1.071428571rem;
padding-left: 15px;
list-style: none;
}

.home .entry-content-a ul li{
background: none;
padding-left: 0;
list-style: none;
}

#updatesFormPage{
margin-bottom: 20px;
margin-bottom: 1.428571428rem;
background: #F7F7FA;
overflow: hidden;
padding:30px;
}

#updatesFormPage .block { margin-bottom: 15px;}
#updatesFormPage .block input{ padding: 10px; width: 50%}
#updatesFormPage .block select{ padding: 10px; width: 53%; font-size: 1em; background-color: #FFF;}
#updatesFormPage .block input[type=text]{background-color: #FFF !important; border: 1px solid #ccc;}
#updatesFormPage .country br {
    display: none;
}
#updatesFormPage .block label{ display: block; font-weight: bold; margin-bottom: 8px;}
#updatesFormPage .acceptance{margin-bottom: 15px}
#updatesFormPage .acceptance input{margin-right: 10px;}
#updatesFormPage .acceptance label{font-size: 1em;}
#updatesFormPage .sendbtn input{ padding:10px; text-align: right; width: auto;border-radius: 3px;}
#updatesFormPage .sendbtn {text-align: left;}

/* // Sign up page */

/* Category things */

.blog div[rel="three_columns"],
.archive div[rel="three_columns"],
.search div[rel="three_columns"],
.page div[rel="three_columns"] {
	width: 30.8%;
	margin-right:30px;
	float:left; 
	border: 1px solid #E5E5E5; 
	border-bottom: 2px solid #E5E5E5; 
	height: 440px; 
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-kthtml-transition: all .2s linear;
	transition: all .2s linear;
}

.blog div[rel="three_columns"]:hover,
.archive div[rel="three_columns"]:hover,
.search div[rel="three_columns"]:hover,
.page div[rel="three_columns"]:hover {
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-kthtml-transition: all .2s linear;
	transition: all .2s linear;
}

.blog div[rel="three_columns"].last, .archive div[rel="three_columns"].last, .search div[rel="three_columns"].last, .page div[rel="three_columns"].last {margin-right:0;}
.blog div[rel="three_columns"] .post_inner_wrapper.half.header, .archive div[rel="three_columns"] .post_inner_wrapper.half.header, .search div[rel="three_columns"] .post_inner_wrapper.half.header, .page div[rel="three_columns"] .post_inner_wrapper.half.header {padding:0;width: 100%;padding: 0 15px;box-sizing: border-box;}
.blog div[rel="three_columns"] .post_img a, .archive div[rel="three_columns"] .post_img a, .search div[rel="three_columns"] .post_img a, .page div[rel="three_columns"] .post_img a {display: block;height:193px;overflow: hidden;}

.blog div[rel="three_columns"] .post_img, .archive div[rel="three_columns"] .post_img, .search div[rel="three_columns"] .post_img, .page div[rel="three_columns"] .post_img {
	background:url("../images/bg-img-items.jpg") no-repeat 0 0 transparent;
	margin-bottom: 15px;height:193px;overflow: hidden;}

.blog div[rel="three_columns"] .post_header.half h4, .archive div[rel="three_columns"] .post_header.half h4, .search div[rel="three_columns"] .post_header.half h4, .page div[rel="three_columns"] .post_header.half h4{font-size: 16px;line-height: 22px;}
.blog div[rel="three_columns"] .post_img img, .archive div[rel="three_columns"] .post_img img, .search div[rel="three_columns"] .post_img img, .page div[rel="three_columns"] .post_img img{width: 100%;height: auto;}

.category_description {clear:both;}
.category_description p {margin-top:0;}

#page_caption h1 {margin: 0 10px 0 0;}
.archive #page_caption .category h2 {float:left;margin-top: 15px;}
.archive #page_caption .date {float:none; border-bottom: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5; font-size: 14px; color: #333;display: block; line-height: 1.42;margin-top: 40px; padding: 10px 0;}
#page_caption .boxed_wrapper span {line-height: 35px;}

.blog div[rel="three_columns"] .author, .archive div[rel="three_columns"] .author, .search div[rel="three_columns"] .author, .page div[rel="three_columns"] .author {float:left;margin-right:10px;}

.archive .inner_wrapper .navigation {border-top: 1px solid #e5e5e5;padding: 40px 0 20px;}


/* footer things */

#footer div.textwidget
{
	margin: 0;
}

#footer .sidebar_widget li.widget_tag_cloud div
{
	margin-left: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li form#searchform, #footer .sidebar_widget li form#searchform
{
	width: 100%;
}

#content_wrapper .sidebar .content .sidebar_widget li form#searchform div, #footer .sidebar_widget li form#searchform div
{
	width: 95%;
}

label.screen-reader-text
{
	display: none;
}

#content_wrapper .sidebar .content .sidebar_widget li form#searchform input[type=text], #footer .sidebar_widget li form#searchform input[type=text]
{
	width: 280px;
	margin: 10px 0 10px 0;
	background: #ebebeb;
	border: 0;
}

#footer .sidebar_widget li form#searchform input[type=text]
{
	margin-top: 10px;
	max-width: 90%;
}

#footer .sidebar_widget li
{
	clear: none;
	padding: 15px 0 10px 0;
}

#footer .sidebar_widget li
{
	float: left;
	width: 33%;
	margin: 0 30px 0 0;
	padding: 0;
}

#footer .sidebar_widget li h5
{
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	font-size:12px;
	text-transform: none;
	text-align: left;
	padding: 0 0 8px;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom:15px;
	font-weight: bold;
}

#footer .sidebar_widget li ul li {
	font-size: 12px;
	margin: 0 0 8px 0;
	padding: 0;
	float: none;
	width: 100%;
}

#footer .sidebar_widget li.widget_categories ul li {
	width: 50%;
	float: left;
}

#footer .sidebar_widget .footer_blogroll_wdgt{
	width: 46.87%;
	margin-bottom: 20px;
}

#footer .sidebar_widget .footer_blogroll_wdgt ul li{
	width: 50%;
	float: left;
}

#footer .sidebar_widget li a, #footer .sidebar_widget li p{
	font-size: 12px;
	color:#666;
}

#footer .sidebar_widget li a:hover{
	color:#00A9E0;
}

/* IMPORTANT */

#footer .sidebar_widget .footer_corpinfo_wdgt,
#footer .sidebar_widget .footer_feedback_wdgt {
	width: 23.4%;
}

#footer .sidebar_widget .footer_followus_wdgt {float:left; clear: both;}
#footer .sidebar_widget .footer_followus_wdgt ul li{float:left; margin-right: 20px; width: auto;}

#footer .sidebar_widget .footer_signup_wdgt{
	float: left;
}

#footer .sidebar_widget .footer_followus_wdgt, #footer .sidebar_widget .footer_signup_wdgt{
	width: 48.4%;
}

#footer .sidebar_widget .footer_feedback_wdgt, #footer .sidebar_widget .footer_signup_wdgt{
	margin-right: 0;
}

#footer .sidebar_widget .footer_signup_wdgt a:hover, #footer .sidebar_widget .footer_followus_wdgt ul li a:hover{
	opacity: 0.5;
	filter:alpha(opacity=50);
	-webkit-transition: opacity .2s linear, background .2s linear;
	-moz-transition: opacity .2s linear, background .2s linear;
	-ms-transition: opacity .2s linear, background .2s linear;
	-o-transition: opacity .2s linear, background .2s linear;
	transition: opacity .2s linear, background .2s linear;
}

#footer .sidebar_widget li iframe
{
	max-width: 200px;
	background: #fff;
	margin-top: 15px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul
{
	margin: 5px 0 0 0;
	float: left;
	list-style: none;
	width: 100%;
}

#footer .sidebar_widget li ul
{
	margin-left: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul li ul.sub-menu, #content_wrapper .sidebar .content .sidebar_widget li ul li ul.children
{
	border-left: 1px solid #ccc;
	font-size: 12px;
	margin: 10px 10px 10px 20px !important;
	padding-left: 20px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul#recentcomments, #footer .sidebar_widget li ul#recentcomments
{
	width: 95%;
	color: #666666;
}

.comment p {font-size:11px;color:#666;margin: 0 0 5px;line-height: 16px;}

.comment_date
{
	color: #666666;
	padding: 0;
	float: left;
	font-size: 11px;
	margin-bottom:15px;
}

p.comment-reply-link {float: right;margin:-20px 0 0;}
a.comment-reply-link
{
font-family: 'Droid Sans', 'Tahoma', sans-serif;
color: #005EB8;
background: url("../images/sprite.png") no-repeat -5px -190px transparent;
padding: 0 0 0 18px;
}

#cancel-comment-reply-link
{
	float: right;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
}

#commentform
{
	margin-top: 10px;
}

#footer .sidebar_widget li ul
{
	list-style: none;
}

#footer .sidebar_widget li ul li ul.sub-menu
{
	border-left: 1px solid #ccc;
	padding-left: 10px;
	margin-left: 15px;
	margin-top: 10px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul li
{
	padding: 0 0 4px 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul li:last-child, #footer .sidebar_widget li ul li:last-child
{
	padding-bottom: 0;
}

#footer .sidebar_widget li ul.thumb li
{
	padding-bottom: 0px;
	padding-left: 0;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*---*/

.recent_thumbnail
{
	display: block;
	width: 290px;
	height: 200px;
	overflow: hidden;
}

.recent_thumbnail h6
{
	background: transparent url("../images/trans_000_bg.png") repeat;
	display: block;
	padding: 5px 10px 5px 10px;
	position: relative;
	top: -62px;
	left: 0;
	color: #fff;
	font-size: 16px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.thumb, #content_wrapper .one_half.home .sidebar_widget li ul.thumb
{
	list-style: none;
	display: block;
	float: none;
	width: 100%;
	margin-left: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li, #content_wrapper .one_half.home .sidebar_widget li ul.thumb li
{
	margin: 0 9px 7px 0;
	float: left;
	clear: none;
	padding-bottom: 0;
}

#content_wrapper .one_half.home .sidebar_widget li ul.thumb li
{
	margin: 0 10px 5px 0;
	padding-bottom: 0;
}

h2.widgettitle
{
	display: block;
	padding: 10px 15px 5px 0;
	font-size: 16px;
	margin: 0;
	margin-bottom: 15px;
	color: #00A9DF;
	border-bottom: 1px solid #E5E5E5;
}

.sidebar .sidebar_widget h2.widgettitle{
	display: none;
}

.sidebar_widget #categories-5 ul{
	display: none;
}

#content_wrapper .sidebar .content .sidebar_widget li h3, 
.yarpp-related-widget h3, .entry-tags h3, .comment-respond h3, .comment_inner h5
{
	display: block;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	font-size: 14px;
	margin: 0;
	margin-bottom: 15px;
	color: #666;
	border-bottom: 1px solid #E5E5E5;
	padding:0 0 10px 0;
	cursor:pointer;
	line-height: 1.42;
}

#content_wrapper .sidebar .content .sidebar_widget li h3:hover, 
.yarpp-related-widget h3:hover, .entry-tags h3:hover, .comment-respond h3:hover, .comment_inner h5:hover
{
	color: #00A9DF;
}

#content_wrapper .sidebar .content .sidebar_widget li h3 img, 
.yarpp-related-widget h3 img, .entry-tags h3 img, .comment-respond h3 img, .comment_inner h5
{
	float: right;
	margin-top: 10px;
}

#content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle {margin-bottom:10px;}

.entry-tags h3 {
	border:0;
	font-family: 'amadeusregular', 'Droid Sans', 'Tahoma', sans-serif;
	font-size: 23px;
	line-height: 1.14;
	color: #005EB8;
	margin-bottom: 0px;
}

/* Widget Related Posts */

#content_wrapper .inner .inner_wrapper .yarpp-related-widget ul {padding:0;margin:0;}
#content_wrapper .inner .inner_wrapper .yarpp-related-widget ul li {list-style: none;margin-bottom:20px;overflow:hidden;}
.yarpp-related-widget .post_date {font-size:12px;color: #666;margin-bottom: 5px;}
.yarpp-related-widget a {font-size:14px;letter-spacing:-0.02em;line-height: 20px;display:block; color:#00A9DF;}

h2.widgettitle.header
{
	font-size: 22px;
	margin-left: 5px;
}

#content_wrapper .inner .inner_wrapper.fullwidth h2.widgettitle.header
{
	margin: 0;
}

#content_wrapper .one_half.home .sidebar_widget li h2.widgettitle
{
	margin: 0;
}

#footer .sidebar_widget
{
	list-style: none;
	width: 100%;
	margin: auto;
	padding-top: 50px;
}

#content_wrapper .one_half.home .sidebar_widget li h2.widgettitle
{
	width: 100%;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.posts, #content_wrapper .one_half.home .sidebar_widget li ul.posts, #footer .sidebar_widget li ul.posts, ul.posts
{
	list-style: none;
	width: 100%;
	margin-top: 10px;
	float: left;
}

ul.posts
{
	margin-left: 10px;
}

#footer .sidebar_widget
{
	margin-top: 0;
	float: left;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.posts li, #content_wrapper .one_half.home .sidebar_widget li ul.posts li, #footer .sidebar_widget li ul.posts li, ul.posts li
{
	padding-bottom: 10px;
	width: 100%;
	float: left;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.posts li:last-child, #content_wrapper .one_half.home .sidebar_widget li ul.posts li:last-child, #footer .sidebar_widget li ul.posts li, ul.posts li:last-child
{
	padding-bottom: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.posts li h6, #content_wrapper .one_half.home .sidebar_widget li ul.posts li h6, #footer .sidebar_widget li ul.posts li h6
{
	font-size: 16px;
	color: #000;
}

ul.posts li
{
	clear: both;
}

#footer .sidebar_widget li ul.posts li h6
{
	font-size: 14px;
}

.line_shadow
{
	display: none;
}

.page_header
{
	margin: 20px 0 0 0;
}

.sidebar_page_header
{
	margin: 10px 0 0 0;
}

.social_profile
{
	float: left;
	width: 100%;
	margin: auto;
	margin-top: 10px;
}

#footer .social_profile
{
	margin-top: 10px;
}

.social_profile .profile
{
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
}

.social_profile .profile:last-child
{
	margin-bottom: 0;
}

.social_profile .social_icon
{
	float: left;
	display: block;
	margin-right: 15px;
	width: 32px;
	height: 32px;
	text-align: center;
	padding: 0 !important;
}

.social_profile .social_icon.facebook
{
	background: #4c66a4;
}

.social_profile .social_icon.facebook img
{
	width: 18px;
	height: auto;
	margin-top: 8px;
}

.social_profile .social_icon.twitter
{
	background: #33ccff;
}

.social_profile .social_icon.twitter img
{
	width: 18px;
	height: auto;
	margin-top: 7px;
}

.social_profile .social_icon.youtube
{
	background: #cc181e;
}

.social_profile .social_icon.youtube img
{
	width: 18px;
	height: auto;
	margin-top: 7px;
}

#footer .social_profile .profile
{
	width: 27%;
}

.social_profile .profile .counter
{
	float: left;
	margin-top: 7px;
}

.social_profile .profile .counter h4
{
	float: left;
	display: block;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 0em;
}

.social_profile .count
{
	word-spacing: 1px;
	color: #888;
	margin-left: 7px;
	float: left;
	font-size: 12px;
}

.social_profile .profile a.button
{
	font-size: 11px;
	float: right;
	margin-top: 3px;
	padding: 5px 10px 5px 10px;
	background: #888 !important;
	color: #fff;
}

/* Home modules */

.one
{
	width: 100%;
	margin-bottom: 25px;
	float: none;
	padding-bottom:28px;
}

.one .more_link {
	background: url("../images/sprite.png") no-repeat -10px -160px transparent;
	font-size: 14px;
	padding: 0 0 0 15px;
	clear: both;
	float: right;
}

.one_half
{
	float: left;
	width: 47.6%;
	font-size: 10px;
}

.one_half p
{
	font-size: 14px;
	line-height: 20px;
	margin: 8px 0 5px;
}

.one_half.ppb_classic
{
	margin-bottom: 25px;
}

.one_half.right
{
	float: right;
	margin-right: 12px;
}

.one_half.last
{
	float: right;
}

.one_half.last.ppb_cat_last
{
	width: 50%;
}

.post_wrapper
{
	width: 100%;
	margin: 0;
	padding-top: 20px;
}

.one_half .post_wrapper,
.one_half .ppb_posts_wrapper {
	padding:0;
	border:1px solid #E0E0E0;
	border-bottom: 2px solid #E0E0E0;
  background: #fff;
}

.one_half.last .post_wrapper {
    width: 45.9%;
    float: left;
    height: 296px;
    margin: 0 30px 30px 0;
    position: relative;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -kthtml-transition: all .2s linear;
    transition: all .2s linear;
}

.one_half .post_wrapper:hover,
.one_half .ppb_posts_wrapper:hover {
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-kthtml-transition: all .2s linear;
	transition: all .2s linear;
}

.one_half .post_wrapper .post_img {
	height: 305px;
	overflow: hidden;
}

.one_half.last .post_wrapper .post_img {
	height: 140px;
	overflow: hidden;
}

.one_half.last .post_wrapper.last {
	margin-right:0;
}

.post_wrapper.ppb_classic_fullwidth
{
	margin-bottom: 20px;
}

.one_half .post_inner_wrapper .date,
.one_half .post_inner_wrapper .author {
	font-size: 12px;
	color:#666;
	display: block;
}

.one_half .post_inner_wrapper .date {
	margin-bottom: 3px;
}

.ppb_posts_wrapper .author,
.one_half .post_inner_wrapper .author {
	margin-bottom:2px;
	display: block;
	margin-top: 6px;
}

.one_half .post_inner_wrapper .author a {
	font-size: 12px;
	color:#00A9E0;
}

.one_half.last .post_wrapper .post_inner_wrapper {
	padding: 6px 14px 0;
	width: 88%;
	position: relative;
}

.social_btns ul {
	display: none;
}

.social_btns a.share_click.share_click {
	background: url("../images/icon/share_32x32.png") no-repeat transparent;
	background-size: contain;
	width: 15px;
	height: 16px;
	text-indent: -99999px;
	overflow: hidden;
	display: block;
}

#content_wrapper .inner .inner_wrapper .social_btns {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

#content_wrapper .inner .inner_wrapper .social_btns ul {
	z-index: 1;
	padding:10px;
	margin:0;
	position:absolute;
	background:#fff;
	box-shadow:0px 0px 8px rgba(0, 0, 0, 0.1);
	width: 70px;
	list-style: none;
	border:1px solid #e5e5e5;
	left: -72px;
	top: -104px;
}

#content_wrapper .inner .inner_wrapper .social_btns ul li {height:20px;margin-bottom:8px;}
#content_wrapper .inner .inner_wrapper .social_btns ul li:last-child {margin-bottom:0;}

/* Big post */

.one_half .ppb_posts_wrapper .post_inner_wrapper {
	padding: 14px 20px 0;
	width: 91.3%;
}

.one_half .ppb_posts_wrapper .author {float:left; margin-right: 18px; }

.one_half .ppb_posts_wrapper {height:626px;position: relative;}

.one_half .ppb_posts_wrapper .post_img {height:305px;overflow:hidden;}

.one_half .ppb_posts_wrapper p {margin-bottom:10px;}


/* home 3 posts */

.ppb_column_post.masonry .post_img {
	margin-bottom: 20px;
	height: 192px;
	overflow: hidden;
}

/* Home 5 posts */

.one.ppb_column5 .ppb_column5_post .post_img {
	margin-bottom:10px;
	height: 108px;
	overflow: hidden;
}

.one.ppb_column5 .ppb_column5_post {
	overflow: hidden;
	width: 17.08%;
	float: left;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 1px;
	margin: 0 30px 25px 0;
	height: 260px;
	position: relative;
}

.one.ppb_column5 .ppb_column5_post:hover {
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}

.one.ppb_column5 .ppb_column5_post.last {
	margin-right: 0;
}

.one.ppb_column5 .ppb_column5_post .post_header.half h4 {
	font-size:12px;
	line-height: 15px;
}

/* View more */

.view_more {
	display: block;
	clear: both;
	float: right;
	font-size: 11px;
	background: url("../images/sprite.png") no-repeat 0 -228px transparent;
}

.review_score_bg
{
display: -moz-inline-stack; /* FF2*/
display:inline-block;
vertical-align: top; /* BASELINE CORRECCIÓN*/
zoom: 1; /* IE7 (hasLayout)*/
*display: inline; /* IE */
	position: absolute;
	bottom: 15px;
	right: 10px;
	padding: 4px 10px 7px 10px;
	background: #fff;
	background: rgba(256,256,256,.95);
	color: #000;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
}

.post_type_bg
{
display: -moz-inline-stack; /* FF2*/
display:inline-block;
vertical-align: top; /* BASELINE CORRECCIÓN*/
zoom: 1; /* IE7 (hasLayout)*/
*display: inline; /* IE */
	position: absolute;
	bottom: 15px;
	right: 10px;
	padding: 4px 10px 2px 10px;
	background: #fff;
	background: rgba(256,256,256,.95);
}

.post_type_bg img
{
	margin-top: 5px;
}

.review_score_bg.marginright, .post_type_bg.marginright
{
	right: 30px;
}

.review_score_bg.marginright.ppb, .post_type_bg.marginright.ppb
{
	right: 35px;
}

.review_point
{
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	margin-top: -7px;
}

.post_wrapper.dark
{
	background: #000;
	color: #ebebeb;
	border: 0;
	padding-top: 10px;
}

.post_wrapper.dark h5
{
	color: #fff;
}

.post_wrapper.half
{
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	padding-bottom: 10px;
}

.post_wrapper.full
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	padding-bottom: 10px;
}

.type-post[rel=two_columns], .ppb_column_post
{
	width: 48%;
	float: left;
	margin-right: 20px;
}

.type-post[rel=two_columns].last, .ppb_column_post.last
{
	float: right;
	margin-right: 0;
}

.element[rel=two_columns]
{
	width: 48%;
	float: left;
}

.element[rel=two_columns].last
{
	width: 48%;
	float: right;
	margin-left: 10px;
}

.element[rel=two_columns]
{
	margin-bottom: 20px;
}

.element[rel=two_columns].noexcerpt
{
	margin-bottom: 10px;
}

.ppb_column_post.masonry
{
	width: 30.8%;
	float: left;
	margin-right: 30px;
	border: 1px solid #E5E5E5;
	border-bottom: 2px solid #E5E5E5;
	background: #fff;
	padding: 1px;
	height: 440px;
	position: relative;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-kthtml-transition: all .2s linear;
	transition: all .2s linear;
}

.ppb_column_post.masonry:hover {
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-kthtml-transition: all .2s linear;
	transition: all .2s linear;
}

.ppb_column_post.masonry.last
{
	float: right;
	margin-right: 0;
}

.ppb_column_post.ppb_column
{
	margin-bottom: 25px;
}

#post_mansory_wrapper.ppb_fullwidth
{
	width: 990px;
}

#content_wrapper #post_mansory_wrapper.inner
{
	width: 990px;
	min-width: 100%;
	min-height: 300px;
	margin-left: -10px;
	margin-top: -10px;
	background: #fff url('../images/loading.gif') no-repeat center center;
	padding-bottom: 10px;
	position: relative;
	z-index: 999;
}

.video_wrapper
{
	background: transparent url('../images/loading.gif') no-repeat center center;
}

#post_mansory_wrapper
{
	background: #fff url('../images/loading.gif') no-repeat center center;
	min-width: 100%;
	min-height: 300px;
}

.post_wrapper.half.mansory
{
	float:left;
	margin: 10px 0 10px 10px;
	width: 320px;
	padding-bottom: 0;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.post_wrapper.half.last
{
	float: right;
	margin-right: 0;
}

body.single .post_wrapper
{
	margin-top: 0;
	border: 0 !important;
	padding-bottom: 0 !important;
}

.post_inner_wrapper
{
	width: 100%;
	margin-bottom: 15px;
}

.post_wrapper_inner
{
	margin: 15px 0 0 0;
}

body.single .post_wrapper_inner
{
	margin-top: 0;
}

.author_wrapper_inner
{
	margin: 10px 0 10px 5px;
}

.author-container {
width: 960px;
margin: 30px auto;
}

.author-info{
	padding: 20px;
	background-color: #F7F7FA;
}

.author-info .author-avatar{
	border: 2px solid #FFF;
	height: 106px;
	width: 106px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.author-info .author-avatar img{
	width: 100%;
	height: auto;
}

.search_form_wrapper
{
	margin-bottom: 40px;
}

/* Home 3 posts */

.post_inner_wrapper.half.header, body.home .post_inner_wrapper.half.header
{
	margin: 0;
	width: 86%;
	padding: 0 7%;
	font-size:14px;
}

.post_inner_wrapper.half.header p, body.home .post_inner_wrapper.half.header p
{
	font-size: 14px;
	margin: 10px 0 5px 0;
}

.post_header_wrapper
{
	width: 100%;
	float: left;
}

.post_header_wrapper .post_date{
	font-size: 12px;
}

.post_header_wrapper.single
{
	width: 300px;
}

.post_social
{
	width: 98px;
	float: right;
	margin-top: 7px;
}

.post_social.single
{
	width: 195px;
}

.post_wrapper.single
{
	width: 100%;
	margin: 0;
}

.post_wrapper.author
{
	padding: 15px;
	border: 0 !important;
	background: #f9f9f9;
	width: auto;
	margin-bottom: 15px;
}

.post_header
{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding: 12px 15px 12px 15px;
	border-bottom: 1px solid #ebebeb;
}

.post_header.half
{
	width: 100%;
	text-align: left;
	padding: 0;
	margin: auto;
	float: none;
	border: 0;
	font-size: 12px;
	color: #666;
}

.post_header.single_post
{
	text-align: left;
	border: 0 ;
	padding: 0;
	margin: 0;
}

.post_header h3
{
	margin: 0;
}

.post_header.half h4
{
	margin: 6px 0 6px 0;
	font-size: 16px;
	line-height: 22px;
}

.post_header h2 a
{
	color: #000;
}

/* Social buttons */

.post_detail
{
	font-size: 10px;
	color: #666;
	float: left;
	width: 100%;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
}


.post_detail a:hover {color:#00A9DF !important;}

.post_detail.half
{
	width: 100%;
}

.post_detail.space
{
	margin-bottom: 20px;
	position: relative;
}

.post_img_date
{
	padding: 5px;
	background: #000;
	position: relative;
	top: -60px;
	left: 7px;
	width: 150px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 0 #fff;
	text-align: center;
}

.post_header .post_comment
{
	float: right;
	margin: 10px 0 0 0;
	font-size: 11px;
	padding: 5px 15px 5px 15px;
	text-align: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
 	background: #cccccc url("../images/bt_g.png") repeat-x top;
	text-align: left;
	text-shadow: 0 1px 1px #fff;
	border: 1px solid #ccc;
}

#about_the_author .thumb
{
	float: left;
	margin: 0 15px 15px 0;
	text-align: center;
}

#about_the_author
{
	width: 100%;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#about_the_author .description
{
	width: 480px;
	float: left;
}

#about_the_author .description.author
{
	margin: 0;
}

.gravatar 
{
	position: relative;
	z-index: 2;
	overflow: hidden;
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}

.gravatar.comment_reply
{
	width: 50px;
	height: 50px;
}

.colorful
{
	background: #ffc000;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
display: -moz-inline-stack; /* FF2*/
display:inline-block;
vertical-align: top; /* BASELINE CORRECCIÓN*/
zoom: 1; /* IE7 (hasLayout)*/
*display: inline; /* IE */;
	padding: 5px 10px 3px 10px;
	margin-bottom: 10px;
}

.colorful a
{
	color: #fff;
}

.comment .left img.avatar
{
	width: 50px;
}

.comment
{
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
}

.comment .left
{
	width: 65px;
	float: left;
}

.comment .right
{
	width: 88.5%;
	float: left;
}

.comment .right a[rel="author"], .comment .right span[rel="author"]
{
	font-weight: bold;
	float: left;
	font-size: 11px;
	color:#005EB8;
}

ul.children
{
	list-style: none;
	width: 100%;
	margin-left: 5%;
	float: left;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

ul.children .comment
{
	width: 90%;
	margin: 20px 0 0 32px;
	padding: 0 0 20px 15px;
	float: left;
}

ul.children .comment .right
{
	width: 86.5%;
	float: left;
}

ul.children ul.children .comment
{
	display: none;
}

ul.children .comment:last-child
{
	margin-bottom: 0;
}

.comment_inner .comment:last-child
{
	margin-bottom: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.flickr, #content_wrapper .one_half.home .sidebar_widget li ul.flickr, ul.flickr
{
	list-style: none;
	margin: 10px 0 0 0;
	float: left;
	display: block;
	clear: both;
}

#footer .sidebar_widget li ul.flickr
{
	list-style: none;
	margin: 10px 0 30px 0;
	float: left;
	display: block;
	clear: both;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li, #content_wrapper .one_half.home .sidebar_widget li ul.flickr li, ul.flickr li, ul.flickr li
{
	margin-bottom: 10px;
	clear: none;
	float: left;
}

#content_wrapper .one_half.home .sidebar_widget li ul.flickr li, ul.flickr li
{
	margin: 0 9px 0 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li, #content_wrapper .sidebar .content .sidebar_widget li ul.flickr li a, , #content_wrapper .one_half.home .sidebar_widget li ul.flickr li, , #content_wrapper .one_half.home .sidebar_widget li ul.flickr li a
{
	display: block;
	float: left;
	margin: 0;
	clear: none;
}

/* Footer things */

#footer h2.widgettitle {}


#footer .sidebar_widget li ul.flickr li, #footer .sidebar_widget li ul.flickr li a
{
	display: block;
	float: left;
	margin: 0;
}

#footer .sidebar_widget li ul.flickr li
{
	padding-bottom: 0px;
	padding-left: 0;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li im, #content_wrapper .one_half.home .sidebar_widget li ul.flickr li img, ul.flickr li img
{
	width: 91px;
	height: 91px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li img, #footer .sidebar_widget li ul.thumb li img, #content_wrapper .one_half.home .sidebar_widget li ul.thumb li img, ul.thumb li img
{
	width: 91px;
	height: 91px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.thumb, #content_wrapper .one_half.home .sidebar_widget li ul.thumb, ul.thumb
{
	margin: 0;
	margin-top: 25px;
}

#footer .sidebar_widget li ul.thumb
{
	margin-top: 10px !important;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li, #footer .sidebar_widget li ul.thumb li, #content_wrapper .one_half.home .sidebar_widget li ul.thumb li, ul.thumb li
{
	padding: 0;
}

ul.flickr li
{
	padding: 0 !important;
}

ul.flickr li img
{
	width: 91px;
	height: auto;
}

#footer .sidebar_widget li ul.flickr li img
{
	width: 89px;
	height: 89px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter, #footer .sidebar_widget li ul.twitter, #content_wrapper .one_half.home .sidebar_widget li ul.twitter, ul.twitter
{
	margin: 0;
	margin-top: 5px;
	margin-left: 0;
	list-style:none;
	width: 100%;
}

#footer .sidebar_widget li ul.thumb li, #footer .sidebar_widget li ul.thumb li img
{
	width: 62px;
	height: 62px;
}

#footer .sidebar_widget li ul.twitter
{
	width:100%;
	margin-top: 15px;
	margin-left: 0;
}

#content_wrapper .one_half.home .sidebar_widget li ul.twitter
{
	margin-left: 5px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter li, #footer .sidebar_widget li ul.twitter li, #content_wrapper .one_half.home .sidebar_widget li ul.twitter li, ul.twitter li
{
	padding-left:45px;
	background-image:url('../images/icon_twitter.png');
	background-repeat:no-repeat;
	background-position:0px 4px;
	min-height: 30px;
	padding-bottom: 20px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:last-child, #footer .sidebar_widget li ul.twitter li:last-child, #content_wrapper .one_half.home .sidebar_widget li ul.twitter li:last-child, ul.twitter li:last-child
{
	padding-bottom: 0;
}

#footer .sidebar_widget li ul.twitter li
{
	background-image:url('../images/icon_twitter_white.png');
}

#content_wrapper .inner .inner_wrapper .sidebar_content.page_sidebar ul.twitter li
{
	line-height: 3.5em;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.social_media, #footer .sidebar_widget li ul.social_media, #content_wrapper .one_half.home .sidebar_widget li ul.social_media
{
	list-style: none;
	margin: 10px 0 15px 0;
	float: left;
	display: block;
	clear: both;
}

#footer .sidebar_widget li ul.social_media
{
	margin: 10px 0 15px 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.social_media li, #content_wrapper .one_half.home .sidebar_widget li ul.social_media
{
	display: block;
	float: left;
	margin: 10px 0 15px 0;
	clear: none;
}

#footer .sidebar_widget li ul.social_media li, #content_wrapper .one_half.home .sidebar_widget li ul.social_media li
{
	margin: 0 5px 0 0;
	display: block;
	float: left;
	clear: none;
}

#footer .sidebar_widget li ul.social_media li
{
	margin-right: 0;
}

.pagination {
	margin: 0 0 15px 0;
	width: 100%;
	height: 30px;
	padding: 10px 0;
}

.pagination a, .pagination a:active, .pagination a.active, .pagination span.current, .navigation a
{
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	font-weight: bold;
}

.pagination .nav-previous a,
.navigation .prev-pag a {
	background: url("../images/sprite.png") no-repeat 10px -295px #005EB8;
	padding: 8px 22px 9px 35px;
}

.ie7 .pagination .nav-previous a,
.ie7 .navigation .prev-pag a,
.ie8 .pagination .nav-previous a,
.ie8 .navigation .prev-pag a
{
	background: url("../images/sprite.png") no-repeat 10px -293px #005EB8;
	display: -moz-inline-stack; /* FF2*/
	display: inline-block;
	vertical-align: top; /* BASELINE CORRECCIÓN*/
	zoom: 1; /* IE7 (hasLayout)*/
    *display: inline; /* IE */
}

.pagination .nav-next a,
.navigation .next-pag a {
	background: url("../images/sprite.png") no-repeat 54px -267px #005EB8;
	padding: 8px 35px 9px 22px;
}

.ie7 .pagination .nav-next a,
.ie7 .navigation .next-pag a,
.ie8 .pagination .nav-next a,
.ie8 .navigation .next-pag a
{

	display: -moz-inline-stack; /* FF2*/
	display: inline-block;
	vertical-align: top; /* BASELINE CORRECCIÓN*/
	zoom: 1; /* IE7 (hasLayout)*/
    *display: inline; /* IE */
}



.pagination span.current, .pagination a:hover, .navigation a:hover
{
	background-color: #00A9DF !important;
}

.pagination .nav-previous {float:left;margin-right: 10px;}
.pagination .nav-next {}

.pagination_detail
{
	float: right;
	margin-top: 40px;
}

.navigation .prev-pag {float:left;margin-right:10px;}

.navigation
{
	font-size: 11px;
}

.fullwidth
{
	padding-top: 10px;
}

.one_third .one_half
{
	margin-right: 6%;
}

.one_half.last
{
	margin-right: 0;
	width: 49%;
}

.one_third
{
	width: 30%;
	float: left;
	min-height: 50px;
	margin-right: 3%;
}

.one_third.page, .one_third.right_sidebar
{
	width: 33%;
}

.sidebar .one_half .posts li img
{
	width: 40px;
}

.one_third.home
{
	width: 31%;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}

.one_third.last
{
	margin-right: 0;
}

.one_fourth
{
	width: 22.5%;
	float: left;
	margin-right: 3%;
	margin-bottom: 2%;
}

.one_fourth.home
{
	width: 22%;
	float: left;
	margin-right: 35px;
	margin-bottom: 2%;
}

.one_fourth.home, .one_fourth.home_left
{
	margin-top: 10px;
}

.one_fourth.last
{
	margin-right: 0;
}

.two_third
{
	float: left;
	width: 64%;
	margin-right: 3%;
}

.two_third.last
{
	width: 67%;
	float: right;
	margin-right: 0;
}

.one_fifth
{
	width: 14%;
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
}

.one_fifth.last
{
	margin-right: 0;
}

.one_sixth
{
	width: 11%;
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
}

.one_sixth.last
{
	margin-right: 0;
}

#content_wrapper .inner .inner_wrapper .sidebar_content.page_sidebar
{
	width: 560px;
	padding-left: 15px;
}

.navigation div
{

}

.navigation div.alignright
{
	text-align:right;
}

.post_attribute
{
	font-size: 10px;
	color: #666;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
}

.post_attribute.ppb_cat_last
{
	margin: 5px 0 0 0;
}

.post_attribute.ppb_cat_last_fullwidth
{
	margin-top: 0;
	margin-bottom: 20px;
}

.post_normal_wrapper
{
	float: left;
	width: 100%;
	margin-top: 10px;
}

.ads125_wrapper
{
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}

.ads125
{
	width: 125px;
	height: 125px;
	background: #ffffff;
	border: 1px solid #dddddd;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	float: left;
	font-size: 11px;
	color: #ccc;
}

.ads125 div.text
{
	position: relative;
	top: 43%;
	text-align: center;
	width: 100%;
}

.ads125.last
{
	float: right;
}

.ads468
{
	width: 468px;
	height: 60px;
	background: #ffffff;
	border: 1px solid #dddddd;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	float: left;
	font-size: 11px;
	color: #ccc;
}

.ads468 div.text
{
	position: relative;
	top: 38%;
	text-align: center;
	width: 100%;
}

#wp-calendar tr td
{
	padding: 3px 0 3px 0;
	background: #ebebeb;
}

#wp-calendar tr td#prev, #wp-calendar tr td#next
{
	text-transform: uppercase;
	padding-top: 20px;
}

#wp-calendar tr td.pad, #wp-calendar tr td#prev, #wp-calendar tr td#next
{
	background: transparent !important;
}

#wp-calendar caption
{
	display:none;
}

#wp-calendar
{
	margin: 20px 0 0 0;
	width: 100%;
}

table tr
{
	background: #ebebeb;
}

table tr td
{
	border-bottom: 1px solid #dddddd;
}

table tr th
{
	padding: 5px 0 3px 0;
	text-align: center;
	font-weight: bold;
}

table thead tr th
{
	background: transparent;
}

table tfoot tr, table tfoot tr td
{
	background: transparent;
	border-bottom: 0;
}

ul.posts.blog li a img.frame
{
	width: 90px;
}

#footer ul.posts.blog li a img.frame
{
	width: 90px;
}

.comment_inner h2.widgettitle
{
	margin-left: 0px;
}

.comment_inner #respond h2.widgettitle
{
	margin-left: 0;
}

img.post_thumb
{
	width: 90px;
	height: auto;
}

#option_btn
{
	position: fixed;
	top: 85px;
	left:0;
	cursor:pointer;
	z-index: 99999;
}

#option_wrapper
{
	position: fixed;
	top: 45px;
	left:-245px;
	width: 240px;
	padding: 19px 0 23px 0;
	background: #fff url('../images/option_bg.png') repeat-x;
	z-index: 999999;
	color: #666;
	font-size: 11px;
	border: 1px solid #E1E1E1;
	border-bottom: 1px solid rgba(150, 150, 150, 0.2);
	-webkit-box-shadow: 4px 4px 0px 0px rgba(150, 150, 150, 0.1);
	-moz-box-shadow: 4px 4px 0px 0px rgba(150, 150, 150, 0.1);
	box-shadow: 4px 4px 0px 0px rgba(150, 150, 150, 0.1);
}

#option_wrapper .inner
{
	width: 80%;
	margin:auto;
}

.colorpicker_preview
{
	width: 100%;
	height: 30px;
	margin: 5px 0 0 0;
}

#option_wrapper select
{
	width: 195px;
}

.option_menu_style
{
	width: 100%;
	float: left;
}

.option_menu
{
	float: left;
	width: 96px;
	margin-bottom: 5px;
}

.option_menu img
{
	width: 90px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

#preview
{
	position:absolute;
	top: 107px;
	left: 114px;
	display:none;
	z-index: 99999;
	padding: 5px 5px 2px 5px;
	background: #272625;
}

#preview img
{
	z-index: 999999;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

#menu_border_wrapper select
{
	display: none;
	width: 100%;
	height: 30px;
	margin: 0px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.social_media
{
	list-style: none;
	display: block;
	margin-left: 0;
	margin-bottom: 20px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.social_media li
{
display: -moz-inline-stack; /* FF2*/
display:inline-block;
vertical-align: top; /* BASELINE CORRECCIÓN*/
zoom: 1; /* IE7 (hasLayout)*/
*display: inline; /* IE */
	margin-right: 3px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.social_media li img
{
	width: 24px;
}

.widget_tag_cloud div
{
	margin: 25px 0 0 0;	
}

.second_nav li .mega_menu_wrapper ul li.widget_tag_cloud div.tagcloud a, .widget_tag_cloud div a, .meta-tags a, a.meta-tags
{
	background: #ebebeb;
	padding: 5px 8px 5px 8px;
	font-weight: 400;
	margin: 0px 0px 5px 0px;
display: -moz-inline-stack; /* FF2*/
display:inline-block;
vertical-align: top; /* BASELINE CORRECCIÓN*/
zoom: 1; /* IE7 (hasLayout)*/
*display: inline; /* IE */
	font-weight: 500;
	float: none;
	letter-spacing: 0;
}

.widget_tag_cloud div a:hover, .meta-tags a:hover, a.meta-tags:hover
{
	background: #000;
	color: #fff;
	text-decoration: none;
}

.pp_list ul
{
	margin-top: 15px;
}

.pp_list ul li
{
	margin: 5px 0 0 0;
	padding-left: 22px;
	padding-bottom: 5px;
}

table
{
	border: 0;
}

#content_wrapper table thead tr th
{
	background: #ebebeb;
}

table tr
{
	background: #ffffff;
}

table tr td, table tr th
{
	border-bottom: 1px solid transparent;
}

table tr th
{
	text-transform: uppercase;
	text-align: left;
}

table tr th, table tr td
{
	padding: 5px 12px 5px 12px;
}

#footer table tr th, table tr td
{
	padding: 5px 5px 3px 5px;
	text-align: center;
}

.ui-accordion .ui-accordion-header a
{
	font-size: 16px;
	margin: 5px 0 5px 25px;
}

.ui-accordion .ui-accordion-content
{
	border-left: 1px solid #ccc;
	padding-left: 25px;
	margin-left: 17px;
}

.ui-state-default .ui-icon
{
	background: #000;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.ui-state-active .ui-icon
{
	background: #000;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.ui-accordion .ui-accordion-header .ui-icon
{
	left: 0;
}

.accordion
{
 	border: 1px solid #ebebeb;
 	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
}

.accordion h3, .accordion div
{
	border: 0;
	background: transparent;
}

.pp_accordion, .pp_accordion_close
{
 	margin:0;
	margin-bottom: 10px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
{
	border: 1px solid #ebebeb;
}

.ui-corner-all, .ui-corner-top, .ui-corner-bottom
{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ui-state-default, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-widget-content
{
	border: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
	background: transparent;
}

.ui-accordion .ui-accordion-header
{
	font-weight: normal;
	display: block;
	position: relative;
}

.pp_accordion
{
	
}

.accordion div
{
	border-top: 1px solid #ebebeb;	
}

.accordion h3
{
	padding: 5px 0 5px 8px;
}

.ui-accordion .ui-accordion-header .ui-icon
{
	left: 10px;
}

.ui-tabs-panel
{
	margin-top: 10px;
}

.ui-widget-header
{
	border-bottom: 1px solid #ebebeb;
}

.tabs .ui-state-default
{
	background: transparent;
	border: 0;
}

.tabs .ui-state-default a
{
	color: #999;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
	background: #ebebeb;
}

.ui-tabs .ui-tabs-nav li a 
{
	padding: 10px 30px 9px 30px;
	font-size: 12px;
	outline: 0;
	text-transform: uppercase;
}

.tabs .ui-state-active
{
	font-weight: bold;
	background: #000;
	display: block;	
}

.tabs .ui-widget-header, #content_wrapper .inner .inner_wrapper .sidebar_content .tabs .ui-widget-header
{
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.tabs .ui-tabs-panel
{
	border-top: 3px solid #000;
	margin:0;
}

.tabs .ui-state-active a
{
	color: #fff;
	font-weight: bold;
}

.ui-tabs li:first-child
{
	margin-left: -2px;
}

.highlight_yellow
{
	background: #FF9;
}

.highlight_black
{
	background: #000;
	color: #fff;
}

#contact_form
{
	margin-top: 15px;
}

#contact_form label, #commentform label
{
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
	display: block;
	color: #999;
}

#contact_form label
{
	float: left;
	margin-top: 8px;
}

.comment-notes
{
	display: none;
}

#commentform > p
{
	clear: both;
}

#commentform .comment-form-legal
{
	font-size: 12px;
	color: #666;
}

.form-allowed-tags
{
	display: none;
}

#contact_form label.error, #commentform label.error
{
	color: #AC1C20;
	float: none;
	margin-top: 8px;
	margin-bottom: 0;
}

#contact_form textarea, #commentform textarea
{
	float: left;
	margin-bottom: 15px;
	width: 97%;
}

#commentform input[type=text]
{
	float: left;
	margin-bottom: 15px;
	width: 97%;
}

.post_previous
{
	width: 50%;
	float: left;
	margin-top: 10px;
}

.post_previous h6, .post_next h6
{
	margin: 0;
}

.post_previous_icon
{
	width: 17px;
	height: 28px;
	float: left;
	background: transparent url('../images/prev_icon.png') no-repeat center center;
	margin-right: 15px;
	margin-top: 10px;
}

.post_previous_content
{
	float: left;
	width: 85%;
	margin-top: -5px;
	text-align: center;
}

.post_previous_content a
{
	color: #999;
}

.post_next
{
	width: 50%;
	float: right;
	margin-top: 10px;
}

.post_next_icon
{
	width: 17px;
	height: 28px;
	float: right;
	background: transparent url('../images/next_icon.png') no-repeat center center;
	margin-left: 15px;
	margin-top: 10px;
}

.post_next_content
{
	float: right;
	width: 85%;
	margin-top: -5px;
	text-align: center;
}

.post_next_content a
{
	color: #999;
}

.post-ratings
{
	margin-top: 10px;
	margin-bottom: 20px;
}

#content_wrapper .post-ratings img, #content_wrapper .post-ratings-loading img, #content_wrapper .post-ratings-image img
{
	margin-right: 3px;
}

.post_category_rating
{
	float: right;
	margin-top: 22px;
}

.post_category_rating img
{
	margin-right: 3px;
}

#toTop {
	display: block;
	float: right;
	text-decoration: underline;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
	margin-top: 12px;
}

#toTop:hover
{
	text-decoration: none;
}

.ads_wrapper
{
	width: 90%;
	margin: auto;
	text-align: center;
	padding-bottom: 15px;
}

#post_more_wrapper
{
	position: fixed;
	bottom: 60px;
	right: 0;
	width: 300px;
	padding: 20px;
	background: #fff;
	background: rgba(256,256,256,.95);
	border: 1px solid #ccc;
	-moz-box-shadow: 0 -8px 15px rgba(0, 0, 0, 0.1);	
	-webkit-box-shadow: 0 -8px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 -8px 15px rgba(0, 0, 0, 0.1);
	border-right: 0;
	-webkit-transition:right 500ms ease-in-out;
	-moz-transition:right 500ms ease-in-out;
	-o-transition:right 500ms ease-in-out;
	-ms-transition:right 500ms ease-in-out;
	transition:right 500ms ease-in-out;
	z-index: 1000;
}

#post_more_wrapper.hiding
{
	right: -360px;
}

#post_more_close
{
	position: absolute;
	top: -20px;
	left: -20px;
}

.post_more_img_wrapper
{
	margin-top: 20px;
}

.post_more_title
{
	margin: 15px 0 10px 0;
	display: block;
}

.post_ft_gallery_wrapper
{
	text-align: left;
}

.post_ft_gallery_wrapper.gallery_ft
{
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.post_ft_gallery_wrapper a
{
display: -moz-inline-stack; /* FF2*/
display:inline-block;
vertical-align: top; /* BASELINE CORRECCIÓN*/
zoom: 1; /* IE7 (hasLayout)*/
*display: inline; /* IE */
}

.page_layerslider
{
	margin: 0;
	margin-top: 10px;
	width: 100%;
	background: #000;
	height: auto;
}

.ls-shadow
{
	display: none !important;
}

.ppb_header
{
	margin-bottom: 25px;
}

.ppb_header.fullwidth
{
	padding-top: 0;
	margin-bottom: 0;
}

.one.ppb_classic, .one.ppb_column
{
}

.item_bg
{
	background: #ffc000;
	display: block;
}

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

.post_audio_wrapper
{
	margin: 0 0 0 0 !important;
}

#review-box h2.review-box-header
{
	text-align: center;
	margin-bottom: 1px !important;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 3px solid #000;
	margin-top: 0;
	padding-top: 0;
}

.review-box
{
	padding: 0 !important;
	margin-top: 0 !important;
}

.review-item
{
	margin-bottom: 1px !important;
}

#review-box p
{
	color: #444 !important;
}

.review-percentage .review-item span span
{
	background-image: none !important;
}

.user-rate-wrap
{
	background: #f5f5f5 !important;
	color: #444 !important;
	margin-top: 0 !important;
}

.user-rate-wrap strong
{
	color: #444 !important;
}

.review-final-score
{
	background: #f5f5f5 !important;
	border: 0 !important;
}

#review-box .review-final-score h3
{
	color: #000;
	font-weight: 400;
}

#review-box.review-stars .review-item h5
{
	color: #000;
	font-weight: 400;
}

.review-box
{
	background: #f5f5f5 !important;
}

.review-bottom
{
	margin-top: 40px !important;
	margin-bottom: 20px !important;
}

#content_wrapper .sidebar .content .sidebar_widget > li #review-box h2.review-box-header
{
	display: none !important;
}

#content_wrapper .sidebar .content .sidebar_widget li.taqyeem-review-widget h2.widgettitle
{
	margin-bottom: 1px !important;
}

ul.reviews-posts h3
{
	font-size: 14px;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
	margin: 0;
}

#footer ul.reviews-posts h3
{
	font-size: 12px;
}

ul.reviews-posts li
{
	width: 90%;
}

#review-box.review-percentage .review-item h5, #review-box.review-percentage .review-item h5
{
	padding: 0 !important;
	color: #000 !important;
	font-size: 12px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.review-percentage .review-item span span
{
	top: 30px !important;
	height: 10px !important;
}

.review-summary
{
	background: #f5f5f5 !important;
}

.review-box
{
	font-size: 14px;
}

#content_wrapper .sidebar .content .sidebar_widget > li.taqyeem-review-widget .review_wrap
{
	padding-top: 15px;
}

#autocomplete 
{
    display: none;
	position:absolute;
    z-index:1001;
	width:280px;
	font-size: 13px;
	color:#555;
	background:#f9f9f9;
	margin-left: -15px;
	margin-top: 10px;
	border-top: 0;
	-moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
#autocomplete a, #autocomplete a:hover, #autocomplete a:active
{
	text-decoration: none !important;
}
#autocomplete ul 
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#autocomplete li
{
    display:block;
    clear:both;
    float: left;
    width: 250px;
    padding: 15px 15px 0 15px;
}
#autocomplete li:last-child
{
	padding-bottom: 15px;
}
#autocomplete li:hover
{
    background-color: #ffffff;
    background-image: none;
}
#autocomplete li.view_all
{
	color: #555;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	border-top: 1px solid #ebebeb;
	background: #fff;
}
#autocomplete li.view_all a
{
	color: #555;
}
#autocomplete li .ajax_post
{
	float:left;
	width:180px;
}
.screen-reader-text 
{
	display:none;
}

#mobile_nav_icon 
{
	margin-top: 12px;
	display: block;
	border-bottom: 10px double #999;
	border-top: 3px solid #999;
	height: 4px;
	width: 25px;
	float: left;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-top-color: rgba(153,153,153,0.7);
	border-bottom-color: rgba(153,153,153,0.7);
	display: none;
	cursor: pointer;
}

#mobile_nav_icon:hover, #mobile_nav_icon:active
{
	border-color: #00A9E0;
}

.mobile_menu_wrapper
{
	left: 0px;
	-webkit-transform: translate3d(-100%, 0px, 0px);
	-ms-transform: translate3d(-100%, 0px, 0px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	-webkit-font-smoothing: subpixel-antialiased;
	 width: 70%; 
	 background: #333; 
	 position: absolute;
	 top: 0px;
	 overflow: visible;
}

.mobile_menu_wrapper .menu-secondary-menu-container .sub-menu{
	background: #666; 
}

body.js_nav .mobile_menu_wrapper
{
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

@-moz-document url-prefix() {
	.mobile_menu_wrapper
	{
		display: none;
	}
    body.js_nav .mobile_menu_wrapper 
    {
        display: block;
    }
}

.ie7 .mobile_menu_wrapper {display:none;}
.ie8 .mobile_menu_wrapper {display:none;}
.ie9 .mobile_menu_wrapper {display:none;}

.sticky
{
	background: #ffffe0;
	padding: 5px 20px 5px 20px;
	border: 1px solid #e6db55;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

.gallery .gallery-item img
{
	border: 0 !important;
}

#imageFlow {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    overflow: hidden;
}

#imageFlow.single_post {
	position: absolute;
	height: 100%;
	width: 100%;
}

#imageFlow .diapo {
    position: absolute;
    left: -4000px;
    cursor: pointer;
    -ms-interpolation-mode: nearest-neighbor;
}
#imageFlow .link {
    margin-left: -1px;
    margin-bottom: -1px;
}
#imageFlow .text {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 45%;
    text-align: center;
    z-index: 1000;
    color: #fff;
	z-index: 999;
	font-size: 14px;
	font-weight: 500;
	font-family: Arial, 'helvetica neue', Helvetica, sans-serif;
}

#imageFlow.collection .text {
	bottom: 60%;
}

#imageFlow .title {
display: -moz-inline-stack; /* FF2*/
display:inline-block;
vertical-align: top; /* BASELINE CORRECCIÓN*/
zoom: 1; /* IE7 (hasLayout)*/
*display: inline; /* IE */
	color: #fff;
	padding: 0 10px 0 10px;
}
#imageFlow .legend {
    width: 50%;
    margin: auto;
    margin-top: 5px;
    color: #999;
    font-weight: bold;
}
#imageFlow .scrollbar {
    position: absolute;
    left: 30%;
    bottom: 2%;
    width: 40%;
    height: 16px;
    z-index: 1000;
}
#imageFlow .track {
    position: absolute;
    left: 1%;
    width: 98%;
    height: 10px;
}
#imageFlow .arrow-left {
    position: absolute;
    display: none;
}
#imageFlow .arrow-right {
    position: absolute;
    right: 0px;
    display: none;
}
#imageFlow .bar {
    position: absolute;
    height: 10px;
    left: 0;
    width: 100px;
}

.diapo {
	opacity: 1;
	margin-right: 10px;
}

.diapo.current {
	opacity: 1;
}

.slider_wrapper
{
	width: 960px;
	height: 420px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 10px;
	background: #f5f5f5 url('../images/loading.gif') no-repeat center center;
}

.slider_wrapper .main_post
{
	float: left;
	width: 660px;
	height: 420px;
	position: relative;
	background: #000;
}

.slider_wrapper .main_post a img
{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	max-width: 100%;
	height: auto;
}

.slider_wrapper .main_post a:hover img
{
	opacity: .6;
}

.slider_wrapper .main_post .post_title
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 130px;
	background: transparent url('../images/main_post_title.png') repeat-x bottom center;
}

.slider_wrapper .main_post .post_title h3
{
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	bottom: 2%;
	display: block;
	text-align: center;
	width: 640px;
	padding: 0 10px 0 10px;
}

.slider_wrapper .sub_post
{
	float: left;
	width: 300px;
	height: 210px;
	position: relative;
	background: #000;
}

.slider_wrapper .sub_post a img
{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	max-width: 100%;
	height: auto;
}

.slider_wrapper .sub_post a:hover img
{
	opacity: .6;
}

.slider_wrapper .sub_post .post_title
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 69px;
	background: transparent url('../images/sub_post_title.png') repeat-x bottom center;
}

.slider_wrapper .sub_post .post_title h4
{
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	bottom: 5%;
	display: block;
	text-align: center;
	width: 280px;
	padding: 0 10px 0 10px;
}

.slider_wrapper .main_post_full
{
	float: left;
	width: 960px;
	height: 420px;
	position: relative;
	background: #000;
}

.slider_wrapper .main_post_full a img
{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	max-width: 100%;
	height: auto;
}

.slider_wrapper .main_post_full a:hover img
{
	opacity: .6;
}

.slider_wrapper .main_post_full .post_title
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 200px;
	background: transparent url('../images/main_post_full_title.png') repeat-x bottom center;
	vertical-align: bottom;
}

.slider_wrapper .main_post_full .post_title .post_title_full_wrapper
{
	position: absolute;
	bottom: 15px;
	width: 100%;
}

.slider_wrapper .main_post_full .post_title h3
{
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	text-align: center;
	width: 900px;
	padding: 0 10px 0 10px;
	margin-bottom: 0;
}

.slider_wrapper .main_post_full .post_title .post_excerpt
{
	margin: auto;
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 700px;
	color: #ebebeb;
}

.slider_widget_wrapper
{
	width: 300px;
	height: 260px;
	margin: auto;
	margin-top: 25px !important;
	background: transparent url('../images/loading.gif') no-repeat center center;
	text-align: center;
}

h1.page-title
{
	float: left;
}

.woocommerce .products ul, .woocommerce-page .products ul, .woocommerce ul.products, .woocommerce-page ul.products
{
	padding-top: 30px !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content_wrapper ul.products
{
	margin-left: 0px !important;
	margin-top: 0px !important;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img
{
	box-shadow: 0px 0px 0px black !important;
	width: 90% !important;
	text-align: center !important;
	margin: auto !important;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3
{
	font-size: 18px !important;
}

.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del
{
	font-size: 1em !important;
}

.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins, .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price
{
	text-decoration: none !important;
	font-size: 16px !important;
	font-weight: bold !important;
}

.woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li ins, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li ins
{
	text-decoration: none;
	font-weight: bold;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart
{
	display: none !important;
}

.woocommerce ul.cart_list li img, .woocommerce-page ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img
{
	-webkit-box-shadow: 0px 0px 0px black !important;
	-moz-box-shadow: 0px 0px 0px black !important;
	box-shadow: 0px 0px 0px black !important;
	width: 45px;
	height: auto;
}

.woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img
{
	-webkit-box-shadow: 0px 0px 0px black !important;
	-moz-box-shadow: 0px 0px 0px black !important;
	box-shadow: 0px 0px 0px black !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs
{
	margin-left: 0 !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h1
{
	font-size: 22px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h2
{
	font-size: 18px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h3
{
	font-size: 16px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h4
{
	font-size: 14px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h5
{
	font-size: 13px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h6
{
	font-size: 12px !important;
}

.woocommerce div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a
{
	margin-bottom: 3.8%;
}

div[itemprop="description"]
{
	margin: 5px 0 10px 0;
}

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total
{
	font-size: 14px !important;
	color: #000;
	padding-top: 10px !important;
}

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total
{
	border-color: #E5E5E5 !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range
{
	background: #f1f1f1 !important;
	-webkit-box-shadow: inset 0 0 0 1px rgba(204, 204, 204, 0.5) !important;
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5) !important;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5) !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle
{
	border: 1px solid #cecece !important;
	background: #e4e4e4 !important;
	box-shadow: none !important;
}

.woocommerce .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .minus, .woocommerce .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce .quantity .minus:hover, .woocommerce #content .quantity .minus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce-page #content .quantity .minus:hover, .woocommerce .quantity .plus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce-page #content .quantity .plus:hover
{
	border-color: #c7c0c7 !important;
	background: #f7f6f7 !important;
	color: #5e5e5e !important;
	background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#dfdbdf)) !important;
	background: -webkit-linear-gradient(#f7f6f7,#dfdbdf) !important;
	background: -moz-linear-gradient(center top,#f7f6f7 0%,#dfdbdf 100%) !important;
	background: -moz-gradient(center top,#f7f6f7 0%,#dfdbdf 100%) !important;
}

.woocommerce ul.products li.product a.add_to_cart_button, .woocommerce-page ul.products li.product a.add_to_cart_button, .woocommerce ul.products li.product a.add_to_cart_button.loading, .woocommerce-page ul.products li.product a.add_to_cart_button.loading, .woocommerce ul.products li.product a.add_to_cart_button:hover, .woocommerce-page ul.products li.product a.add_to_cart_button:hover, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button
{
	background: #888 !important;
	color: #fff !important;
	text-shadow: none !important;
	border-color: #888 !important;
	text-transform: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	letter-spacing: 0px !important;
	font-weight: normal !important;
}

.woocommerce .widget_shopping_cart .widget_shopping_cart_content a.button, .woocommerce table.cart td.actions .button.alt.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce table.cart td.actions .button.alt
{
	background: #000 !important;
	color: #fff !important;
	text-shadow: none !important;
	border-color: #000 !important;
	font-weight: normal !important;
}

.woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce-page #content div.product form.cart .button
{
	font-weight: normal !important;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a
{
	font-weight: normal !important;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img
{
	width: 60px !important;
	float: left !important;
	margin-right: 15px !important;
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button
{
	font-family: 'Droid Sans', 'Tahoma', sans-serif;
	text-transform: uppercase !important;
}

.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist
{
	margin-top: 20px !important;
}

.cart-collaterals .cart_totals table {
	width: 100% !important;
}

.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {
	width: 22.05% !important;
}

.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove
{
	color: #999 !important;
}

.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover
{
	color: #fff !important;
}

body.woocommerce .page-title
{
	display: none;
}

h1.product_title
{
	font-size: 28px;
	margin: 0;
}

p.price
{
	padding-top: 0;
	margin-top: 0;
}

p.price span.amount
{
	font-weight: bold;
}

body.single-product #page_caption
{
	margin-top: 20px;
	margin-bottom: 40px;
}

body.single-product #page_caption h1
{
	display: none;
}

#tab-description h2, .woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2
{
	font-size: 22px;
}

.checkout h3
{
	font-size: 22px;
}

.related.products h2, .cart_totals h2, .shipping_calculator h2
{
	font-size: 22px;
	margin-bottom: 0;
}

.cart_totals h2
{
	display: none;
}

.shipping_calculator h2
{
	text-align: left;
}

.related.products
{
	margin-top: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before
{
	border-bottom: 3px solid #000 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li
{
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a
{
	padding: 10px 30px 9px 30px !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	font-size: 12px !important;
	text-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active
{
	background: #000 !important;
	border-radius: 0px !important;
	height: auto !important;
	z-index: 0 !important;
	padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a
{
	color: #fff !important;
	font-weight: bold !important;
	border: 0 !important;
	border-radius: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs
{
	padding-left: 20px !important;
}

.widget_shopping_cart_content a.button
{
	margin-right: 5px !important;
}

.subscribe-floating{
	position: fixed;
	bottom: 0;
	width: 100%;
}

.subscribe-floating-element{
	box-sizing: border-box;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 10px;
	border: 2px solid #ffffff;
	border-radius: 10px;
	font-family: 'amadeusthin', 'Droid Sans', 'Tahoma', sans-serif;
	font-size: 26px;
	text-align: center;
	background-color: #005EB8;
	color: #fff;
}

.subscribe-floating-element a{
	text-decoration: none;
	color: #fff;
}

.subscribe-floating-element .close{
	float: right;
	cursor: pointer;
}

.amadeus_subscription_form_post{
	margin-bottom: 20px!important;
	padding: 30px;
	background: #9BCAEB;
	border-radius: 3px;
}

.amadeus_subscription_form_post h2{
	text-align: center;
	font-family: 'amadeusthin', 'Droid Sans', 'Tahoma', sans-serif;
}

.amadeus_subscription_form_post .field-group-00{
	text-align: center;
}

.amadeus_subscription_form_post .email{
	width: 78%!important;
	display: inline-block!important;
}

.amadeus_subscription_form_post .button{
	display: inline-block;
	margin-left: 10px;
	padding: 0;
	background-color: transparent;
}

.amadeus_subscription_form_post .more-options{
	margin-bottom: 25px;
	font-size: 14px;
	text-align: left;
	color: #333;
	cursor: pointer;
}

.amadeus_subscription_form_post .more-options:hover{
	color: #005EB8;
}

.amadeus_subscription_form_post .extended-form{
	display: none;
}

.amadeus_subscription_form_post ul{
	margin-left: 0!important;
}

.amadeus_subscription_form_post .field-group-01 strong,
.amadeus_subscription_form_post .field-group-02 strong{
	display: block;
	padding-bottom: 3px;
	border-bottom: 1px solid #E5E5E5;
	font-size: 14px;
}

.amadeus_subscription_form_post .field-group-01 li{
	float: left;
	width: auto;
	margin-right: 15px!important;
}

.amadeus_subscription_form_post .field-group-02 li{
	float: left;
}

.amadeus_subscription_form_post .fine-print{
	padding-top: 15px;
	border-top: 1px solid #CAE3F4;
	font-size: 12px;
}

.shareWp{
	display: none !important;
}

.shareWp a img{
	width: 76px !important;
	height: 20px !important;
}