@font-face {
  font-family: 'Patua One';
  font-style: normal;
  font-weight: 400;
  src: local('Patua One'), local('PatuaOne-Regular'), url(http://themes.googleusercontent.com/static/fonts/patuaone/v3/yAXhog6uK3bd3OwBILv_SLO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

@font-face {
font-family: ”Georgia”;
src: url(‘/georgia/Georgia.eot’);
src: local(‘Georgia’),local(‘Georgia’),
url(‘Georgia.woff’) format(‘woff’),
url(‘Georgia.otf’) format(‘opentype’),
url(‘Georgia.svg#ChunkFive’) format(‘svg’);
}

/* 
	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;
}

body 
{
	line-height:1.5;
	width: 100%;
	min-width: 960px;
} 
blockquote:before, blockquote:after, q:before, q:after 
{
	content:"";
}
blockquote, q 
{
	quotes:"" "";
}
a img 
{
	border:none;
}

p {
	padding-top:1em;
	padding-bottom:1em;
}

.expli{
clear: both;
}

em
{
	font-style: italic;
}
.enter{
display: none;}
.textwidget p:empty
{
	display: none;
}

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

.mobilewidget{
	display: none;	
	}

em
{
	font-style: italic;
}

.sticky, .gallery-caption, .bypostauthor
{
	font-weight: bold;
}

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

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

/*
	Global Layout
*/

body
{
	background-color: #fff;
	font-size: 15px;
	font-family: 'Georgia', Times,sans-serif;
	padding: 0;
	margin: 0;
	color: #444;
}

#wrapper
{
	width: 100%;
	overflow: hidden;
	margin: auto;

}

a
{
	color: #2C2F32;
	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: #1BC4DE;
	text-decoration: none;
}

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

ul.twitter li a
{
	color: #1BC4DE;
}

ul.twitter li a:hover, ul.twitter li a:active
{
	text-decoration: underline;
}

#footer a
{
	color: #000;
}

#footer a:hover, #footer a:active
{
	color: #1bc4de;
}

.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0; width: 250px; height: auto;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignleft.social { margin-top: 5px; }

hr
{
	height: 0px;
	border: 0;
	background: transparent;
	margin: auto;
	width: 100%;
}

#footer 
{
	padding: 0;
	width: 960px;
	margin: auto;
	color: #888;
	
}

.inner_wrapper .padre{
background: url('/OTRO/SHOP/MADRE/fondo.jpg');
}


.footer_wrapper
{
	width: 100%;
	background: #fff url('../images/patterns/right_strip_pattern.png');
	margin: auto;
	color:#000;
}
#anuncimediaset
{
	width: 100%;
	margin: auto;
	padding: 0;
	height: 100px;
	margin: auto;
	color: #888;
	background: #fff;
	margin-top: 20px;
	clear: both;
}

#anuncimediaset_left
{
	width: 500px;
	float: left;
}

#copyright
{
	width: 100%;
	margin: auto;
	padding: 20px 0 40px 0;
	margin: auto;
	color: #888;
	background: #000;
	margin-top: 20px;
	clear: both;
}

#copyright a{
	color: #888;	
	}

#copyright_left
{
	width: 500px;
	float: left;
}

.social_wrapper
{
	width: 390px;
	float: right;
}

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

.social_wrapper ul
{
	list-style: none;
}

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

.shop ul li
{
	display: inline-block;
	margin-left: 0;
	list-style: none;
	background:transparent;
}



.social_wrapper ul li img
{
	width: 24px;
}

pre, code, tt {font:12px 'andale mono', 'lucida console', monospace;line-height:1.5;display: block;word-wrap: break-word; color: #888; 
	overflow:auto; padding: 20px;
line-height: 19px; background: transparent url("../images/pre_bg.png") repeat; border: 1px solid #ebebeb;
}

/*
	Input layout
*/

input[type=text], input[type=password]
{
	padding: 10px;
	font-size: 14px;
	margin: 0;
	border: 0;
	background: #F4F4F7;
	font-family: Helvetica, Arial ,Verdana,sans-serif;
	color: #222;
}

#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: #F4F4F7;
	padding: 10px;
	font-size: 14px;
	color: #222;
	margin: 0;
	border: 0;
	height: 200px;
	overflow: auto;
	font-family: "helvetica neue",Helvetica,Verdana,sans-serif;
	padding-top: 8px;
}

input[type=submit], input[type=button], a.button, a.button:hover, a.button:active, .btn2 a, .btn2 a:hover, button, button:hover
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding: .65em 2em .65em 2em;
	color: #fff;
	background: #1bc4de;
	text-transform: uppercase;
	font-family: 'Patua One';
	border: 0;
}

.especialone a:link{
text-decoration: none;
}

.especialone img{
	margin-top: -50px;
}

.especialone #home_slider h4{
margin-top: 20px;

}

.especialone #home_slider .post_detail.half{
margin-top: -30px;
margin-bottom: 0;
}

.especialone #home_slider .post_detail.half p{
margin-top: -50px;
}

.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;
}

input[type=submit]:active, input[type=button]:active, .btn2 a:active
{
	position: relative;
	top: 1px;
	left: 1px;
}

.nuevomio{margin-top: -100px;}

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

h1, h2, h3, h4, h5, h6
{
	color: #2C2F32;
	letter-spacing: 0px;
	font-weight: 500;
	font-family: 'Patua One';
}

strong.title, a.post_title
{
	font-weight: 500;
	font-family: 'Patua One';
	font-size: 16px;
	color: #2C2F32;
}

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

label
{
	color: #333;
	letter-spacing: 0px;
	font-weight: bold;
}

label.error
{
	color: #1bc4de;
	font-weight: bold;
	margin-left: 5px;
}

h1
{
	font-size: 30px;
	display: block;
	background: transparent url("../images/line_shadow.png") repeat-x center 22px;
}

h2
{
	font-size: 40px;
	font-weight: bold;
}

h3
{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
}

