

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 103%;
	font-family: inherit;
}
/* FONTS */
body, 
blockquote,
h1, h2, h3, h4, h5,
#top div.label,
#headline div.title,
#single_desc div.title,
#front-list .title,
#stats,
.spoiler h3,
.spoiler h4,
#sidebar h3 { 
	color: #222
}

:focus { outline: 0; }
body {
	line-height: 1;
	left: 0px;
	top: 0px;
	clip: auto;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif; 
}

* {
	margin:0;
	padding:0;
	}

body {
	font-size: 103%;
	background:#97bf0d
	}


ol, ul { list-style: none;}

#header { position: relative; }
#boton_rss {
	position: absolute;
	right: 20px;
	top: 10px;
}

input, textarea {
	background: #eee;
	padding: 5px;
	border: 1px solid #ddd
}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" "";}

.st-tag-cloud {
	margin: 0 auto;
	text-align: center;
}
.st-tag-cloud a {
	padding: 3px;
	line-height: 28px;
}

/* HTML Elements */


p {	
	margin: 5px 0;
	}

a:hover, a:active, a:link, a:visited {
	color: #111;
}

a:link, a:visited {
	text-decoration:none
	}

a:hover, a:active {
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #666;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #ececec;
	font-size: 1em;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	

strong {
    font-weight:bold;
}

.ad728 {
	position: absolute;
	bottom: -10px;
}

#bottom .ads {
	padding: 0;
	position: relative;
	left: -5px;
	margin-bottom: 10px
}

#sidebar .ads {
	padding: 10px;
	left: 0 !important;
	margin: 10px 0
}

.sideads {
	padding-top: 10px
}

.ad {
	margin: 10px 0 10px 0
}

em {
    font-style:italic;
}

.socialroll h3 {
	left: 0 !important;
}
.socialroll li {
	width: 150px;
	float: left;
}

.home #page { width: 740px !important; margin: 0 auto !important }
.home #logo { width: 770px !important }
.home #bottom { width: 740px !important } 
.home #head { width: 770px !important }
.socialroll img { vertical-align: middle}

.home .center { text-align: center; width: 740px; padding: 10px; margin: 20px auto 0 auto }

.center .social {
	margin: 0 auto;
	text-align: center
}
.home p { margin: 25px 0 0 0 !important }
.center .social a {
	margin-right: 25px
}
.center .social a img {
	vertical-align: middle
}

.urlinfo {
	display: block;
	font-size: 10px;
	padding: 5px 5px 5px 20px;
	color: #666
}

/* Structure */


#head {
	width:970px;
	margin:0px auto;
	margin-top:15px;
	padding:10px;
	font-size:0.7em;
	position: relative;
	}

#page {
	width:960px;
	margin:0px auto 20px auto;
	padding:15px;
	font-size:12px;
}
.single #page {
	padding-top: 0
}


#inner {
	margin:0;
	padding:0;
}

.left {
	float:left;
	}

.right {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	padding:0px 10px 0px 0px;
	width:960px;
	height: 32px;
	font-size:12px;
	text-transform: uppercase;
	font-family: Rockwell, Georgia, Arial, sans-serif;
	background: url(images/menu_bg.png) no-repeat
	}

#page-bar {
	padding:0px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	}


#page-bar .blog a {
	color: #92DB05
}

#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:7px 14px 6px 14px;
	color:#fff;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#page-bar p {
	margin:0;
	padding:0;
	}

#searchform {
	width:184px;
}
.search #s {
	width: 149px;
	border: 0;
}
.search #imgs {
	position: relative; top: 2px; left: 2px;
}

.postinfo { font-size: 12px; border-top: 1px solid #E2E2E2; padding: 15px 10px; position: relative; margin-top: 20px}
.foot {
	font-size: 10px;
	padding: 10px 0 0 0;
	position: absolute;
	bottom: 10px
}
.foot span {
	display: block;
}
.tags a {
	text-decoration: none;
	margin-right: 5px;
}
.tags a:hover {
}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 132px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	width: 122px;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	background: #111 url(images/dots_nav.gif) repeat-x top;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #111;
	padding: 4px 10px 4px 10px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}



