/*
Theme Name: Kakumei
Theme URI: http://bbpress.org/
Description: Interfaz para el foro de Loogic
Version: 0.01 theta-beta
Author: Bryan Veloso
Author URI: http://avalonstar.com
*/

/* Globals 
=================================== */

/*  * { margin: 0; padding: 0; }

body {
	margin-bottom: 50px;
	background: #fff;
	font: 62.5% 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
}

a { color: #2e6e15; text-decoration: none; }
a:hover { color: #006400; }

.alt { background: #fff; }
*/
pre, code { font: 1.0em Monaco, 'Courier New', monospace; }

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

.delete:hover {
	background: #c00;
	color: #fff;
}

/*h1 { font-size: 2em; }

h2 { font-size: 1.5em; }
*/
/* Structure
=================================== */
/*
#wrapper {
	background: #fff url('images/page_header_tile.png') repeat-x 0px -25px;
}
*/
#header { 
/*	background: url('images/page_header_bblogo.png') no-repeat bottom right;  Remove to get rid of bb emblem. */
	margin: 0 auto 10px;
	width: 165px;
	height: 106px;
	position: relative;
}





#main { 

	width: 600px;/*910px;  760px;*/
	/*margin: 0 auto 0px;*/
	position: relative;
}

.bbcrumb {
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	padding: 5px 0 20px;
}

/*#footer { 
	border-top: 1px solid #ccc;
	margin: auto;
	color: #666;
	font-size: 1.0em;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 10px;
	clear: both; 
	text-align: center;
	width: 760px; 
}
*/
.notice { 
	border: 2px solid #4c9545; 
	background: #abd8a2; 
	color: #4c9545; 
	font-size: 1.1em; 
	font-weight: bold;
	padding: 10px 15px; 
	margin: 0 0 1.1em; 
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */

/*.login { 
	position: absolute;
	bottom: 31px;
	right: 0;
	font-weight: bold;
	color: #444;
	width: 100%;
	z-index: 1;
}*/

.login p { padding: 0 0 5px; }

p.login{width:230px;}

.login label {
	display: block;
	float: left;
	padding-right: 10px;
	font-size: 1em;
}

.login #submit {
	float: left;
	margin-top: 1.4em;
}

.login {
	line-height: 1.3;
	font-weight: normal;
	font-size: 1.3em;
}

form.login input { 
	font-size: 1em;
	margin-top: 3px;
	border: 1px solid #999;
}


/* Front Page
=================================== */

 #sidebar { 
	/*position: absolute;
	top: 120;
	right: 0;*/
	float:right;
	width: 310px;
	overflow: visible;

}

#front-page #discussions { 
	margin-right: 260px;/*170px;*/
	width: 600px;/*590px;*/
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
	color: #333;
	border-bottom: 1px solid #ddd;
	/*margin: 0 0 10px;
	padding: 0 0 5px;*/
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { background: #a1d29a; }

/* Topic Page
=================================== */

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	float: left;
	padding: 0 1em 0 0;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: left;
	padding: 0 0 0 1em;
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 6px; }

#thread {
	background: #eee;
	list-style: none;
	margin: 0 0 0 110px;
	padding: 0;


}

#thread li {
	padding: 1.5em 1.0em;
	line-height: 1.5em;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	margin-left: -120px;
	overflow: hidden;
	position: absolute;
	width: 100px;
}

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }


#thread .post blockquote {
	margin: 0 0 0 4ex;
	padding: 0 0 0 1ex;
	border-left: 5px solid #ccc;
}

.poststuff {
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
font-size:1.4em;
}

.postform {
	background: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 550px;
	display: block;
}

.postform label { display: block; }

#manage-tags { 
	margin: 10px 0; 
	list-style: none; 
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit { text-align: right; }

.topiclink { display: block; }

.topictitle {
	/*font-size: 26px;*/
	font-weight: bold;
	display: inline;
font-size:1.5em;
}

/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

p.frontpageheatmap a{
color: #1071A2;
}

#latest tr td a, #latest tr th a, #forumlist tr td a{
color: #1071A2;

}