h4
{
	color:#2C2F32;
	font-size: 22px;
}

h5, h3#reply-title
{
	font-size: 20px;
}

.page_header
{
	font-size: 20px;
}

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

h1 a, h5 a
{
	color: #000000;
}

h3 small
{
	font-family: 'Helvetica Neue', Helvetica, Arial,Verdana,sans-serif;
	font-size: 14px;
}

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

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6
{
	color: #fff;
}

h6
{
	font-size: 23px;
	font-weight: bold;
}

.black
{
	color: #000;
}

.clear
{
	clear: both;
}


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

img.frame, .pp_gallery a img, #gallery-1 img
{
	width: 180px;
}

.pp_gallery a 
{
	float: left;
	display: block;
	margin: 15px 30px 15px 0;
}

.frame_left
{
	padding: 3px;

 	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: #999;
}

.frame_right
{
	padding: 3px;

 	float: right;
 	margin: 0 0 10px 20px;
 	text-align: center;
}

.frame_center
{
	padding: 3px;
 	margin: auto;
 	margin-top: 20px;
	margin-bottom: 20px;
 	text-align: center;
 	clear: both;
 	display: table;
}

.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: 5px solid #ebebeb;
	font-style: oblique;
	font-size: 17px;
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #999;
}

blockquote h2
{
	font-weight: normal;
	font-size: 22px;
}

blockquote h3
{
	font-weight: normal;
	font-size: 20px;
}

#respond
{
	width: 99%;
	float: left;
	margin: 5px 0 0 0;
}

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

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

.space
{
	margin-bottom: 10px;
}

#header_wrapper
{
	width: 100%;
	-top: 30px;
	background: #fff;
	padding-top: 0px;
	z-index: 999;
	
}

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

#top_menu a
{
	color: #000;
	
	
}

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

#top_menu li
{
	display: inline-block;
	margin-right: 10px;
	font-family: 'Georgia', 'Times', Helvetica, Arial,Verdana,sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
}

#top_menu li ul
{
	display: none;
}

#boxed_wrapper
{
	width: 980px;
	margin: auto;
	
	display:block;
	clear: both;
}

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

.standard_wrapper.wide
{
	width: 980px;
}

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

.logo
{
	float: left;
	margin: 85px 0 35px 15px;
}

#custom_logo
{
	display: block;
	margin: 20px auto;
	width: 544px;
}

.logo_tagline
{	
	display: block;
	float: left;
	padding: 4px 10px 4px 10px;
	color: #999;
	text-shadow: 0 1px 1px #fff;
	font-size: 14px;
	margin-top: 22px;
	margin-left: 5px;
}

.header_ads
{
	float: right;
	margin: 90px 10px 0 0;
}

.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: 1000px;
	height: 60px;
	padding: 0;
	margin:auto;
}

.mainmenu.notice
{
	float: left;
	width: 700px;
	padding: 17px 0 10px 12px;
	z-index: 999;
}

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

#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: 36px;
 	width: 200px;
 	height: auto;
 	z-index: 1000;
	padding-top: 5px;
	border-bottom: 5px solid;
	border-left: 0;
}

#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: 5px;
}

#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: auto;
	width: 1000px;
	height: 30px;
	z-index: 999;
	float: left;

}

.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 0 0 0;
	padding: 10px 10px 10px 10px;
	color: #000;
	font-family: monospace;
	text-transform: uppercase;
	font-size: 14px;
}

.main_nav ul li ul li a,  .main_nav li ul li a
{
	width: 165px;
	padding: 10px 19px 7px 16px;
	border: 0;
	font-size: 12px;
	font-weight: normal;
	color: #ccc;
	font-family: 'Helvetica Neue', Helvetica, Arial,Verdana,sans-serif;
}

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

.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: #fff;
	background: #1bc4de;
}

.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;
}

.main_nav li ul li a:hover,  .main_nav li.current-menu-item ul li a:hover, .main_nav li ul li a.hover,  .main_nav li.current-menu-item ul li a.hover, #menu_wrapper .nav ul li.current-menu-item ul li a:hover, #menu_wrapper .nav ul li ul li.current-menu-item a:hover, .main_nav li ul li:last-child a:hover, .main_nav li ul li:last-child a.hover
{
	
}

#breaking_wrapper
{
	display: none;
	
clear: both;
	background: #fff;
	

}

