/*  
Theme Name: Simple Balance 2.0
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: #fff url(img/background.png) repeat-x;
	margin: 0 auto;
	text-align: center;
	font: normal normal 12px Tahoma, Arial, Verdana, sans-serif;
	color: #444;
}

#wrap {
	margin: 0 auto;
	width: 970px;
	text-align: left;
}

a {
	color: #0b4b94;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
}

a img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

small {
	font-size: 9px;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* Header styles */
#header {
	width: 970px;
	overflow: hidden;
	margin-bottom: 35px;
}

.topLogo {
	width: 200px;
	float: left;
	margin-right: 20px;
	padding-top: 25px;
}

.topLogo h1, .topLogo h2 {
	font: normal normal 25px Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	color: #ff6600;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.topLogo h1 a, .topLogo h2 a {
	text-decoration: none;
	color: #ff6600;
}

.topLogo h1 a:hover, .topLogo h2 a:hover {
	color: #0b4b94;
}

.topLogo .blogDescription {
	font: normal normal 16px Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	color: #0b4b94;
}

.topMenu {
	width: 470px;
	float: left;
	margin-right: 4px;
	font: normal normal 12px Georgia, "Times New Roman", serif;
}

.topMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.topMenu ul li {
	margin: 0 6px 0 0;
	padding: 20px 0 0 0;
	float: left;
	border-top: 5px solid #b1b1b1;
}

.topMenu ul li.current_page_item {
	border-top: 5px solid #ff6600;
}

.topMenu ul li a {
	color: #0b4b94;
	padding-top: 20px;
	text-decoration: none;
}

.topMenu ul li a:hover {
	color: #ff6600;
}

.topSearch {
	width: 260px;
	float: right;
	padding-top: 23px;
}

.s {
	border: 1px solid #ff6500;
	width: 200px;
	float: left;
	height: 18px;
}

.searchSubmit {
	padding: 0;
	background: none;
	border: none;
	font: normal bold 12px Georgia, "Times New Roman", serif;
	cursor: pointer;
	float: right;
	line-height: 20px;
}

/* Page structure styles */

#page {
	width: 970px;
	overflow: hidden;
}

#sidebarg {
	width: 260px;
	float: left;
	margin-right: 20px;
}

#sidebarp {
	float: right;
	width: 200px;
}

#content {
	float: left;
	width: 470px;
	margin-right: 20px;
}

/* Sidebars styles */

#sidebarp .leftPic{
	padding-top: 100px;
	background: url(img/logoDecimo.gif) no-repeat;
	/*height:40px;*/
}

#sidebarp .leftPicCustomWrap {
	width: 200px;
	overflow: hidden;
}

#sidebarp .leftPicCustom {
	margin: 0;
	border: 0;
	background: none;
}

#sidebarp h2, #sidebarg h2 {
	font: normal normal 17px Georgia, "Times New Roman", serif;
	color: #ff6600;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ff6600;
}

#sidebarp ul, #sidebarg ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebarp ul ul ul, #sidebarg ul ul ul {
	margin: 4px 0 0 10px;
	padding: 0;
	list-style: none;
}

#sidebarp ul li, #sidebarg ul li {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

#sidebarp li li, #sidebarg li li {
	margin: 0;
	padding: 4px 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
}

#sidebarp li li li, #sidebarg li li li {
	margin: 0;
	padding: 4px 0;
	list-style: none;
	border: none;
}

#sidebarp ul ul ul a, #sidebarg ul ul ul a {
	font-size: 11px;
}

#sidebarp li.rssFeed {
	background: url(img/bg-rss.gif) no-repeat;
	width: 200px;
	height: 50px;
	font: normal bold 12px Georgia, "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 #ff6500;
	width: 126px;
}

.rssSubmit {
	width: 66px;
	padding: 0;
	background: none;
	border: none;
	font: normal bold 12px Georgia, "Times New Roman", serif;
	cursor: pointer;
	color: #0b4b94;
}