/* Text*/

h1 {
	font-size: 28px;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

.regalos h1 {
	font-size: 20px
}
.regalos h1 span {
	font-size: 11px;
}

h2 {
	font-weight:normal;
	font-size: 40px;
	text-align: center;
	font-family: Georgia, Arial, sans-serif;
	}

h3 {
	font-size: 12px;
	margin-bottom:3px;
	color:#303030;
	font-weight:bold;
	font-family: Rockwell, Georgia, Arial, sans-serif;
	}

.post h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
.related {
	padding-bottom: 10px
}
.related_post li {
	list-style-type: none !important;
	height: 40px !important;
	margin-left: 10px !important; 
}
.related_post li span {
	display: block;
	font-size: 11px;
	position: relative;
	top: -4px;
	color: #666
}
.related_post li a {
	font-size: 12px;
	
}
.related_post li img { 
	float: left; 
	border: 1px solid ;
	margin: 0 10px 0 0!important 
}


h4 {
	font-size: 12px;
	}

h3.cat_title, h3.cat_title a, .more-link {
	color:#FF8900 !important;
	font-weight: bold;
	letter-spacing:-0.05em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	margin-bottom:15px;
	}
#comments h3 {
	font-size: 18px
}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

.adheader {
	position: absolute;
	right: 0
}
#logo {
	width:960px;
	height:100px;
	position: relative;
	}

#tagline {
	margin-top:10px;
	color:#1d3566;
	font-weight:bold;
	}

#top {
	margin:0 auto;
	padding:1px 15px 0;
	background:#fff;
	width:960px;
	font-size: 11px
}

.tabbox {
	float: left;
	position: relative;
	width: 285px;
	border-right: 1px solid #96C738;
	height: 160px;
	padding: 10px 15px;
}

.tabbox h2 span {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px
}
.tabbox p {
	line-height: 20px;
	font-size: 12px;
	margin: 15px 0 5px 0;
	color: #444
}
.tabbox .more {
	background: #CDE49E;
	width: 280px;
	font-size: 18px;
	font-family: Rockwell, Georgia, Arial, sans-serif;
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 0;
	cursor: pointer;
}
.tabbox a.more:hover {
	background: #96C738;
}

#headline {
	width:525px;
	float:left;
	padding: 15px;
    font-size:12px;
	line-height:1.5em;
	margin: 10px 0 0 0;
	border: 1px solid #ddd;
	background: #eee;
	overflow:hidden;
	}

#featured {
	float: left;
	width: 360px;
	margin: 10px 0 0 15px;
	padding: 10px;
}
#featured a {
	margin: 0 20px 15px 0;
	float: left;
	opacity: 0.6
}
#featured a:hover {
	opacity: 1
}

#top div.label {
	font-size: 18px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	font-family: Rockwell, Georgia, "Lucida Grande", Arial, sans-serif;
	padding-bottom:5px;
	}

#headline div.meta {
	display:block;
	padding:4px 0px 4px 0px;
	font-size:11px;
	}

#headline p {
	padding-bottom:25px;
	}

#headline a img {
	border: 0;
	margin-top:5px;
    }

#headline a img {
	border:3px solid #fff;
	margin-right:15px;
	}
    
.category {
	width:166px;
	height: 75px;
	float:left;
	border-top:8px solid #333333;
	margin:0px;
	padding:5px 10px 15px 10px;
	background:#fff;
    cursor:pointer;
	}

.category p {
	margin:0;
    font-size:11px;
	}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-0.05em;
	}
#front-popular h3 {
	color: ;
}

#front-list .cat_title {
	font-size:14px;
    margin-bottom:5px;
	}


.more-link {
	display:block;
	margin:15px 0px;
	}