h2.breaking
{
	display: block;
	float: left;

	background: #1bc4de;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}


.fullslide .flexslider_excerpt a
{
	color: #000;
	
}
.fullslide .flexslider_excerpt h4
{
	color: #000;
	
}

.imggrandes{
	margin-left: -200px;

}

.imggrandes img{
	width: 1000px;
	height: 650px;
	padding-top: 20px;
}

.indiceheader1{
	padding:5px 0 20px 0;
	margin-left: -180px;
	float: left;
	width: 1000px;
	text-align: center;
	font-style: italic;
	color: #6d6d6d;
}	

.flexslider_caption .flexslider_excerpt a{
	color: #000;}
	

.breaking_new
{
	color: #2C2F32;
	
	float: left;
}

.breaking_new .marquee
{
	float: left;

	display: none;
}

.breaking_new p
{
	display: inline-block;
	margin-right: 30px;
}

.breaking_new p a
{
	color: #1BC4DE;
	font-family: 'Patua One';
	font-weight: 500;
}

.breaking_new p a:hover
{
	color: #1BC4DE;
}

.post_comment_number, .post_comment_number:hover, .post_comment_number:active
{
	display: block;
	float: right;
	padding: 10px 12px 10px 15px;
	background: #1bc4de;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Patua One';
	font-weight: 500;
	margin-top: -10px;
}

.readmore
{
	float: left;
	padding: 10px 12px 10px 15px;
	background-color: #fff;
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
	font-family: 'Patua One';
}

.readmore:hover, .readmore:active, .readmore:link, .readmore:visited
{
	background: #fff;
	color: #000;
}


#slider_wrapper
{
	
	width: 580px;
	height: 500px;
	margin:auto;
	background: #fff;
	margin-left: 0;
	margin-bottom: 0;
	padding: 20px;

	
}

 #slider_wrapper .flex-control-nav{
background-color: #fff;
margin-top: 50px;}



#slider_wrapper div
{
	visibility: hidden;
	
}

#slider_wrapper a{
	color: #000;}

#content_wrapper .inner .inner_wrapper #slider_wrapper ul
{
	margin: 0;
}

.caption_cat
{
	color: #fff;
	display: table;
	background: #e16020;
	width: auto;
	padding: 5px 10px 5px 10px;
	font-family: "Patua One";
	font-size: 14px;
	text-transform: uppercase;
}

.catnuevas{
	text-align: center;
	font-size: 20px;

}

.post_img .caption_cat
{
	color: #fff;
	display: table;
	background: #e16020;
	width: auto;
	padding: 5px 10px 5px 10px;
	font-family: "Patua One";
	font-size: 14px;
	text-transform: uppercase;
	top: -255px;
	position: relative;
	z-index: 999;
}

.post_img .caption_cat.half
{
	top: -185px;
}

.post_img
{
	margin-top: 20px;

}

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

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

.recent_post_item_wrapper
{
	margin-top: 5px;
}

#content_wrapper
{
	width: 960px;
	margin: auto;
	margin-top: 0;
	padding-bottom: 30px;
	z-index: 1000;
	word-wrap: break-word;
}

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

#content_wrapper .inner
{
	width: 100%;
	margin: auto;
		min-width: 960px;
}


#content_wrapper.full_page_width
{
	width: 880px;
}

#content_wrapper .inner .inner_wrapper.fullwidth
{
	padding-top: 0;
	width: 910px;
	margin: auto;
	padding: 20px;
	margin-top: 15px;
	border-top: 5px solid #fff;

	background: #fff;
}

#content_wrapper .inner .inner_wrapper .sidebar_content
{
	width: 620px;
	float: left;
	padding: 0;
	margin-top: 15px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content.widthbg
{
	width: 580px;
	padding: 20px;
	border-top: 5px solid #fff;

	background: #fff;
}

#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;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper
{
	width: 305px;
	float: right;
	padding: 0 0 0 0;
	margin: 15px 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;
}

#content_wrapper .one_half.home .sidebar_widget
{
	list-style: none;
	margin-left: 0;
}

#content_wrapper .sidebar .content .sidebar_widget > li
{
	margin: 0 0 30px 0;
	float: left;
	width: 100%;
	padding-bottom: 5px;
	background: #fff;

	
}

#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;
	
}

#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, #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
{
	float: left;
	margin: 0;
	width: 44%;
	margin-right: 0%;
	padding-bottom: 10px;
}

#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)
{
	clear: none;
	float: left;
	margin: 0;
	width: 44%;
	margin-right: 0%;
	padding-bottom: 10px;
}

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

#content_wrapper .sidebar .content .sidebar_widget li.widget_tag_cloud div, #content_wrapper .one_half.home .sidebar_widget li.widget_tag_cloud div, #footer .sidebar_widget li.widget_tag_cloud div
{
	width: 90%;
	margin-left: 15px;
	margin-bottom: 15px;
}

div.textwidget
{
	width: 100%;
	margin: 25px 0 0 0;
}

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

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

#content_wrapper .sidebar .content .sidebar_widget li form#searchform div, #content_wrapper .one_half.home .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], #content_wrapper .one_half.home .sidebar_widget li form#searchform input[type=text], #footer .sidebar_widget li form#searchform input[type=text]
{
	width: 285px;
	margin:  0;
	background: #fff;
	
}

#footer .sidebar_widget li
{
	clear: none;
	padding: 0;
	margin-left: -5px;
}

#content_wrapper .one_half.last.home .sidebar_widget li ul
{
	margin: 10px 0 10px 0;
}

#footer .sidebar_widget li
{
	float: left;
	width: 23%;
	margin-right: 3%;
}

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

}

#footer .sidebar_widget li.widget-four
{
	float: left;
	margin-right: 0;
}