#latest tr td ,  #forumlist tr td {
font-size:1.1em;
}


#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; }

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #e4e4e4; }

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background: #ddd;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
}

#latest, #forumlist, #favorites {
	background: #f7f7f7;
	margin-bottom: 2em;
	width: 100%;
}

.bozo { background: #eeee88; }

.alt.bozo { background: #ffff99; }

.deleted { background: #ee8888; }

.alt.deleted { background: #ff9999; }

/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	position: absolute;
	right: 0;
}

#profile-menu li {
	font-size: 1.1em;
	background-color: #eee;
	padding: 4px 7px;
	display: inline;
	border-top: 3px double #9e9e9e;
	position: relative;
	top: -10px;
}

#profile-menu li.current {
	background-color: #ddd;
	border-top: 1px solid #9e9e9e;
}

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

/* Profile Edit
=================================== */

fieldset { 
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
	width: 720px;
}

legend { 
	font-weight: bold;
	padding: 0 15px;
}

fieldset table { 
	text-align: left;
	margin: 0 15px;
}

fieldset table td { padding: 2px 0; }

fieldset p { 
	font-size: 11px;
	margin: 10px 16px;
}





h3.bbcrumb a{color:#1071A2;}

small{font-size:0.8em;}


#cajareg form.login {width:220px;clear:both;margin-top:50px;}
















/*  
Theme Name: loogic vivaestudio 30-09-2008
Theme URI: http://www.vivaestudio.com/
Description: loogic.
Version:  vivaestudio 30-09-2008
Author: vivaestudio 30-09-2008
Author URI: http://www.vivaestudio.com/

	This theme is released under Creative Commons Attribution 2.5 License.

*/
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff url(images/body_bg.png) repeat-x;
	margin: 0px;
	padding: 0px;
	line-height:22px;
}
#page1 { background:url(images/wrapper_bg.png) no-repeat center 0; min-height:332px; 
}
a {
	color: #156d9a;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h2 {
	color: #000;
	margin: 0px 0px 5px;
	font-size:26px;
	font-weight:normal;
	line-height: 30px;
	padding:0px 0 12px 0;
	border-top:10px solid #f4f4f4;
	border-bottom:1px solid #d1d1d1;
}

div#discussions h2 {
border-top:0 none;
}


h2 a, h2 a:hover {
	color: #007811;
	text-decoration: none;
}
h2.singleh2 a, h2.singleh2 a:hover {
	color: #000 !important; 
}
h3 {
	font: normal 160%/100% Verdana, Arial, Helvetica, sans-serif;
	color: #3c3c3c;
	margin: 0 0px 10px;
}
h4 {
	font: normal 130%/100% Verdana, Arial, Helvetica, sans-serif;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page1, .pie {
	margin: 0 auto;
	width: 962px;
	padding:0 23px;
}



/* header area */

#header1 {
	margin: 0;
	height:160px;
	position:relative;
}
div.description { display:none; }
#header1 .tecnotrabajo { line-height:35px; margin-top:1px;}
/*
#header .tecnotrabajo span { display:none;}
#header .tecnotrabajo h2 { float:left; margin:5px 12px 0 0; background:url(images/tecnotrabajo_logo.png) no-repeat; width:149px; height:26px; padding:0; border:0;}
#header .tecnotrabajo p.publica { float:right; margin:0; background:url(images/tecnotrabajo_publica.png) no-repeat; width:175px; height:21px; margin-top:9px;}
#header .tecnotrabajo a.anterior,
#header .tecnotrabajo a.siguiente { float:left; background:url(images/tecnotrabajo_sig.png) no-repeat; width:25px; height:18px; margin-top:10px; margin-right:6px}
#header .tecnotrabajo a.siguiente { background-position: right top; margin-right:10px;}
*/
#header1 h1, #header1 h1 a { float:left; width:234px; height:159px; margin:0; clear:left; text-indent:-9999px}

* html #header1 h1, * html #header1 h1 a { width:231px;}

