/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/

/*CSS black style pagination*/

div.baner {
		margin-left: 530px;
		margin-top: 0px;
		
		
	}
	div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
		color:#a0a0a0;
		font-size:100%;
	}
	div.pagination a {
		border: 1px solid #909090;
		margin-right:3px;
		padding:2px 5px;
		background-image:url('bar.gif');
		background-position:bottom;
		text-decoration: none;
		color: #c0c0c0;
	}
	div.pagination a:hover, div.meneame a:active {
		border: 1px solid #f0f0f0;
		background-image:url(invbar.gif);
		background-color:#404040;
		color: #ffffff;
	}
	div.pagination span.current {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #ffffff;
		font-weight: bold;
		background-color: #606060;
		color: #ffffff;
	}
	div.pagination span.disabled {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #606060;
		color: #808080;
	}


/*  
Theme Name: Simple Balance 2.2
Theme URI: http://blogsessive.com
Description: Simple, highly customizable, well-balanced 3 column theme. More Power. More Style. Your Style!
Tags: fixed width, three columns, simple, control panel, custom layout
Author: Alex Cristache
Author URI: http://blogsessive.com
*/

/* License and other information:

- This theme is released unde Creative Commons 3.0 licence;
- You may share, modify and use it in personal or commercial projects;
- I'd appreciate it if you DO NOT remove the author information in the theme's footer;
- Under any circumstances, DO NOT remove the original author information from this CSS file (this includes Name and URL);
- If you modify the theme, please mention the original author in a comment like this one.

*/


/* General styles */
body {
	background: #030303  url(fondo.jpg);
	margin: 0 auto;
	text-align: left;
	font: normal normal 12px arial, Arial, Arial, sans-serif;
	color: #444;
}

#wrap {
	margin: 0 auto;
	width: 1000px;

	text-align: left;
}

a {
	color: #843064;
	text-decoration: none;
}

a:hover {
	color: #555555;
}

a img {
	border: 0;
	
}

form {
	margin: 0;
	padding: 0;
}

small {
	font-size: 9px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearer {
	clear: both;
}


/* Header styles */
#header {
	width: 1000px; height: 216px;
	overflow: hidden;

background:  #0d0d0d  url(logofondo.gif);
	margin-bottom: 0px; 

}
/* El texto titulo del blog*/
.topLogo {
	width: 200px;
	float: left;
	margin-right: 110px;
	margin-left: 10px;
	padding-top: 0px;
}

.topLogo h1, .topLogo h2 {
	font: normal normal 10px Arial, "Times New Roman", serif;
	font-variant: small-caps;
	color: #555555
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.topLogo h1 a, .topLogo h2 a {
	text-decoration: none;
	color: #555555
}

.topLogo h1 a:hover, .topLogo h2 a:hover {
	color: #843064;
}

.topLogo .blogDescription {
	font: normal normal 12px Arial, "Times New Roman", serif;
	font-variant: small-caps; 

	color: #843064;
}

.topMenu {
	width: 380px;
	float: left;

	margin-left: 10px;

	font: bold normal 12px Arial black, "Times New Roman", serif;
}

.topMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.topMenu ul li {
	margin: 0 18px 0 0;
	padding: 3px 0 0 0;
	float: left;
	border-top: 0px solid #555555;
}

.topMenu ul li.current_page_item {
	border-top: 0px solid #843064;
}

.topMenu ul li a {
	color: #843064;
	padding-top: 3px;
	text-decoration: none;
}

.topMenu ul li a:hover {
	color: #843064;
}
/* conjunto buscador todo el grupo search+cajita*/
.topSearch {
	width: 200px;
	float: right;
margin-top: 3px;

}
/*la cajita del buscador*/
.s {
	border: 1px solid #000000;
background: #333333;
	width: 140px;
color: #888888;
	float: left;
	height: 15px;
margin-right: 5px ; margin-left: 0px;
}
/*el boton de busqueda*/
.searchSubmit {
	padding: 0;
	
	font: normal bold 12px Arial, "Times New Roman", serif;
	cursor: pointer;
	float: right; margin-right: 0px;
	line-height: 20px;

}

/* Page structure styles */

#page {
	width: 1000px;
background: #ffffff;
	overflow: hidden;

}

#lsidebar {
	width: 0px;
	
	float: left;
background: #ffffff;
	

}

#rsidebar {
	float: right;
background: #ffffff;
width: 310px; 
padding-right:10px;
}

#content {
	background: #D8D8D8   ;
float: left;
	width: 630px;
margin-right: 10px; margin-left:10px; padding-left: 10px; padding-right: 10px;
margin-top: 10px; padding-top: 10px;
/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;

	
}

/* Sidebars styles */

#lsidebar .leftPic{
	padding-top: 170px;
	background: url(img/logo.gif) no-repeat;
}

