/*
    Theme Name: Divina Lola
    Theme URI: http://www.divinalola.com
    Description: Divina Lola is a wordpress theme by <a href="http://www.uchinastudio.com">Maldito Wen</a>
    Version: 3.2
    Author: Maldito Wen
    Author URI: http://www.uchinastudio.com/
*/


body {
	background:#e9e4e0;
	margin:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#outer-inicio-header {
	background:url(images/inicio-outer-back.jpg) no-repeat top center;
        width: 100%;
        position: relative;
}
#outer-prologo-header {
	background:url(images/prologo-outer-back.jpg) no-repeat top center;
        width: 100%;
        position: relative;
}
#outer-capitulos-header {
	background:url(images/capitulos-outer-back.jpg) no-repeat top center;
        width: 100%;
        position: relative;
}
#outer-galeria-header {
	background:url(images/galeria-outer-back.jpg) no-repeat top center;
        width: 100%;
        position: relative;
}
#outer-libros-header {
	background:url(images/libros-outer-back.jpg) no-repeat top center;
        width: 100%;
        position: relative;
}
#outer-contacto-header {
	background:url(images/contacto-outer-back.jpg) no-repeat top center;
        width: 100%;
        position: relative;
}
#container {
	width:960px;
	margin:0 auto;
	position:relative;
	height:293px;
}


#rss .icono-wen a {
	width:105px;
	height:156px;
	position:absolute;
        top:0px;
	left:559px;
	font-size:11px;
	text-indent:-400px;
	z-index:30;
	overflow:hidden;
	background:url(images/rss-composit.jpg) no-repeat 0 0;
}
#rss .icono-wen a:hover {
	background:url(images/rss-composit.jpg) no-repeat 0 -156px;
}

/* menu */

.logo {
        outline: none;
        display:block;
        position:absolute;
        text-indent:-9999px;
}


#menu-holder {
	position:absolute;
	top:130px;
	left:69px;
	width:869px;
	overflow:hidden;
}
#menu {
	width:869px;
	height:61px;
	margin:0;
	padding:0;
	position:relative;
}
#menu li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
#menu li, #menu a {
	height:61px;
	display:block;
}
#inicio {
	text-indent:-300em;
	overflow:hidden;
	left:0px;
	width:353px;
}

#inicio a:hover {
	background:transparent url(images/menu.jpg) 0px 0px no-repeat;
}

#prologo {
	text-indent:-300em;
	overflow:hidden;
	left:353px;
	width:104px;
}
#prologo a:hover {
	background:transparent url(images/menu.jpg) -353px 0px no-repeat;
}

#capitulos {
	text-indent:-300em;
	overflow:hidden;
	left:458px;
	width:111px;
}
#capitulos a:hover {
	background:transparent url(images/menu.jpg) -458px 0px no-repeat;
}


#galeria {
	text-indent:-300em;
	overflow:hidden;
	left:568px;
	width:100px;
}
#galeria a:hover {
	background:transparent url(images/menu.jpg) -568px 0px no-repeat;
}

#libros {
	text-indent:-300em;
	overflow:hidden;
	left:668px;
	width:88px;
}
#libros a:hover {
	background:transparent url(images/menu.jpg) -668px 0px no-repeat;
}

#contacto {
	text-indent:-300em;
	overflow:hidden;
	left:756px;
	width:112px;
}
#contacto a:hover {
	background:transparent url(images/menu.jpg) -756px 0px no-repeat;
}

/* blog title */

#title {
	position:absolute;
	top:144px;
	left:96px;
	color:#fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:370px;
	overflow:hidden;
}
#title h2 {
	color:#fff;
	font-size:20px;
	margin:0 0 2px;
}
#title a {
	color:#fff;
	text-decoration:none;
}
#title a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #e7d8cf;
}




/* content */