#header1 .banner { padding-top:16px; height: 90px;}
#nav {
	list-style: none;
	padding-left: 0px;
	padding-top:19px;
	margin:0;
	float:right;
	background:url(images/menu_ul_bg.png) no-repeat left bottom;
	padding-bottom:1px;
}
#nav li {
	float: left;
	margin:0;
	white-space: nowrap;
	line-height:23px;
	font-size:14px;
	padding-right:2px;
	background:url(images/menu_blt.png) no-repeat right top;
}
#nav li.last { background:none; padding-right:0;}
#nav li a{
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	color:#2b2d2a;
	text-transform:uppercase;
	font-weight:bold;
	background:url(images/menu_bg.png) no-repeat center top;
}
#nav li.first a{ background-position: left top;}
#nav li.last a{ background-position: right top;}
#nav li.first a:hover, #nav li.first a.activo { background-position: left -36px;}
#nav li.last a:hover, #nav li.last a.activo { background-position: right -36px;}
#nav li a:hover, #nav li a.activo { background-position: center -36px;}

.blsubnav { position:relative; float:left;width: 590px;
 /*width:920px;*/}
#wrapper{width: 600px;float:left;}
#subnav { clear:both; list-style:none; float:left; margin:0; padding:11px 0 9px; width:600px; border-bottom:1px solid #d1d1d1;}
#subnav li{ display:inline; padding:0 8px 0 0; margin-right:8px; font-size:13px; position:relative; border-right:1px solid #ccc; }
#subnav li a { color:#227593; font-weight:bold; }
#subnav li.idioma { background:url(images/desplegar.png) no-repeat right center; border-right:0; padding-right:12px;}
#subnav div { 
	background:#F6F6F6;
	border:1px solid #CCCCCC;
	left:-11px;
	padding:5px 10px;
	position:absolute;
	top:-9px;
	display:none;
	z-index:1000;
}
/*search form */
#searchform {
	float: right;
	position:absolute;
	left:335px;
	top:10px;
	margin: 0;
	text-align: center;
	overflow: hidden;
}

#searchform br {
	display: none;
}
#searchform #q {
	width: 151px;
	height: 16px;
	font-size:12px;
	line-height:18px;
	padding:2px 2px 2px 7px;
	border:1px solid #c1c1c1;
	border-top-color:#959595;
	font-family: Courier, Georgia, serif;
	background: #fff;
	margin-right: 8px;
	color: #333333;
	font-weight: normal;
	float: left;
}

#searchform #searchsubmit { background:url(images/boton_buscar.png) no-repeat; width:84px; height:20px; border:none; cursor: pointer; float: left; }
/* content area */
#content1 {
	float: left;
	width: 932px;
	margin:0 0 0 20px;
	overflow: hidden;
	display:inline;
}
.post-content a {
	/*font-weight: bold;*/
}
#content1 img {
	border: 1px solid #d2d2d2;
	padding: 5px;
}
#content1 #sidebar img {
	border: 0 none;
	padding: 0px;
}
.post {
	clear: both;
	margin-bottom: 5px;
	
}
.post-date {
	color:#666;
	font-size:96%;
	line-height:24px;
	padding-right:10px;
	display:block;
	margin-bottom:10px;
}
.post-cat {  background:url(images/relacionados_bg.png) no-repeat center bottom; border-bottom:35px solid #fff; height:100px}
.post-cat p { border-top:1px solid #c5d6dd; margin:0 22px 0 15px; padding:15px 0 15px 23px; background:url(images/etiquetas_blt.png) no-repeat 0 20px;}
.post-comments {
	padding-left: 50px;
	font-size:16px;
	line-height:60px;
	color: #888888
}
.post-sharethis { line-height:50px; padding-left:30px;}
.post-comments a { font-weight:bold;}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;

}
.related_post h3 { font-size:12px; text-transform:uppercase; color:#428bb6; padding-left:35px; line-height:36px; margin:0; font-weight:bold;}
ul.related_post { list-style:none; margin-left:25px; font-size:13px; padding:0;}
ul.related_post li{ margin-left:0; padding:0;}

.post-content {
	clear: both;
	padding-top: 8px;
}
.post-content p { font-size:14px;}

.post-info {
	font-size:12px;
	background:url(images/relacionados_bg.png) no-repeat center top;
	border-bottom:1px solid #ccc;
}
.post-content blockquote {
	background: #F1F9FF;
	border-right: 2px solid #DDF1FF; 
	border-bottom: 2px solid #DDF1FF; 
	padding: 8px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* comments area */
h3#comments {
	font: italic 14px Georgia;
	color: #4e4e4e;
}
h3#comments strong { color:#156D9A; font-size:16px;}

#comments, #respond {
	border-bottom: 1px solid #ccc;
	padding: 15px 0 15px 0;
	border-top:10px solid #f4f4f4;
	clear: both;
}
.commentsep {
	border-bottom: 1px solid #ccc;
	margin-top: 30px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 25px;
	line-height: 130%;
}
.commentlist li{
	padding: 10px;
	padding-bottom: 0px;
}
li.alt {
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
	background: #F4F4F4;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 120% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#fff;
	border: 1px solid #b0b0b0;
	border-top: 1px solid #979797;
	padding: 5px;
	margin-top: 3px;
	margin-right: 5px;
}
#commentform textarea{
	width: 485px;
	height: 115px;
	border: 1px solid #b0b0b0;
	border-top: 1px solid #979797;
	padding: 5px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background-color: #156d9a;
	color: #fff;
	-moz-border-radius: 5px;
	border: 1px solid #156d9a;
	font-weight: bold;
	float:left;
	width: 164px;
	height: 32px;
	cursor: pointer;
	margin-bottom:20px;
	font-size: 105%;
}
#commentform input:hover#submit {
	color: #c9efff;
}