.rssForm small {
	padding: 2px;
	background: #d1d1d1;
	display: block;
}

#sidebarg .ads125 {
	padding: 10px 0 0 0;
	width: 260px;
	overflow: hidden;
}

.leftBanner {
	float: left;
	margin-bottom: 10px;
}
.rightBanner {
	float: right;
	margin-bottom: 10px;
}

.advertiseHere {
	clear: both;
	display: block;
	text-align: center;
	font: normal bold 12px Georgia, "Times New Roman", serif;
	margin-bottom: 10px;
}

#wp-calendar {
	width: 100%;
	padding: 0;
	border: none;
	margin: 0;
}

#wp-calendar caption {
	padding: 4px;
	font: normal bold 12px Georgia, "Times New Roman", serif;
	color: #0b4b94;
}

#wp-calendar th {
	padding: 4px;
	text-align: center;
	background: #d1d1d1;
}

#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: #0b4b94;
}

#wp-calendar a:hover {
	color: #f60;
}

#wp-calendar .diaactivo {
	color: #f60;
	font-weight: bold;
}


/* Content styles */

.topAd {
	margin-bottom: 25px;
}

.archiveTitle {
	font: normal normal 14px Georgia, "Times New Roman", serif;
	color: #666;
	font-variant: small-caps;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
}

/*.post {
	margin-bottom: 25px;
}
*/
.post a {
	text-decoration: underline;
}

.contentTitle h1 {
	font: normal normal 60px Georgia, "Times New Roman", serif;
	color: #dddddd;
	padding: 0;
	margin: 0 0;
}

.postDate h1 {
	font: normal normal 42px Georgia, "Times New Roman", serif;
	color: #dddddd;
	padding: 0;
	margin: 0 0 -15px 0;
}

.postTitle h1 {
	font: normal normal 26px Georgia, "Times New Roman", serif;
	color: #ff6600;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px 0;
}

.postTitle h1 a {
	font: normal normal 26px Georgia, "Times New Roman", serif;
	color: #ff6600;
	text-decoration: none;
}

.postTitle h1 a:hover {
	font: normal normal 26px Georgia, "Times New Roman", serif;
	color: #0b4b94;
}


.postTitle h2 {
	font: normal normal 22px Georgia, "Times New Roman", serif;
	color: #ff6600;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px 0;
}

.postTitle h2 a {
	font: normal normal 22px Georgia, "Times New Roman", serif;
	color: #ff6600;
	text-decoration: none;
}

.postTitle h2 a:hover {
	font: normal normal 22px Georgia, "Times New Roman", serif;
	color: #0b4b94;
}


.postInfo {
	font-size: 11px;
}

.postContent {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 17px;
	width: 470px;
	overflow: hidden;
}

.postContent h1 {
	font: normal normal 22px Georgia, "Times New Roman", serif;
	color: #0b4b94;
}

.postContent h2 {
	font: normal bold 14px Georgia, "Times New Roman", serif;
	color: #0b4b94;
}

.postContent h3 {
	font: normal normal 16px Georgia, "Times New Roman", serif;
	color: #0b4b94;
}

.postContent h4 {
	font: normal bold 14px Georgia, "Times New Roman", serif;
	color: #666;
	font-variant: small-caps;
	text-transform: capitalize;
}

.postTitleList h1 a {
	font: normal normal 18px Georgia, "Times New Roman", serif;
	color: #ff6600;
	text-decoration: none;
}

.postTitleList h1 a:hover {
	font: normal normal 18px Georgia, "Times New Roman", serif;
	color: #0b4b94;
}

.postList {
	margin-top: -20px;
	margin-bottom: 10px;
	width: 470px;
	overflow: hidden;
}

.postList h1 {
	font: normal normal 22px Georgia, "Times New Roman", serif;
	color: #0b4b94;
}

.postList h2 {
	font: normal normal 20px Georgia, "Times New Roman", serif;
	color: #0b4b94;
}

.postList h3 {
	font: normal normal 16px Georgia, "Times New Roman", serif;
	color: #0b4b94;
}