#content {
	background:url(images/notepad-back.gif) repeat-y;
	width:964px;
	margin:0 auto;
        min-height:750px; /* Altura fija para el template */
        height:auto !important; /* IE6 Hack */
        height:750px; /* IE6 Hack */
}
#content blockquote {
	padding:0 0 0 30px;
	background:url(images/blockquote.gif) no-repeat 0 50%;
}
#content .col01 {
	float:left;
	width:650px;
	font-size:12px;
	line-height:18px;
        margin-left: 60px;
}
#content .col01 h3 {
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, serif;
	margin:0;
}
#content .cat-title {
	font-size:22px;
	line-height:28px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, serif;
	color:#000000;
	margin:0 0 20px;
	padding:0 0 10px;
	background:url(images/line.gif) repeat-x bottom;
}
#content .col01 h4 {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, serif;
	margin:0;
	padding:20px 0 16px;
	background:url(images/line.gif) repeat-x bottom;
}
#content .col01 h3 a {
	color:#860909;
	text-decoration:none;
}
#content .col01 h3 a:hover {
	background-color:#f4f0db;
}
#content .col01 .post {
	padding-bottom:30px;
}
#content .col01 .thumbnail {
	float:left;
	margin:10px 10px 10px 10px;
}
#content .col01 .meta {
	font-size:11px;
	text-align:right;
	background:url(images/line.gif) repeat-x;
	padding-top:8px;
}
#content .col01 .post-inner {
	position:relative;
        overflow:hidden;
}

#content .col01 .post-inner a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;
	background:#f4f0db;
}
#content .col01 .post-inner a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}
#content .col01 .meta a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #868585;
}
#content .col01 .meta a:hover {
	color:#000;
	text-decoration:none;
	border-style:none;
}
#content .col01 .lpbcArchive {
	color:#000;
	text-decoration:none !important;
        line-height: 24px;
	
}
#content .col01 .lpbcArchive a {
	color:#000;
	text-decoration:none !important;
	
}
#content .col01 .lpbcArchive a:hover {
	color:#000;
	text-decoration:none !important;
	border-style:none;
        background:#fffbc1;
}
.side-columns {
	float:right;
	width:210px;
	font-size:12px;
	line-height:18px;
}
/* column 3 */

#content .col03 {
	float:right;
	width:210px;
	font-size:11px;
	line-height:16px;
	padding:0 15px 0 10px;
}
#content .col03 .recent-posts {
	width:212px;
	background:url(images/postitback.gif) repeat-y;
}
#content .col03 .recent-posts ul {
	padding:0;
	margin:0;
}
#content .col03 .recent-posts ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	padding:0;
	margin:0;
}
#content .col03 .recent-posts ul li .listMeta {
	font-size:10px;
        text-decoration: none;
}
#content .col03 .recent-posts ul li a {
	color:#21565E;
	border-top:1px solid #ffffbe;
	display:block;
	width:170px;
	margin:0 auto;
	padding:4px 0 4px 25px;
	background:url(images/bullet-postit.gif) no-repeat 5px 8px;
        text-decoration:none;
}
#content .col03 .recent-posts ul li a:hover {
	text-decoration:none;
	color:#000;
	background:url(images/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;
}
#content .col03 .postit-bottom {
	width:188px;
	height:62px;
	background:url(images/postit-bottom.gif) no-repeat;
	padding:12px 12px 0;
	font-size:11px;
	text-align:right;
}
#content .col03 .postit-bottom a {
	color:#21565E;
        
}
#content .col03 .postit-bottom a:hover {
	color:#21565E;
	text-decoration:none;
}
#content .col03 .about-box {
	
	padding:30px 10px 20px;
	font-family: Times New Roman, Times, Georgia, serif;
	font-size:12px;
	line-height:18px;
}
#content .col03 .links {
	background:url(images/txt-friends-links.gif) no-repeat 50% 8px;
	padding:30px 10px 20px;
}
#content .col03 .links ul {
	margin:0;
	padding:0;
}
#content .col03 .links ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	background:url(images/line-inner.gif) no-repeat bottom;
}
#content .col03 .links ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:186px;
	padding:3px 0;
}
#content .col03 .links ul li a:hover {
	text-decoration:none;
	color:#000;
}