.category a {
	color:#333333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#bottom {
	width: 960px;
	}

#bottom-left {
	float:left;
	}
.home #bottom-left {
	background: #7DB909;
	padding: 10px;
	-moz-border-radius: 10px

}

#bottom-left .meta, #content.archive .meta {
	font-size:11px;
	margin-top: 5px;
	}
#front-list {
	width:580px;
	padding:10px 15px 10px 0;
	background:#fff;
	font-size:12px !important;
	line-height:1.65em;
	margin: 0;
	border-top:1px solid #ececec;
    }
#front-list strong, #front-list p, #paged-list p {
	font-size:12px !important;
}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #headline .title, #featured h3 {
	font-size:22px !important;
	font-weight:bold !important;
	letter-spacing:-0.05em !important;
    line-height:1.0em !important;
	}

#front-list .divider {
	margin-left:216px;
	margin-top:0px;
	margin-bottom:0px;
	}

.author {
	font-size:11px;
	font-weight:bold;
	}

.meta {
	color:#666;
	}
.meta a {
 font-size: 11px;
}

#headline p {
	margin:0;
	}


#paged-list {
	width:580px;
	padding:0px 5px 0 0;
	margin: 0 0 5px 0;
	font-size:12px;
	line-height:1.75em;
	}

.onecolumn {
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}
	

.onecolumn img {
	float:left;
	margin:8px 10px 7px 0px;
	padding:2px;
	border: 0;
	}

.tanbox {
	width: 580px;
	line-height:1.5em;
	padding:10px 0px;
	margin:0 15px 0 0;
	border-bottom: 1px solid #ececec;
	}

.archive .tanbox {
	width:580px;
	border-bottom: 1px solid #ececec;
	padding-bottom:10px;
	}

.tanbox img {
	float:left;
	margin:0;
	padding:0;
	border: 0;
	}
.tanbox .foto {
	float: left;
	margin: 0 15px 0 0;
}
.mini {
	
}
.mini .foto {
	margin: 0 10px 0 0;
}

.tanbox span.title a, .onecolumn span.title a {
	font-size:18px;
	font-weight:bold;
	font-family: Rockwell, Georgia, Arial, sans-serif;
	}

.tanbox p, .onecolumn p {
	margin:5px 0px;
	}	

#navigation {
	padding:15px 10px;
	background:#fff;
	font-size:12px;
	text-align:center;
	width:550px;
	}

.wp-pagenavi span.current, .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi span.pages, .wp-pagenavi span.extend { border: 0 }
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited { color:  !important }

.wp-pagenavi span.pages {
color:#303030;
margin:3px;
padding:2px 5px;
}
.wp-pagenavi span.current {
color: #000;
font-weight:bold;
margin:3px;
padding:2px 5px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
color:#303030;
margin:3px;
padding:2px 5px;
text-decoration:none;
}
/* Content Page*/

#content {
	width:565px;
	background:#fff;
	padding:10px 15px;
	font-size:12px;
	line-height:1.75em;
	float:left;
	margin: 5px;	
	}

.post {
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	font-size: 13px;
	}

.post .clearfloat {
	border-bottom:1px solid #e2e2e2;
	}
.post a, .clearfloat p a { text-decoration: underline }

.entry ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

#authorbox {
	padding: 15px;
	border-bottom: 1px solid #E2E2E2;
	background: #ebebeb
}
#authorpic {
   float: left; 
   border: 5px solid #fff;
   margin: 10px 5px 0 0;
}
#authorbio {
  float: left;
  margin-top: 10px;
  width: 450px
}

#content h2.title {
	letter-spacing:-0.05em;
	margin-bottom:0px;
	font-weight: bold;
	padding:5px 0px;
	color: ;
	}

.entry ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.entry ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.entry ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.entry img, .post a img, #front-list img {
	margin:0 15px 15px 0;
	padding: 0 !important;
	}