#footer .sidebar_widget li ul li
{
	width: auto;
	margin: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul, #content_wrapper .one_half.home .sidebar_widget li ul, #footer .sidebar_widget li ul
{
	margin: 15px 0 0 5px;
	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
{
	border-left: 1px solid #ebebeb;
	font-size: 12px;
}

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

.comment_date
{
	color: #999;
	padding: 0 0 0 5px;
	float: left;
	font-size: 12px;
	margin-top: 3px;
}

.comment-reply-link
{
	color: #999;
	float: right;
}

#commentform
{
	margin-top: 10px;
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_recent_entries ul, #footer .sidebar_widget li.widget_recent_entries ul
{
	width: 92%;
}

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

#footer .sidebar_widget li ul li ul.sub-menu
{
	border-left: 3px solid #fff;
	padding-left: 10px;
}

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

#content_wrapper .sidebar .content .sidebar_widget li.widget_recent_comments ul li
{
	padding-left: 55px;
	background-image: url('../images/comment_alt2_stroke_28x32.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;
	min-height: 30px;
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_recent_entries ul li
{
	padding-left: 55px;
	background-image: url('../images/pen_alt_stroke_24x24.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;
	min-height: 30px;
}

#footer .sidebar_widget li ul li
{
	padding-bottom: 7px;
	padding-left: 0;
	float: none;
	margin-bottom: 5px;
}

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

#content_wrapper .one_half.home .sidebar_widget li ul li
{
	padding-left: 0;
}

.one_half
{
	float: left;
	width: 47%;
}


.post_wrapper_inner .readmore{
	margin-top: -10px;
	margin-right: 30px;
}








.one_half .post_img img{
	width: 550px;
}

.post_header h3{
font-size: 30px;
}

.sidebar_content .one_half{
width: 260px;
}
a.post_title{

font-weight: bold;
font-size: 20px;}












.one_half.home, .one_half.last.home
{
	width: 280px;
}

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

.one_half.last
{
	float: left;;
	background-color: #fff;
	clear: both;
	height: auto;
	width: 500px;
	padding-left: 30px;
	margin-top: -5px;
	margin-bottom: -20px;
}
.one_half.last .post_detail.space
{
	color: #747474;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;	
	font-size: 13px;
	
}

.one_half.last2
{
	float: right;
	padding-right: 25px;

}

.one_half.last2 img{
width: 250px;
}

.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;
}

.related_posts
{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.related_posts .each_item
{
	width: 33%;
	float: left;
}

.related_posts .each_item .content
{
	width: 90%;
}

.related_posts .each_item:first-child
{
	margin-left: 0;
}

#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;
}

#content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle
{
	display: block;
	padding: 12px 15px 12px 15px;

	font-family: "Patua One";
	font-size: 18px;
	text-align: center;
	margin: 0;
	margin-bottom: 10px;
}

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

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

.sidebar_content h2.widgettitle.header, 986 .inner .inner_wrapper.fullwidth h2.widgettitle.header
{
	
}

#footer h2.widgettitle
{
	background: transparent;
	color: #000;
	padding: 0;
	font-size: 18px;
	width: 100%;
	text-align: left;
	border: 0;
}

h2.widgettitle a
{
	color: #DC6E49;
}

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

#footer .sidebar_widget
{
	list-style: none;
	width: 100%;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 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: 90%;
	margin-left: 5px;
}

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

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

#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: 20px;
	width: 100%;
}

#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: 30px;
}

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

.social_profile h4
{
	font-family: "helvetica neue",Helvetica,Verdana,sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 0.8em;
}

.social_profile .profile
{
	width: 29%;
	float: left;
	margin: 0 5px 15px 5px;
	text-align: center;
}

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

.social_profile .profile.first
{
	margin-left: 10px;
}

.social_profile .profile a, .social_profile .profile .counter
{
	width: 100%;
	clear: both;
	margin-top: 10px;
}

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

.post_wrapper
{
	width: 630px;
	background: #fff;
	margin-bottom: -60px;

}

.post_wrappermio
{
	width: 620px;
	margin: 30px 0 0 25%;
	min-width: 50px;
	background: #fff;
	border-top: 5px solid #fff;

}

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

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

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

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

.post_wrapper.half
{
	width: 290px;
	margin-bottom: 0;
	float: left;
	margin-top: 30px;
}

.post_wrappermio.half
{
	width: 290px;
	
	float: left;
	margin-top: 30px;
}

#content_wrapper #post_mansory_wrapper.inner
{
	width: 1000px;
	margin-left: -10px;
}

.post_wrapper.half.mansory
{
	float:left;
	margin: 10px;
	width: 305px;
	padding-top: 10px;
	padding-bottom: 25px;
	
}

.post_wrappermio.half.mansory
{
	float:left;
	margin: 10px;
	width: 305px;
	padding-top: 10px;
	padding-bottom: 25px;
	
}

.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 .post_img
{
	width: 300px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	padding-top: 5px;
}

.post_wrapper.half.last
{
	float: right;
	margin-right: 20px;

}

.post_wrapper:last-child
{
	padding-bottom: 20px;
}

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


.post_wrappermio.half .post_img
{
	margin: auto;
	margin-top: 20px;
	text-align: center;
}

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

.post_wrappermio:last-child
{
	padding-bottom: 20px;
}

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









.post_inner_wrapper
{
	width: 100%;
	margin: auto;


}

.post_wrapper_inner
{
	margin: 0 20px 40px 20px;
}



.post_wrappermio .post_detail{
	margin-left: -200px;
	color: #000;
}

.post_wrappermio .post_detail a{
	color: #000;
	text-decoration: none;
}


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

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

body.single .post_inner_wrapper
{
	margin-top: 10px;
}

.post_inner_wrapper.half, body.home .post_inner_wrapper.half
{
	height: 300px;
	width: 250px;
}

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

.post_header_wrapper.half
{
	margin-top: 5px;
}

.post_header_wrapper.single
{
	width: 300px;
}

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

.post_social.single
{
	width: 195px;
}

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


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

.post_header
{
	width: 590px;
	float: left;
	margin-bottom: 5px;
	padding: 12px 15px 12px 15px;
	text-align: center;
	
}

.post_header.half
{
	width: 250px;
	text-align: left;
	padding: 0;
	margin: auto;
	float: none;
	border: 0;
}

.post_header.single_post
{
	width: 900px;
	text-align: center;
	border: 0 ;
	margin-left: -130px;
	margin-bottom: 0;
	padding-bottom: 15px;
	padding-top: 0;
}

.rpf-title{
	border-bottom-color: #fff;
}


.post_header.half h4
{
	margin-bottom: 5px;
	font-size: 18px;
}

.post_header h2 a
{
	color: #000;
}

.post_detail
{
	font-size: 12px;
	word-spacing: 1px;
	color: #054db0;
	float: left;
	width: 250px;
}
.post_detail a{
	color: #000;}

.post_detail.half
{
	width: 100%;
	margin-top: 0px;
}

.post_detail.space
{
	margin-bottom: 0px;
}

.post_detail.space.half a 
{
	color: #000;
	text-decoration: none;
}
.post_detail.space.half a img
{
	width: 20px;

}



.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;
beb;
 	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;
	
}

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

#about_the_author
{
	width: 580px;
	margin-bottom: 15px;
	float: left;
}

#about_the_author .thumb img
{

}

.description a{
	font-style: italic;
	
	}

#about_the_author .description
{
	width: 500px;
	float: left;	
	margin-top: -5px;
}

#about_the_author .description.author
{
	margin: 0;
	width: 400px;
}

#about_the_author .description.author a
{
	color: #fff;
	font-style: italic;
}

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

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

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

.comment .right
{
	width: 81.5%;
	float: left;
	background: #F4F4F7;
	padding: 20px;
}

.comment .right a[rel="author"], .comment .right span[rel="author"]
{
	font-weight: bold;
	float: left;
}

.comment .right p
{
	margin: 0;
	padding: 0;
}

ul.children
{
	list-style: none;
	width: 100%;
	margin-left: 5%;
}

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

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

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

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

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

#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: 15px 0 0 5px;
	float: left;
	display: block;
	clear: both;
}

#footer .sidebar_widget li ul.flickr
{
	list-style: none;
	margin: 15px 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
{
	padding-bottom: 7px;
	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 .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;
}

#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: 62px;
}

#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: 82px;
}

#crumbs
{
	margin-bottom: 10px;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}

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

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

#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: 10px;
	margin-left: 15px;
	list-style:none;
	width: 90%;
}