#commentform p.subscribe-to-comments { margin-bottom:20px;}
.nocomments {
	font: italic 16px Georgia;
	padding-top: 40px;
	color: #4e4e4e;
	text-align: center;
	border-top:10px solid #f4f4f4;
}
.nocomments span {font-size: 39px; color: #d0d0d0; font-family: Georgia; }

/*sidebar */
.sidebar {
	float: left;
	padding:0;
	margin:10px 0 20px 23px;
	width: 300px;
	overflow: hidden;
}
.sidebar .myloogic {
	xxxmargin: -30px 0 5px 0;
}
#sidebar .banner { background:#f6f6f6 url(images/sidebar_publicidad.png) no-repeat left bottom; padding-bottom:19px;width:300px; height: 250px;margin-top:10px;}
#sidebar .bannerChicos { background:#f6f6f6; padding-bottom:0;width: 300px;} 
 #sidebar p {width: 280px;} 
 #sidebar p.interesa {width: 300px;} 
#sidebar p.cuerpocaja {
margin: 0;
	padding:10px;
	border:1px solid #cdcdcd;
	border-top:0;
}
#sidebar h2{width: 270px;}
#sidebar p.masinfo {width: 50px;} 
#sidebar .moveup { margin-top: 10px; }
/*#sidebar .bannerChicos img { margin:0 0 15px 15px; float:left;}*/
#sidebar .bannerChicos .minibanner { margin:0 0 15px 15px; float:left; width:125px;}
#sidebar .bannerChicos .minibanner img{ margin:0; float:none;}
#sidebar .bannerChicos .masinfo { float:right; margin:9px 19px 0 0; padding-bottom:9px;}
#sidebar .bannerChicos h3 { margin:0; padding:10px 15px; color:#7f7f7f; float:left; font-family:Arial;}
#sidebar .bannerChicos .interesa { background:url(images/sidebar_patrocinar.png) no-repeat; text-align:center; margin-bottom:0; line-height:34px; padding-bottom:0; clear:both;}
/*sidebar title () */
.sidebar h2, .sidebar .sidebartitle{
	font:18px Arial, Helvetica, sans-serif;
	height:21px;
	margin:30px 0 0 0;
	color:#00903b;
	padding:12px 15px;
	background:url(images/sidebar_h2.png) repeat-x;
	border:1px solid #cdcdcd;
	border-bottom:0;
}
.sidebar h2 { margin-top:10px;}
/*sidebar text styles */
.sidebar a:hover{
	border: none;
}
.widget {
	padding: 10px 10px 10px 10px;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	background:url(images/sidebar_bg.png) no-repeat center bottom;
}
/*sidebar list level2 */
.sidebar ul li ul {
	margin: 0;
	padding:10px;
	border:1px solid #cdcdcd;
	border-top:0;
}
.sidebar ul li ul li {
	list-style: none;
	margin: 0;
	padding:5px 8px;
	border-bottom:1px solid #cdcdcd;
}
.sidebar ul li ul li:last-child { border:none;}
/*sidebar list level3 */
.sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}