#lsidebar .leftPicCustomWrap {
	width: 295px;
	overflow: hidden;
}

#lsidebar .leftPicCustom {
	margin: 0;
	border: 0;
	background: none;
}

#lsidebar h2, #rsidebar h2 {
	font: normal normal 14px Arial black, "Times New Roman", serif;
	color: #843064;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #843064;ç


}

#lsidebar ul, #rsidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;


}

#lsidebar ul ul ul, #rsidebar ul ul ul {
	margin: 4px 0 0 10px;
	padding: 0;
	list-style: none;
}

#lsidebar ul li, #rsidebar ul li {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

#lsidebar li li, #rsidebar li li {
	margin: 0;
	padding: 4px 0;
	list-style: none;
	border-bottom: 0px solid #F0D1E4;
}

#lsidebar li li li, #rsidebar li li li {
	margin: 0;
	padding: 4px 0;
	list-style: none;
	border: none;
}

#lsidebar ul ul ul a, #rsidebar ul ul ul a {
	font-size: 11px;
}

#lsidebar li.rssFeed {
	background: url(img/bg-rss.gif) no-repeat;
	width: 170px;
	height: 50px;
	font: normal bold 12px Arial, "Times New Roman", serif;

}

.textwidget {
	padding-top: 10px; 
}

.rssFeed a {
	line-height: 50px;
	width: 143px;
	height: 50px;
	display: block;
	text-decoration: none;
	color: #fff;
	padding-left: 57px;
}

.rssFeed a:hover {
	color: #fffcc5;
}

.rssForm form {
	margin: 10px 0;
}

.rssEmail {
	border: 1px solid #92bdbb;
	width: 126px;
}

.rssSubmit {
	width: 66px;
	padding: 0;
	background: none;
	border: none;
	font: normal bold 12px Arial, "Times New Roman", serif;
	cursor: pointer;
	color: #843064;
}

.rssForm small {
	padding: 2px;
	background: #eff7f7;
	display: block;
}

#rsidebar .ads125 {
	padding: 10px 0 0 0;
	width: 314px;
	overflow: hidden;
 margin-left: 10px; margin-right: 10px; 
}

.leftBanner {
	float: left;
	margin-bottom: 10px;
}
.rightBanner {
	float: right;
	margin-bottom: 10px;
}

.advertiseHere {
	clear: both;
	display: block;
	text-align: center;
	font: normal bold 12px Arial, "Times New Roman", serif;
	margin-bottom: 10px;  margin-left: 10px; margin-right: 10px; 
}

.google250 {
	text-align: center; margin-left: 10px; margin-right: 10px; 
}

#wp-calendar {
	width: 100%;
	padding: 0;
	border: none;
	margin: 0; margin-left: 10px; margin-right: 10px; 
}

#wp-calendar caption {
	padding: 4px;
	font: normal bold 12px Arial, "Times New Roman", serif;
	color: #843064;
}

#wp-calendar th {
	padding: 4px;
	text-align: center;
	background: #eff7f7;
}

#wp-calendar td {
	padding: 4px;
	text-align: center;
	background: #f5f5f5;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar a {
	color: #843064;
}

#wp-calendar a:hover {
	color: #843064;
}


/* Content styles */

.topAd {
	margin-bottom: 20px;
}

.archiveTitle {
	font: normal normal 16px Arial, "Times New Roman", serif;
	color: #666;
	font-variant: small-caps;
	text-transform: capitalize;

	border-bottom: 0px solid #ddd;
}

/* NOticia completa: puedes tocar la distancia con el 2º post y el ancho. */
.post {
	margin-bottom: 30px;
	margin-top: -10px;
	width:620x;
	overflow: hidden;
}

.postFeatured {
	margin-bottom: 1px;
	width: 500px;
	overflow: hidden;
	padding: 10px;
	background: #f5f5f5;

}

.post a, .postFeatured a {
	
}

.postTitle h1, .postTitle h2 {
	font: normal normal 16px Arial , "Times New Roman", serif;
	color: #843064;

	padding: 0 0 1px 0;
	border-bottom: 0px solid #ddd;
	margin: 0 0 1px 0;
}

.postTitle h1 a, .postTitle h2 a {
	font: normal normal  16px Arial , "Times New Roman", serif;
	color: #843064;

	text-decoration: none;
}

.postTitle h1 a:hover, .postTitle h2 a:hover {
	font: normal normal 16px Arial, "Times New Roman", serif;
	color: #52183C;

}

.postInfo {
	font-size: 10px;

}

.postContent {
	margin-top: 5px;

	margin-bottom: 5px;
	line-height: 17px;
	width: 620px;
	overflow: hidden;
}

.sizeFeatured {
	width: 620px;

}