#footer .sidebar_widget li ul.thumb li img
{
	width: 63px;
}

#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;
}

#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 10px 0;
	width: auto;
	float: right;
}

.pagination a, .pagination a:active, .pagination a.active, .pagination span.current
{
	background: #ebebeb;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	font-family: 'Patua One';
	font-size: 16px;
	margin-right: 5px;
}

.pagination span.current, .pagination a:hover
{
	background: #1bc4de;
	color: #fff;
}

.navigation
{
	font-size: 11px;
}

.fullwidth
{
	padding-top: 10px;
}

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

.sidebar_content .page_fullwidth
{
	margin-left: 5px;
}

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

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

.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%;
}

.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
{
	width: 40%;
}

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

strong
{
	color: #333;
}

strong.title
{

}

.post_attribute
{
	font-size: 12px;
	color: #999;
}

.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;

	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;
	
	float: left;
	font-size: 11px;
	color: #ccc;
}

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

#searchsubmit
{
	display: none;
}

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

#wp-calendar caption
{
	display:none;
}

#wp-calendar
{
	margin: 15px 0 10px 13px;
	width: 91%;
}

#footer #wp-calendar
{
	margin-left: 0;
	width: 85%;
	border: 0;
}

#footer #wp-calendar tr td
{
	font-size: 12px;
	padding: 2px 6px 2px 6px;
}

table tr
{
	background: #ebebeb;
}

table tr td
{
	
}

#footer table tr
{
	background: #2c2f32;
}

#footer table tr td
{
	border-bottom: 0;
}

table tr th
{
	background: #2c2f32;
	color: #fff;
	padding: 5px 0 3px 0;
	text-align: center;
}

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

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

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

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

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

.nivo-directionNav
{
	display: none;
}

img.post_thumb
{
	width: 60px;
	height: 60px;
}

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

#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: 9999999;
	color: #666;
	font-size: 11px;
	
	
}

#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: 999999;
	padding: 5px 5px 2px 5px;
	background: #272625;
}

#preview img
{
	z-index: 9999999;
	-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-top: 10px;
}

.indices{
	float: left;
	width: 550px;
	margin-top: 10px;
	padding-top: 0;
	margin-left: 18px;	
	}

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

.inner_wrapper .sidebar_contentmio{
	margin-left: 20%;	
	width: 620px;
	}
	
.inner_wrapper .sidebar_contentmio2{
	margin-left: 0;	
	width: 620px;
	float: left;
	background-color: #fff;
	}
	
	.anuncioT5{
	float: right;
	margin-right: -20px;
	margin-top: 10px;
	width: 300px;}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.social_media li
{
	display: inline-block;
	margin-right: 3px;
}

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

.widget_tag_cloud div
{
	margin: 20px 0 10px 0;	
}

.widget_tag_cloud div a, .meta-tags a
{
	color: #fff;
	background: #2C2F32;
	padding: 5px 8px 5px 8px;
	font-weight: 400;
	margin: 0px -2px 1px 0px;
	display: inline-block;
}

.widget_tag_cloud div a:hover, .meta-tags a:hover
{
	background: #1bc4de;
}

#footer .widget_tag_cloud div a, #footer .meta-tags a
{
	background: #333;
	border: 0;
}

#footer .widget_tag_cloud div a:hover, #footer .meta-tags a:hover
{
	background: #1bc4de;
	color: #fff;
}

.styled_box_title
{
	width: 95%;
	display: inline-block;
	outline: none;
	text-decoration: none;
	padding: 1em 1em 1em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	color: #666;
	
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#eeeeee));
	background: -moz-linear-gradient(top,  #f8f8f8,  #eeeeee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#eeeeee');
	text-shadow: 0 0 0 transparent;
	font-family: "Patua One";
	font-size: 13px;
	text-transform: uppercase;
}

.styled_box_content
{
	background: #fff;
	color: #999;
	padding: 1em 1em 1em;
	line-height: 1.3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	width: 100%;
	
	border-top: 0;
}

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

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

table
{
	
}

#content_wrapper table thead tr th
{

}

table tr
{
	background: #ffffff;
}

table tr td, table tr th
{
	
}

table tr th
{
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Patua One';
	background: #2c2f32;
	text-align: left;
}

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

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

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

.ui-accordion .ui-accordion-content
{
	
	padding-left: 25px;
	margin-left: 6px;
}

.ui-state-default .ui-icon
{
	background: transparent url('../images/icon_plus.png') no-repeat;
}

.ui-state-active .ui-icon
{
	background: transparent url('../images/icon_minus.png') no-repeat;
}

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

.accordion
{
 	
}

.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
{
	
}

.ui-corner-all, .ui-corner-top, .ui-corner-bottom
{
	
}

.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
{
	
}

.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: 8px 30px 7px 30px;
	font-size: 12px;
}