.sidebar .feeds ul{ border:none; background:url(images/sidebar_feed_bg.png) no-repeat; padding:22px 14px 1px 20px; margin-top:30px;}
.sidebar .feeds ul li { border:none; background:url(images/sidebar_feed.png) no-repeat; padding:0 0 0 49px; height:38px; margin-bottom:20px;}
.sidebar .feeds ul li.frss { background-position:0 0;}
.sidebar .feeds ul li.frsscom { background-position:0 -55px;}
.sidebar .feeds ul li.frsssub { background-position:0 -115px; padding-top:5px}
.sidebar .feeds h3 { margin:0; padding:0; font-size:14px; color:#0064bc; font-weight:bold; }
.sidebar .feeds p { margin:0; padding:0; font-size:11px; color:#968e45;} 

.sidebar .feeds .text { width:136px;}

div.hot-tags {
	padding: 10px;
}
/* footer area */
#footer {
	clear:both;
	background:#f6f6f6 url(images/footer.png) repeat-x ;
	font-size:12px;
	padding-bottom: 5px;
width:100%;
padding-top:50px;
}
#footer ul {
	margin-left:25px;
	float:left;
	width:289px;
	list-style:none;
	padding:0 0 20px 0;
	line-height:28px;
	font-weight:bold;
}


#footer ul li h4{ background:url(images/pie_sep.png) no-repeat left bottom; padding-bottom:10px; margin-bottom:10px; color:#555; font-size:20px;}
#footer ul li h4 a {color:#555;}
#footer .valido { clear:both; float:right; margin:20px 20px 0 0;}
#footer .sep{ background:url(images/pie_sep.png) no-repeat left top; margin:0 20px 0 25px; padding:20px 0; clear:left;}

#footer ul li.tit { float:none; width:289px; padding:0;}
#footer ul li { /*float:left; width:124px; */padding-right:20px; font-weight:normal;}

* html #footer ul, * html #footer ul li.tit  {	width:280px;}

#footer .linkspie { clear:left; padding:20px 0; background:url(images/pie_sep.png) no-repeat 25px top;}
#footer .linkspie p { margin:0; padding:0; color:#ccc;}
#footer .linkspie strong { color:#333; display:block; float:left; padding:0 8px 0 0; margin-right:10px; border-right:1px solid #ccc; width:80px; text-align:right;}

.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

#subfooter {
	background: #e8e8e8 url(images/footerbg.png) 0 0 repeat-x;
	height: 48px;
	width: 100%;
	padding-bottom: 12px;
}

#subfooter div {
	margin: 0 auto;
	padding-top: 22px;
	width: 922px;
}

.inventa, .vivaestudio {
	float: left;
	width: 50%;
}

.inventa a, .vivaestudio a {
	display: block;
	background-position: center right;
	background-repeat: no-repeat;
}

.inventa a strong, .vivaestudio a strong {
	display: none;
}

.inventa a {
	background-image: url(images/inventa.png);
	background-position: bottom right !important;
	height: 15px;
	padding-bottom: 3px;
	width: 236px;
}

.vivaestudio a {
	background-image: url(images/vivaestudio.png);
	margin-left: 280px;
	height: 20px;
	width: 193px;
}



/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



/* Aniadido */
.subsmails{width:125px;margin-right:5px;}
* html .subsmails{width:125px;}

.cat-item, .page_item{float:left;width:120px; display:inline;}
/*
.sidebar ul li.page_item ul {
border-width:0pt 0pt 0pt;
}
*/
.formfeedb{
padding:3px;
padding-top:-3px;
text-align:center;
}