img.centered, a img.centered, img.aligncenter, a img.aligncenter, img.alignnone {
	display: block;
	margin: 15px auto 15px auto !important;
	border: 0 !important;
}


.entry a {
	text-decoration:underline;
	}

.number {
	color: #666
}

.primary_two {
color:transparent;
font-size:10px;
margin: 10px 0 5px 0;
text-align:right;
position: absolute;
top: 0;
right: 0
}
.primary_two h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 19px;
	padding: 5px 10px 5px 0
}
.primary_two a { 
color:transparent;
margin:2px 5px 2px 2px;
text-decoration:none;
float: left;
}
.primary_two img { vertical-align:  middle; }

.post .ads {
	margin-top:10px;
	}

#stats {
	margin-bottom:15px;
	padding:8px 0px;
	font-size:11px;
	display:block;
	border-bottom:1px solid #e2e2e2;
	font-weight:bold;
	}
.post #stats {
	padding: 0 0 8px 0}


span#map {
	font-size:11px;
	background: #eee;
	display: block;
	padding: 0 10px; 
	width: 570px;
	margin: 0 0 10px 0
}


img.alignright, a img.alignright {
	margin: 0 0 5px 15px;
	display: inline;
}

img.alignleft, a img.alignleft {
	margin: 0 15px 5px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left

}


#bio {
    padding:10px;
    background:#efefef;
    margin:20px 0px;
}
#bio p {
    margin:0;
    padding:0;
}

#bio .avatar {
	margin:0px 10px 5px 0;
	float:left;
	padding:2px;
	width:80px;
	height:80px;
	}	

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0 0 5px 0;
	overflow:hidden;
	}
	

#inner #sidebar {margin: 10px 5px 0 0;}
#inner #content {width: 580px; padding-left: 0; margin: 0; padding: 0 }

.spoiler { 	
	padding:0px 12px 12px 12px;
	background:#fff;
	border-top:1px solid #ececec;
	margin-bottom:12px; 	
	overflow:hidden;
}

.spoiler img {
	padding:2px;
	margin-right:10px;
	margin-bottom:5px;
	}


.spoiler h3 {
	font-size:12px;
   	font-weight:bold; 	
	color:#fff; 	
	margin:0px 0px 8px 0px; 	
	padding:3px 10px;
	border-bottom:1px solid #ececec; 	}

.spoiler h3 a {
	color:#fff;
	text-decoration:none;
	}

.spoiler p {
	margin:0;
	color:#6d6d6d;
	}

.spoiler h4 {
	font-size:12px;
    font-weight:bold;
	margin-bottom:5px;
	}

.spoiler h4 a {
	color:#333333;
	}

#sidebar, #sidebar a {
    font-size:12px;
}

#headline h3, #featured h3, #sidebar h3 {
	font-size: 16px;
	font-weight:bold;
	font-family: Rockwell, Georgia, "Lucida Grande", Arial, sans-serif;
	color: ;
	text-transform: uppercase;
	margin:0 0 10px 0px;
	padding:0;
	}
#sidebar-middle h3 {
	color: ;
	position: relative;
	left: 0;
	width: 100%;
	font-size: 14px;
}
#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:;
	}
#sidebar a, #sidebar-top a, #sidebar-bottom a {
color: #19779F;
}
#sidebar-top ul {
	margin-bottom: 15px 
}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:150px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	}

#sidebar-right {
	width:120px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	}


#sidebar li {
	list-style:none;
	display:block;
	padding: 6px 0px 6px 5px;
	font-size: 11px; 
	}
#sidebar-top li {
	list-style-type: disc; 
}

#sidebar li ul li {
	border-bottom:0px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

#sidebar h3 img { margin-top:1px; }

/* Form Elements */

select {
	border:1px solid #333333;
	width:100%
	}
	
.submitbutton {
	padding: 2px 5px;
	border:1px solid #aaa;
	background:#fff;
	font-size:11px;
	color:#aaa;
	cursor: pointer;
	}