.tabs .ui-state-active
{
	font-weight: bold;
	background: #fff;
	text-shadow: 0 1px 1px #fff;
	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
{
	
	margin:0;
	padding-top: 0em;
	background: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.tabs .ui-state-active a
{
	color: #666;
	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
{
	margin-left: 10px;
	font-weight: bold;
	line-height: 30px;
}

#contact_form label
{
	margin-left: 10px;
	font-weight: bold;
	float: left;
	margin-top: 8px;
}

#commentform > p
{
	clear: both;
}

#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: 82%;
}

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

.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 {
	width:30px;
    background:#333;
    text-align:center;
    padding:15px 10px 10px 10px;
    position:fixed; /* this is the magic */
    bottom:20px; /* together with this to put the div at the bottom*/
    right:20px;
    cursor:pointer;
    display:none;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

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

.post_wrappermio .post_inner_wrapper a{
		
	text-decoration: underline;
	color: #004fad;
	}
	
.separador{
	border-bottom-style: solid;
	border-width: 1px;
	}
	
.separador2{
	border-bottom-style: solid;
	border-width: 3px;
	}
	

.shopdiv{
	height: 250px;
	clear: both;
	margin-left: 20px;	
	margin-bottom: -50px;
	border-bottom: dashed 1px #cccccc;
	}
	

.shopi{
	float: left;
	width: 250px;
	
	}

.shopd{
	float: right;
	width: 350px;
	text-align: center;
	padding-right: 200px;
	padding-top: 40px;	

	}

.page_fullwidth a{
	text-decoration: underline;
	font-weight: bold;
	}


.tablames a{
	text-decoration: none;
	font-weight: normal;
	}

.tablames td{
	width: 128px;
	border-right: solid 2px #000;
	border-left: solid 2px #000;
	height: auto;
	text-align: center;
	padding: 0;
	margin: -5px;
	vertical-align: bottom;
	font-family: 'Georgia', Times,sans-serif;
	font-style: italic;
	}

.tablames tr{
	border-collapse: collapse;
	}

.rpf-slider img{
width: 150px;
height: 150px;}
.chpcs_img img{
	width: 150px;
height: 150px;
}

.wp-caption-text{
	line-height: 18px;
	height: auto;
	padding: 0px;}


.sidebar #wysija-2{text-align: center;}
	.sidebar #wysija-2 .wysija-paragraph{margin:0;}
	.sidebar #wysija-2 .wysija-submit{margin-left: 30%;}
	
	
#icons{
	position: fixed;
	top:20%;
	left: 0px;
	right: auto;
	left: 5px;
	width:50px;
	height:300px;
	z-index:999999;
}

.colu img{width:200px;}
.izqcolu img{width:200px;}
.mediocolu img{width:200px;}
.derechacolu img{width:200px;}
.colu h4{font-size:16px; }
.izqcolu h4{font-size:16px; }
.mediocolu h4{font-size:16px; }
.derechacolu h4{font-size:16px; }
.colu blockquote{font-size:12px; padding-left:8px;height:auto;}
.izqcolu blockquote{font-size:12px; padding-left:8px;height:auto;}
.mediocolu blockquote{font-size:12px; padding-left:8px;height:auto;}
.derechacolu blockquote{font-size:12px; padding-left:8px;height:auto;}
.colu{float:left; width:201px; margin-left:30px;}
.izqcolu{float:left; width:201px;margin-right: 30px;}
.mediocolu{float:left; width:201px;margin-right: 30px;}
.derechacolu{float:left; width:201px;padding-right:10px;}

.shop{
margin-left:4%;}
#search-text{
background-color: #ffffff;
}
.separadormio{
border-bottom: 1px dashed;
margin-left: 50px;
width: 500px;
color:#000;
}
.indiceheader1{
font-style: italic;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 15px;
font-size: 13px;
}
.equipor{
float: right;
width: 300px;
height:350px;
margin-right: 200px;
}
.equipoi{
height:350px;
float: left;
width: 300px;
margin-left: 20px;
}
.colaboradorese{
clear:both;
}
.rojo{
color: #ff0000;
}
.verde{
color: #00cf07;
}

.wp-caption {
  border-bottom-style: solid;
  border-bottom-width: 1px;
border-bottom-color: #6d6d6d;
line-height: 0px;
  margin: -5px;
  text-align:center;
  color: #6d6d6d;
font-style: italic;
font-size:12px;
}

.propio{
margin-top: -20px;
}

.clearmio{
margin-top: 15px;
}

.header_ads2{
margin-top: 10px;
padding-top: 20px;
margin-left:30px;
}

.tablasub td{
border-bottom: dashed 1px;
border-color:#000;
width: 200px;
}




/* mini reset */
	/* -------------> */
	.mds-footer,
	.mds-footer * {
		margin:0; padding:0;
		font-family:Arial, Helvetica, sans-serif;
	}
	.mds-footer a {text-decoration:none;}
	.mds-footer a:link {}
	.mds-footer a:hover {text-decoration:underline;}
	.mds-footer img {border:none;}
	
	.cf:after {
	    clear: both;
	    content: " ";
	    display: block;
	    font-size: 0;
	    height: 0;
	    visibility: hidden;
	}

	/* footer */
	.mds-footer {
		padding: 20px 0;
		background-color: #e3e3e3;
		text-align: center;
	}

	.div_footer, .mds_mds-footer {
		padding: 20px 0 110px 0;
	}
	
	/*mediaset logos*/
	.mds-mediaset-logos {margin-bottom: 20px;}
	.mds-mediaset-logos p {width: 279px; margin: 0 auto;}
	.mds-mediaset-logos-ch {margin:10px 0; text-align: center; font-size:0;}
	.mds-mediaset-logos-ch .item {display:inline-block; zoom:1; *display:inline; vertical-align:middle; margin:0 4px;}
	.mds-mediaset-logos .ico {display:block; width:39px; height:39px; background: transparent url(http://divinitystatic-a.akamaihd.net/static/MDSMediaset/cobranded/cobranded_footer/mds_sprite_footer.png?hash=9ba8fe4d8bb9e69431fef83a4a20606a) 0 0 no-repeat;}
	.mds-mediaset-logos .ico span {display:none;}
	
	.mds-mediaset-logos .ico-mds    {background-position: -592px   0px; width:279px; height:40px;}
	.mds-mediaset-logos .ico-tl5    {background-position: -303px -34px;}
	.mds-mediaset-logos .ico-cuatro {background-position: -350px -34px;}
	.mds-mediaset-logos .ico-fac    {background-position: -398px -34px;}
	.mds-mediaset-logos .ico-la7    {background-position: -111px -42px;}
	.mds-mediaset-logos .ico-boing  {background-position: -446px -34px;}
	.mds-mediaset-logos .ico-div    {background-position: -493px -34px;}
	.mds-mediaset-logos .ico-nrg    {background-position: -540px -34px;}
	.mds-mediaset-logos .ico-la9    {background-position: -259px -42px;}

	/*logos*/
	.mds-logos {border-top: 1px solid #aeaeae; border-bottom: 1px solid #aeaeae;}
	.mds-logos-ch {padding: 15px 0; text-align: center;}
	.mds-logos-ch .item {display:inline-block; zoom:1; *display:inline; vertical-align:middle; margin-left: 12px;}
	.mds-logos-ch .item.first {margin-left:0;}
	.mds-logos .ico {display:block; background: transparent url(http://divinitystatic-a.akamaihd.net/static/MDSMediaset/cobranded/cobranded_footer/mds_sprite_footer.png?hash=9ba8fe4d8bb9e69431fef83a4a20606a) 0 0 no-repeat;}
	.mds-logos .ico span {display:none;}

	.mds-logos .ico-tl5          {background-position:     0px  -93px; width:120px;  height: 20px;}
	.mds-logos .ico-tl5:hover    {background-position:     0px -133px;}
	.mds-logos .ico-cuatro       {background-position:  -134px  -93px; width: 82px;  height: 19px;}
	.mds-logos .ico-cuatro:hover {background-position:  -134px -133px;}
	.mds-logos .ico-div          {background-position: -1015px  -93px; width: 26px;  height: 23px;}
	.mds-logos .ico-div:hover    {background-position: -1015px -133px;}
	.mds-logos .ico-boing        {background-position:  -337px  -91px; width: 42px;  height: 21px;}
	.mds-logos .ico-boing:hover  {background-position:  -337px -131px;}
	.mds-logos .ico-la7          {background-position:  -394px  -93px; width: 19px;  height: 23px;}
	.mds-logos .ico-la7:hover    {background-position:  -394px -133px;}
	.mds-logos .ico-fac          {background-position:  -428px  -92px; width: 24px;  height: 25px;}
	.mds-logos .ico-fac:hover    {background-position:  -428px -132px;}
	.mds-logos .ico-nrg          {background-position:  -464px  -93px; width: 28px;  height: 23px;}
	.mds-logos .ico-nrg:hover    {background-position:  -464px -133px;}
	.mds-logos .ico-mitv         {background-position:  -505px  -90px; width: 72px;  height: 24px;}
	.mds-logos .ico-mitv:hover   {background-position:  -505px -130px;}
	.mds-logos .ico-tlm          {background-position:  -593px  -94px; width:109px;  height: 18px;}
	.mds-logos .ico-tlm:hover    {background-position:  -593px -134px;}
	.mds-logos .ico-tl5c         {background-position:  -717px  -93px; width: 76px;  height: 23px;}
	.mds-logos .ico-tl5c:hover   {background-position:  -717px -133px;}
	.mds-logos .ico-atlas        {background-position: -1093px  -93px; width: 59px;  height: 23px;}
	.mds-logos .ico-atlas:hover  {background-position: -1093px -133px;}
	.mds-logos .ico-12m          {background-position:  -806px  -86px; width: 35px;  height: 34px;}
	.mds-logos .ico-12m:hover    {background-position:  -806px -126px;}
	.mds-logos .ico-pub          {background-position:  -898px  -93px; width:102px;  height: 19px;}
	.mds-logos .ico-pub:hover    {background-position:  -898px -133px;}
	.mds-logos .ico-la9          {background-position: -1056px  -93px; width: 22px;  height: 23px;}
	.mds-logos .ico-la9:hover    {background-position: -1056px -132px;}

	/*mediaset tx*/
	.mds-tx {text-align: center; color: #5a5a5a; font-size: 12px; padding-top: 10px;margin-bottom: 15px;}
	.mds-tx a {color: #5a5a5a;}
	.mds-tx a:hover {text-decoration: underline;}
	 
	
	/*aviso-cookies  */
	.aviso-cookies {background: #cdcdcd; display:table; margin:0px auto; padding:5px 15px 5px 15px; border-radius: 15px;}
	.aviso-cookies p{font-size:12px;   width:100%; display:inline}
	.aviso-cookies p a{color:#3e3d3d}
	.aviso-cookies p a:hover{text-decoration:underline}

/* EOF */


.imgauthorpers{
float: left;
margin-right: 20px;
}

a .twitter{
color:#0494df;
}

.izqvideo{
float: left;
width: 450px;
text-align: center;
}
.derechavideo{
float: right;
width: 450px;
text-align: center;
margin-left:10px;
}
.newvideo{
clear:both;}

 .video_rs {
    position: absolute;
    height: 32px;
    margin-top: -37px;
    width: 300px;
    background: url(http://telecincostatic-a.akamaihd.net/static/TL5Telecinco/images/bg-cp_tbar.png?hash=394092bff79173637796f51ffa7c426e) repeat-x scroll 0 0 #303030;
    border-top:solid 2px #fff;
  }
 
  .inside_rs {
    background: url(http://telecincostatic-a.akamaihd.net/static/TL5Telecinco/images/sprites/tl5_bg-sprites-tbar.png?hash=97c815d3faef8d15df6eccdede5353f4) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 31px;
    width: 31px;
    float:right;
    opacity: 0.6;
    margin-right: 3px;
 
  }
 
  .video_rs .rs_fb {
    background-position: -10px -10px;
    }
 
  .video_rs .tw_fb {
    background-position: -51px -10px;
    margin-right: 5px;
    }
 
  .video_rs .rs_fb:hover, .video_rs .tw_fb:hover  {
    opacity: 1;
  }

.navidad{
 background-image: url("/OTRO/SHOP/NAVIDAD/navidad.jpg");
}


#divinitynuevo { width: 100%; height: 50px; background-color: #f85497;}
.divinityclasse .logo2{margin-left: 5%; float: left; margin-top: 0; padding-top: 8px;}
.divinityclasse .logosvarios {float: right; margin-right: 5%;margin-top: 15px; }
.divinityclasse .logosvarios li{display: inline-block;}
.divinityclasse .logosvarios li a{text-decoration: none; font-family: Arial; font-size: 12px; color: #fff;}
.divinityclasse .logosvarios li a:hover{text-decoration: underline;color: #fff;}

		

.div_hd-site, .div_hd-site * { margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; } 
.div_hd-site a {color: #F95497;text-decoration: none;} 
.div_hd-site img {border:none;} 
.div_hd-site a:link, .div_hd-site a:visited, .div_hd-site a:hover, .div_hd-site a:active {outline: medium none;} 
.div_hd-site h1, .div_hd-site h2, .div_hd-site h3, .div_hd-site h4, .div_hd-site h5, .div_hd-site h6 {font-size: 100%;font-weight: normal;} 
/* <------------- */ /* page size limiter */ 
.div_hd-site .div_limiter {width:1000px; margin:0 auto;} 
/* header */ 
.div_hd-site {margin:0 auto; padding:1px 0; border-bottom:4px solid #fff; *zoom:1; background:#F85497 url(http://divinitystatic-a.akamaihd.net/static/MDSMediaset/cobranded/cobranded_header/images/div_bg-theme_site-header_default.png?hash=1d15486eaf56c2b6c1671a14c77722df) no-repeat 40% 100%;} 
/* shared */ 
.div_hd-site .div_brand {display:inline-block; zoom:1; *display:inline; vertical-align:bottom;margin-left: 15px;}
 /* masthead */ 
 .div_hd-site .div_masthead {}
  /* brand logo */ 
  .div_masthead .div_brand {*float: left;} 
  .div_masthead .div_brand .div_logo {display:block; overflow:hidden; width:150px; height:44px;} 
  .div_masthead .div_brand .div_logo .div_lnk {display:block; width:100%; height:100%;} 
  .div_masthead .div_brand .div_logo .div_name {display:none;} 
  /* trail set */ 
  .div_trail-set {float: right; display: inline; margin-top:10px;} 
  .div_trail-set li {float: left; list-style: none outside none; display:inline;} 
  /* onsite options */ 
  .div_trail-set .div_onsite-options {} 
  .div_trail-set .div_onsite-options .options {margin-top: 8px;} 
  .div_trail-set .div_onsite-options .options a {color: #FFFFFF;font-size: 12px; line-height:12px; float:left; text-decoration: none; padding:0 9px; border-right: #ffffff 1px solid;} 
  .div_trail-set .div_onsite-options .options a:hover {text-decoration: underline;} 
  /* social options */ 
  .div_trail-set .div_site_soc {margin-left: 2px;} 
  .div_trail-set .div_onsite-social a {color: #F95497; text-decoration: none;} 
  .div_trail-set .div_onsite-social .ico {background: url(http://divinitystatic-a.akamaihd.net/static/MDSMediaset/cobranded/cobranded_header/images/tl5_bg-sprites-ui-common.png?hash=78ed2fa8a6d012fc2366358bd3a998cc) no-repeat scroll 0 0 transparent;display: block;height: 20px;margin: 3px;width: 22px;} 
  .div_trail-set .div_onsite-social .ico span {display:none;}	 
  .div_trail-set .div_onsite-social .ico-twt {background-position: -153px 0;} 
  .div_trail-set .div_onsite-social .ico-pin {background-position: -259px 0;} 
  .div_trail-set .div_onsite-social .ico-rss {background-position: -234px 0;} 
  .div_trail-set .div_onsite-social .ico-fbk {background-position: -126px 0;} 
  /* auxiliar link */ 
  .div_trail-set .div_aux_link {margin-left: 10px;} 
  .div_trail-set .div_aux_link .aux-link {background: url(http://divinitystatic-a.akamaihd.net/static/MDSMediaset/cobranded/cobranded_header/images/mds_bg-sprites-hd-aux-links-logos.png?hash=144d5ac602bd11acf1211d602d383b9e) no-repeat scroll 0 0 transparent; display: block; font-size: 0.5em; line-height: 12em; overflow: hidden;} 
  .div_trail-set .div_aux_link .aux-link { background-position: -157px -5px;height: 20px;width: 118px;} 
  /* _____ */ /* TOOLS */ /* ----- */ /* clearfix */ 
  .div_cf:after {clear:both; display:block; height:0; content:" "; font-size:0; visibility:hidden;} 
  .div_cf {zoom:1;} 
  /* EOF */

.new_share{text-align: center;}
.new_share ul{
	margin: 20px 0 10px;
	padding: 0;
}
.new_share ul li{
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
body {
	background: #FFF !important;
}
.sticky-wrapper-page {
	height: 0;
	position: relative;
	top: -3px;
	z-index: 200;
}
@media only screen and (min-width: 1001px) {
	.sticky-wrapper-page {
		top: 3px;
	}
}
.sticky-wrapper-single {
	position: relative;
	height: 137px;
	z-index: 200;
	top: 14px;
}
.single .post_detail.space {
	margin-bottom: 30px;
}
.single .post_detail.half {
	margin-top: -10px;
    width: auto !important;
}
@media only screen and (min-width: 768px) {
	.sticky-wrapper-single {
		top: -7px;
	}
    .single .post_detail.space {
		margin-bottom: 0px;
	}
    .single .post_detail.half {
		margin-top: 0px;
	}
}
@media only screen and (min-width: 961px) {
	.sticky-wrapper-single {
		top: 0;
	}
}
.indiceheader1 {
    min-height: 56px;
}
.post_header.single_post {
    min-height: 66px;
}