.featHead {
	font: normal normal 10px Arial, "Times New Roman", serif;
	color: #777;
	font-variant: small-caps;
	text-transform: capitalize;
	background: #ddd;

	padding: 3px 10px;
}

.postContent h1 {
	font: normal normal 22px Arial, "Times New Roman", serif;
	color: #843064;

}

.postContent h2 {
	font: normal normal 20px Arial, "Times New Roman", serif;

	color: #843064;
}

.postContent h3 {
	font: normal normal 18px Arial, "Times New Roman", serif;
	color: #843064;

}

.postContent h4 {
	font: normal bold 16px Arial, "Times New Roman", serif;
	color: #666;

	font-variant: small-caps;
	text-transform: capitalize;
}

.postContent blockquote {
	margin: 0;

	padding: 10px 10px 10px 20px;
	background: #eff7f7 url(img/bg-blockquote.gif) no-repeat;
	font: normal normal 11px Arial, "Times New Roman", serif;
}

.postExtras {
	border-top: 1px solid #ddd;
	padding: 2px 0;
	font-size: 11px;

}

.postMeta {
	border-top: 1px solid #ddd;
	text-align: right;
	padding-top: 2px;
	font-size: 11px;
	width: 620px;

	overflow: hidden;
}

.postMetaFeatured {
	border-top: 1px solid #ddd;
	text-align: right;
	padding-top: 2px;
	font-size: 10px;
	width: 620px;

	overflow: hidden;
}

.postMeta a, .postMetaFeatured a {
	color: #555555;
	text-decoration: none; 
}

.postMeta a:hover, .postMetaFeatured a:hover {
	color: #843064; 
}

.postLink {
	float: left; 
}

.postComments a {
	background: url(img/icon-comments.gif) no-repeat 0 4px;
	padding-left: 16px; 
}

.postLink a {
	background: url(img/icon-postlink.gif) no-repeat 0 1px;
	padding-left: 14px; 

.navigation {
	width: 620px;
	font: normal normal 14px Arial, "Times New Roman", serif;
	overflow: hidden; 
}

.navigation a {
	text-decoration: none;
	margin-bottom: 25px;
	display: block; 
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.aligncenter {
float: center;
	margin: 0 auto;
}

/* Comments styles */

.commentZone {
	margin-bottom: 25px;

}

h3#respond, h3#comments, h3#trackbacks {
	font: normal normal  14px Arial black, "Times New Roman", serif;
	color: #843064;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	margin: 30px 0 0 0;
}

.commentList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.commentList .reply {
	margin-bottom: 10px;
}

.commentList li.depth-1 ul.children {
	border-bottom: none;
}

.commentList li {
	overflow: hidden;
	display: block;
	padding: 10px 0 0 0;
}

.commentList li ul.children {
	overflow: hidden;
	display: block;
	padding: 10px;
	margin: 0;
	border: 1px solid #ddd;
	background: #eee;
}

.commentList li ul.children li {
	padding: 0;
	margin: 0;
}

.commentList li ul.children ul.children {
	overflow: hidden;
	display: block;
	padding: 10px;
	margin: 0;
	background: #fff;
	border: 1px solid #ddd;
}

.commentList li.depth-1 {
	border-bottom: 1px solid #ddd;
}

.commentLeft {
	float: left;
	width: 80px;
}

.commentLeft img {
	padding: 4px;
	border: 1px solid #e5e5e5;
}

.commentAuthor {
	font: normal bold 14px Arial, "Times New Roman", serif;
}

.commentAuthor a {
	color: #843064;
}

.commentAuthor a:hover {
	color: #843064;
}

.commentRight {
	float: right;
	width: 390px;
	overflow: hidden;
}

.commentList li ul.children .commentRight {
	float: right;
	width: 368px;
	overflow: hidden;
}

.commentList li ul.children ul.children .commentRight {
	float: right;
	width: 346px;
	overflow: hidden;
}

.commentRight p {
	margin: 10px 0;
}

#author, #email, #url {
	border: 1px solid #92bdbb;
 margin-left: 10px; margin-right: 10px; 
}

#comment {
	border: 1px solid #92bdbb;
	width: 300px;
 margin-left: 10px; margin-right: 40px; 
}

#submit {
	width: 80px;
	height: 20px;
	border: none;
	background: url(img/bg-addcomment.gif) no-repeat;
	font: normal bold 12px Arial, "Times New Roman", serif;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.trackbackList {
	margin: 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #ddd;
}

.trackbackList li {
	padding: 4px 0 0 0;
	margin-left: 23px;
}


/* Footer styles */

#footer {
	border-top: 1px solid #ddd;
background: #0d0d0d;
	padding-top: 5px;
	font-size: 10px;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}

.footerMenu {
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footerMenu li {
	display: inline;
	margin-left: 15px;
}