.submitbutton:hover {
    background:#303030;
    color:#fff;
    }
    
.field {
	padding: 1px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#fff;
	font-size:11px;
	}

#respond .field { padding: 4px; }
.search {
	position: absolute;
	right: 230px;
	top: 140px;
}

#search .searchbutton {
	padding: 1px;
	border:1px solid #333333;
	background:#fff;
	font-size:11px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 0px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	}



/* Comments*/

#comment { width:590px;	background:#fff;  }
#comments { margin-top: 20px }

div#cancel-comment-reply { font-weight:bold; }

#comments ul.commentlist { margin-top:20px; list-style:none; }

#comments ul.commentlist blockquote { background:#ededed; }
    
#comments .clearfloat { background:none; }

#comments div.navigation { padding:5px 0px 20px 0px; font-weight:bold; }

ul.commentlist li.pingback, ul.commentlist li.trackback { display:none; }
ul.commentlist li.comment { color:#4d4d4d; padding: 11px 14px 11px 14px; background:#f2f2f2; list-style:none; margin-bottom:10px; font-size:11px; line-height:18px; border-bottom: 1px solid #dcdbd7; }
ul.commentlist li.comment h3#respond { background:#fff; margin-top:15px; }
ul.commentlist li.comment img.avatar { border:1px solid #ccc; margin:0px 0px 13px 13px; float:right; padding:2px; width:45px; height:45px; }	
ul.commentlist li.comment cite { color:#313228; font-weight:bold; font-size:14px; }
ul.commentlist li.comment div.comment-meta { font-size:10px; margin-top:0px; }
ul.commentlist li.comment div.comment-meta a { color:#4d4d4d; text-decoration:none; }
ul.commentlist li.comment a { text-decoration:underline; }
ul.commentlist li.comment cite a { text-decoration:none; }
ul.commentlist li.comment div.reply { clear:both; display:block; }
ul.commentlist li.comment div.reply a { text-decoration:none; font-weight:bold; }
ul.commentlist li.comment p { margin:15px 0px; padding:0;  }
ul.commentlist li.comment blockquote { width:380px; }

.children { 
	padding-top: 5px
}

ul.commentlist li.depth-1, ul.children li.depth-3, ul.children li.depth-5, ul.children li.depth-7, ul.children li.depth-9 { background:#f2f2f2; }
ul.children li.depth-2, ul.children li.depth-4, ul.children li.depth-6, ul.children li.depth-8, ul.children li.depth-10 { background:#fff; }



#respond textarea { width:99%; font-size:13px; }
#respond label { font-weight:bold; }
#respond a {text-decoration:none; color: #333 }
#respond h3 {color: #333 }

#respond {
	color: #333;
}

li.comment div#respond h3 { display:none; }

/* Footer*/

#gallery {
	font-size:11px;
	color:#333;
	width: 925px;
	background:#dedede;
	margin: 0 auto;
	padding:15px 0px 15px 5px;
	border-left:10px solid #fff;
	border-right:10px solid #fff;
	}

#gallery #random {
    float:right;
    padding-left: 5px;
}

#gallery #random img {
    padding:2px;
    margin-right:16px;
    margin-bottom:15px; 
    background:#fff;
border: 0
}
#gallery #video {
    float:left;
    width:281px;
    padding:0 15px 0 5px;
    border-right:1px solid #b0b0b0;
}

#gallery h3 {
    display:block;
    padding-bottom:5px;
}
#front-popular {
	font-size:11px;
	color:#333;
	width: 960px;
	margin: 0 auto;
	padding:15px 10px 15px 10px;
	background:#E0EEF4 none repeat scroll 0 0;
	}

#recentpost, #mostcommented {
	width:276px;
	float:left;
	padding:0px 20px 0px 0px;
	border-right:1px solid #A6C8D8;
	}

#mostcommented {
	margin-left:20px;
	}