.postList h4 {
	font: normal bold 14px Georgia, "Times New Roman", serif;
	color: #666;
	font-variant: small-caps;
	text-transform: capitalize;
}


.postContent blockquote {
	margin: 0;
	padding: 20px 20px 20px 40px;
	background: #f3f3f3 url(img/bg-blockquote.gif) no-repeat;
	font: normal normal 12px Georgia, "Times New Roman", serif;
}

.postContent p, .post p, .postList p {
	font-family: Georgia, "Times New Roman", serif;

}


.postContent p img {
	margin-bottom:3px;
float: left; margin-right: 10px;
border: 1px solid #000;
}

.nofloat {
float: none;
}

.postContent p img a {
border: 1px solid #000;
}

.postExtras {
	border-top: 1px solid #ddd;
	padding: 5px 0;
	font-size: 11px;
}

.postMeta {
	border-top: 1px solid #ddd;
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
	margin-bottom: 25px;
}

.postMeta a {
	color: #ff6600;
	text-decoration: none;
}

.postMeta a:hover {
	color: #0b4b94;
}

.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: 470px;
	font: normal normal 14px Georgia, "Times New Roman", serif;
	overflow: hidden;
}

.navigation a {
	text-decoration: none;
	margin-bottom: 25px;
	display: block;
}

/* Comments styles */

.commentZone {
	margin-bottom: 25px;
}

h3#respond, h3#comments, h3#trackbacks {
	font: normal normal 18px Georgia, "Times New Roman", serif;
	color: #ff6600;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	margin: 30px 0 0 0;
}

.commentList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.commentList li {
	width: 470px;
	overflow: hidden;
	display: block;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ddd;
}

.commentLeft {
	float: left;
	width: 80px;
}

.commentLeft img {
	padding: 4px;
	border: 1px solid #e5e5e5;
}

.commentAuthor {
	font: normal bold 14px Georgia, "Times New Roman", serif;
}

.commentAuthor a {
	color: #ff6600;
}

.commentAuthor a:hover {
	color: #0b4b94;
}

.commentRight {
	float: right;
	width: 390px;
	overflow: hidden;
}

.commentRight p {
	margin: 10px 0;
}

#author, #email, #url {
	border: 1px solid #ff6500;
}

#comment {
	border: 1px solid #ff6500;
	width: 400px;
}

#submit {
	width: 80px;
	height: 20px;
	border: none;
	background: url(img/bg-addcomment.gif) no-repeat;
	font: normal bold 12px Georgia, "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;
	padding-top: 5px;
	font-size: 10px;
	margin-bottom: 20px;
	width: 970px;
	overflow: hidden;
}

.footerMenu {
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footerMenu li {
	display: inline;
	margin-left: 15px;
}

/* multibox */

div.multiBoxDesc {display: none;}



#fotosdeldia a.mb {display:block; width:77px; height:50px; overflow:hidden;
	margin:5px 0 0 5px; border:1px solid; float:left;}


/* Barra de menus superior para minisites */
#menu-especiales {margin-bottom:1%;}
#menu-especiales ul {width:100%;margin:0;padding:0;overflow:hidden;list-style:none;background:#0b4b94 url(/decimoaniversario/files/img/bkmenuminisite.gif) left bottom repeat-x;}

#menu-especiales ul li {margin:0;padding:0;float:left;border-right:1px solid #fff;}
#menu-especiales ul li.ultimo {border-right:none;}
#menu-especiales ul li a {padding:0.31em 0.53em;display:block;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:0.9em;color:#fff;}
#menu-especiales ul li.activo a {background:#fff;color:#000;}
#menu-especiales ul li a:hover {background:#05A;}
#menu-especiales ul li.portada {background:#e4e4e4;}
#menu-especiales ul li.portada a {padding:0.15em 0.15em;}
#menu-especiales ul li.portada a:hover {background:#ccc;}


img.pdf {border: 1px solid #000;
margin-top:10px;}