#content .col03 .side-meta {
	background:url(images/txt-misc-debris.gif) no-repeat top right;
	padding:10px 20px 20px;
}
#content .col03 .side-meta ul {
	margin:0;
	padding:0;
}
#content .col03 .side-meta ul li {
	font-size:10px;
	line-height:14px;
	list-style:none;
}
#content .col03 .side-meta ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:186px;
	padding:3px 0;
}
#content .col03 .side-meta ul li a:hover {
	text-decoration:none;
	color:#000;
}
#content .col03 .purikura {
	background:url(images/purikura.jpg) no-repeat;
	display:block;
        height:600px;
        margin:-50px 0 0 10px;
}

#content .col03 .gatito {
	background:url(images/neko.png)
 no-repeat;
	display:block;
        height:305px;

        margin:-50px 0 0 0px;
}

#content .col03 .libros {
	background:url(images/lectura-voraz.jpg)no-repeat;
	display:block;
        height:250px;
        margin:-50px 0 0 0px;
}


#content .col03 .poesia {
	background:url(images/poesia.png) no-repeat 0 100%;
	height:1040px;
}
/* dynamic sidebar */
#content .widget {
	display:block;
	padding:10px 20px;
	background:url(images/dynamic-back.jpg) repeat-y;
	border:1px solid #d4d4d4;
}
/* image handling */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 7px;
	margin: 0 0 2px 12px;
	display: inline;
}
img.alignleft {
	padding: 7px;
	margin: 0 12px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* footer */
#footer-holder {
	width:100%;
	margin:0 auto;
	position:relative;
	background:url(images/footer.jpg) no-repeat bottom center;
	min-height:475px;
}
#footer-holder .footer {
	float:right;
	width:961px;
	font-size:11px;
	padding:85px 0 0 555px;
	line-height:25px;
	color:#000;
	height:60px;
	overflow:hidden;
}
#footer-holder .footer a {
	color:#000;
}
#footer-holder .footer a:hover {
	color:#000;
	text-decoration:none;
}

/* next previous */

.previous a {
	float:left;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/link-older.gif) no-repeat 0 0;
	overflow:hidden;
}
.previous a:hover {
	background:url(images/link-older.gif) no-repeat 0 -33px;
}
.next a {
	float:right;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/link-newer.gif) no-repeat 0 0;
	overflow:hidden;
}
.next a:hover {
	background:url(images/link-newer.gif) no-repeat 0 -33px;
}


/* comment styles */

.comments, .name, .email, .website, .txt-email-sub, .txt-website-example {
	display:block;
	text-indent:-800px;
	font-size:10px;
	overflow:hidden;
	margin:0;
	padding:0;
}
.comments {
	height:27px;
	background:url(images/txt-your-comment.gif) no-repeat;
}
.avatar {
	float:left;
	clear:left;
}
.comment-txt {
	width:350px;
	float:left;
	clear:right;
        margin-left:15px;
}
.name, .email, .website {
	width:80px;
	float:left;
	margin-right:12px;
	clear:left;
}
.name {
	height:30px;
	background:url(images/txt-name.gif) no-repeat top right;
}
.email {
	height:30px;
	background:url(images/txt-email.gif) no-repeat top right;
}
.website {
	height:30px;
	background:url(images/txt-website.gif) no-repeat top right;
}
.txt-email-sub {
	height:20px;
	background:url(images/txt-email-sub.gif) no-repeat 90px 0;
	clear:both;
}
.txt-website-example {
	height:20px;
	background:url(images/txt-site-example.gif) no-repeat 90px 0;
	clear:both;
}
#commentform {
	padding:0;
	margin:0;
}
#commentform .comment-field {
	border:1px solid #939393;
	width:290px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
	float:left;
}
#commentform .comment-box {
	border:1px solid #939393;
	width:380px;
	margin:0 0 10px;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
}
#commentform .btnComment {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(images/btn-back.gif) transparent;
	float:left;
	clear:left;
}


/* comment list */

.commentlist {
	margin:20px 0;
	padding:0;
}
.commentlist li {
	padding:12px 0;
	background:url(images/line-inner.gif) no-repeat bottom;
	font-size:12px;
	line-height:20px;
	list-style:none;
}
.commentlist li a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;
	background:#f4f0db;
}
.commentlist li a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}
.commentdate {
	display:block;
	padding:0 0 6px;
	font-size:10px;
}
.commentlist li cite {
	font-weight:bold;
	font-style:normal;
}