#recent_comments {
	width:306px;
	float:right;
	padding:0px;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost li, #mostcommented li, #recent_comments li {
	list-style:none;
	border-bottom: 1px solid #A6C8D8;
    padding-top:1px;
	}

#recentpost ul li a, #mostcommented ul li a, #recent_comments ul li a {
	padding:5px;
	display:block;
	text-decoration:none;
	}

#recentpost ul li a:hover, #mostcommented ul li a:hover, #recent_comments ul li a:hover {
	background: ;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	background:none;
	}


#footer {
	margin: 30px auto 0 auto;
	font-size:10px;
	background: ;
	color:#333333;
	}

.single #footer {
	margin-top: 20px;
	border: 0
}

.prefooter {
	float: left; 
	margin-bottom: 10px;
}
.prefooter ul li { float: left; margin-right: 10px }

#footer a:hover {
	color:#808080;
	}

#footer a {
	color:#19779F !important;

}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
.error {
	background: #c00;
	color: #fff;
	padding: 4px;
}	
.form p {
	display: block;
	clear: both;
}

.form td {
	width: 200px !important;
}
.form input.text {
	width: 150px
}

.sorteos {
	margin: 10px 0 0 0;
	list-style-type: disc
}
.sorteos li {
	margin-left: 20px;
}

.form .req {
	color: #c00;
	font-weight: bold;
}

.form input, .form select, .form textarea {
	margin-bottom: 15px;
}
.form td {text-align: left}

.form textarea {
	clear: both;
	float: left;
}
.form label {
	float: left;
	width: 150px;
	
}
.galerias .entry img, .galerias a img  { border: 0 !important }
.galerias {
	float: left;
	width: 175px;
	margin: 0 10px 10px 0;
}





.ppp { float: left; }

.rating .post-ratings img { border: 0; margin: 0; padding: 0  }
.rating {  float: left; text-align: center; width: 45px; margin: 3px 10px 0 0; }
.rating .votos img { position: relative; top: 1px; border: 0 !important; margin: 0 1px !important }
.rating .votos { background: #F5FAE4; font-size: 18px; letter-spacing: -1px; font-weight: bold; padding: 2px 4px  }
.votos span { font-size: 13px; font-style: italic; font-weight: normal; display: block; letter-spacing: 0; }
.vota { background: #FF8900; color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: -0.05em; margin-top: 3px }


.post-ratings {
	width:100%;
	opacity: 1;
}
.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
}
.post-ratings-image {
	border: 0px;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.post-ratings-text {
}
.post-ratings-comment-author {
	font-weight: normal;
	font-style: italic;
}

.rss_32, .twitter_32, .mail_32 {
	height: 24px;
	width: 24px;
	float: left;
	color: transparent;
}
.twitter_32 { 
	background: url(images/twitter_32.png) no-repeat top right;
}
.mail_32 { 
	background: url(images/mail_32.png) no-repeat top right;
}

.rss_32 {
	background: url(images/rss_32.png) no-repeat top right;
}
a.rss_32:hover {
	background: url(images/rss_32.png) no-repeat;
}
a.twitter_32:hover { 
	background: url(images/twitter_32.png) no-repeat
}
a.mail_32:hover { 
	background: url(images/mail_32.png) no-repeat;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1d5987; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #1d5987; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #e17009; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #e17009; outline: none; text-decoration: none; }

.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .4em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em 0 0; padding: 0 !important; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: .8em; display: block; border-width: 0; background: none; }
.ui-tabs-panel li {border-bottom: 1px solid #eee !important; padding: 8px 2px}
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Component containers
----------------------------------*/
.ui-widget { font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 1em; }
.ui-widget-header { background: ; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1d5987; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #1d5987; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #e17009; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #e17009; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fad42e; background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_469bdd_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_469bdd_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_d8e7f3_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_6da8d5_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_217bc0_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_f9bd01_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-right {  -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; }