#ulfeeds{

}
.submitfeed{
font-size:11px;
}

div.pagination {
	padding:30px 0 10px 0;
	text-align:center;
	padding: 30px 0px;
	border-top:10px solid #f4f4f4;
}

div.pagination a {
	padding: 5px 9px;
	margin-right: 4px;
	border-right: 1px solid #bccdd3;
	border-bottom: 1px solid #91b1bc;
	border-left: 1px solid #c8d8de;
	border-top: 1px solid #c8d8de;
	background: #f3f9fb;
}
div.pagination span.current {
	padding: 5px 9px 6px 10px;
	margin-right: 4px;
	font-weight: normal;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: #f4f4f4;
	color: #9c9c9c;
}
a.pagin-next, a.pagin-prev {
	background-color: #156d9a !important;
	color: #fff;
	-moz-border-radius: 5px;
	border: 1px solid #156d9a !important;
	font-weight: bold;
}
a:hover.pagin-next, a:hover.pagin-prev {
	color: #c9efff !important;
	padding: 5px 9px !important;
	text-decoration: none;
}

input.submitfeed {
	background-color: #156d9a; 
	color: #fff; 
	-moz-border-radius: 5px; 
	border: 1px solid #156d9a !important; 
	font-weight: bold; 
	cursor: pointer; 
	padding: 2px 3px;
}
* html input.submitfeed { width:68px; }

input:hover.submitfeed {
	color: #c9efff;
}
div.pagination span.disabled, .dots {
	padding: 6px 10px;
	margin-right: 4px;
	color: #9c9c9c;
	background: #f4f4f4;
	-moz-border-radius: 5px;
	border: 1px solid #f4f4f4;
}
ul a b {font-weight:normal;}

#footer ul .corankBox ul, #footer ul .corankBox li { margin:0; padding:0;}

p{
text-align:justify;
}



.inventa, .vivaestudio, .interdominios {
  float: left;
  width: 33%;
}

.inventa a, .vivaestudio a, .interdominios a {
  display: block;
  background-position: center right;
  background-repeat: no-repeat;
}

.inventa a strong, .vivaestudio a strong, .interdominios a strong {
  display: none;
}

.inventa a {
  background-image: url(images/inventa.png);
  background-position: bottom right !important;
  height: 15px;
  padding-bottom: 3px;
  width: 236px;
}

.vivaestudio a {
  background-image: url(images/vivaestudio.png);
  margin-left: 125px;
  height: 20px;
  width: 193px;
}

.interdominios a {
  background-image: url(images/interdominios.png);
  margin-left: 65px;
  height: 20px;
  width: 205px;
}



ul li ul li {padding-left:0px;}






























h2.tituloforum{


	margin: 0px 0px 5px;

	line-height: 30px;

	padding:20px 0 12px 0;

	border-top:10px solid #f4f4f4;
	border-bottom:1px solid #d1d1d1;


font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 2.75em;
font-weight: normal;

}
h2.tituloforum a{text-decoration:none;}
h2.tituloforum a:hover{background:white;}

#sidebar h2, #discussions h2 {
font-size:22px;
}

#sidebar h2.cabeceracaja{
font:20px/21px Arial, Helvetica, sans-serif;
	height:21px;
	margin:30px 0 0 0;
	color:#00903b;
	padding:12px 15px;
	background:url(images/sidebar_h2.png) repeat-x;
	border:1px solid #cdcdcd;
	border-bottom:0;
}

div.threadpost div.post p{
font-weight:normal;
font-size:14px;
}



p.creditos{color:#000000;font-size:1em;}

div#footer p.creditos a#creditos{color:#000000;font-size:1em;}
div.threadauthor p strong a{font-size:1.0em;}

li h4 {font-size:1.1em;}


ul#yourtaglist li {display:inline;padding-right:5px;}



<!--[if lt IE 7]>
<style type="text/css">

.logo {
background:none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=scale src='
http://www.loogic.com/wp-content/themes/loogic-d/images/loogic-logo.png');
}
</style>
<![endif]-->
















