/*
Theme Name: BlueLine
Description: Two/Three Columns themes with a blue and white color. Widget ready with built-in plugins.
Version: 1.0
*/

body {
	font-size: 75%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	background: #fff url('images/bg.gif') repeat-x;
	color: #555555;
	margin: 10px 0;
}
a, a:link, a:active, a:visited { text-decoration: none; outline:none;}
a:hover {}
h1, h2, h3, h4, ul, ul li, form { padding: 0; margin: 0; }
small { font-size: 0.75em; }
.clear { clear: both; overflow: hidden; height: 0; }

/* Layout Style */
#page {
	width: 1024px;
	margin: 0 auto;
}
#page-left {
	float: left;
	width: 728px;  
	padding: 0 0 30px 0;
}
#page-right {
	float: right;
	width: 286px;
	padding: 0 0 30px 0;
}
#footer {
	clear: both;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
}
/* End Layout Style */

/* Header Style */
#header {
	height: 70px;
	margin: 30px 0 10px 30px;
}
#header h1 { font-size: 2em; }
#header h1 a {
	color: #000;
	font-size:40px;
	font-weight: bold;
	font-family: "Trebuchet MS";	/* text-indent: -9000px; */
}
#header h1 a img{
border:none;
}
#header h2 {
	font-size: 1.4em;
	visibility: hidden;
}
/* End Header Style */

/* Navigation Style */
#navigation {
	height: 48px;
	background: #3682b9 url('images/bg-728.gif') no-repeat;
	line-height: 30px;
	text-align: center;
	margin: 0 0 10px 0;}
#navigation a, #navigation a:visited { color: #fff; text-transform: uppercase; padding:0 5px 0 5px;}
#navigation a:hover {
	 background: url('images/navbg.gif') repeat-x;
	 padding: 8px 5px 30px 5px;}
#navigation ul { list-style: none;}
#navigation ul li { display: inline; padding: 0 5px; }
#navigation ul li.current_page_item a, #navigation ul li.current_page_item a:visited {
	font-weight: bold;}
/* End Navigation Style */



/* Content Style */
.edit-post {
	font-size: 0.6em;
}
.edit-comment a, .edit-comment a:visited, .edit-comment a:hover{
	font-size: 0.6em;
	color:#000;
}

#content {}

.post {
	margin: 0 0 30px 0;
}
.post-header {
	border-top: 0px solid;
	border-top-color:#C3C3C3;
	border-right: 0px solid;
	border-right-color:#C3C3C3;
/*	width: 500px; */
}
.date {
	float: right;
	width: 50px;
	height: 50px;
	color: #000;
	background: #ccf972 url('images/date2.gif') no-repeat;
	text-align: center;
	margin: 1px 0px 0 0;
	font-style: oblique;
}
.date .month { font-size: 0.8em; text-transform: uppercase; padding: 4px 0 0 2px; }
.date .day { font-size: 1.4em;}
.post-info {
}
.post-info .title h2 {
	font-size: 1.3em;
	padding: 2px 0 0 0;
}

/*TITULO*/
.post-info .title h2 a, .post-info .title h2 a:visited {
	color: #D90000;
	margin: 0px 0px 0 0px;
	font-size: 22px;
}
.post-info .title h2 a:hover {
	color: #D70000;
}

/*SUBTITULO*/
.post-info .category {
	width:635px;
	color: #5f707a;
	margin: 5px 0px 0 30px;
	/*padding: 3px 0 0 0;*/
	border-bottom: 1px solid #ccc;
}
.post-info .category a, .post-info .category a:visited {
	color: #000;
	font-weight: bold;
}
.post-info .category a:hover {}

.entry {
	margin: 0 0 0 40px;
	width:625px;
	border-bottom: #1F9BF8 dotted 1px; 
	text-align: justify;
	line-height: 1.6em;
}
.entry p a img{
	display: block;
	margin: auto;
}
.entry p img{
	display: block;
	margin: auto;
}
.entry a, .entry a:visited { color: #0033FF; }
.entry a:hover { color: #fff; background: #0066FF; }
.entry h2, .entry h3 { margin: 0 0 -15px 0; }
html>body .entry h2, .entry h3 { margin: 0 0 -10px 0; }
.entry h2 { font-size: 1.2em; color: #cc4545; }
.entry h3 { font-size: 1.1em; color: #e4a9a9; }
.entry img { border: 1px solid #3784bc; padding: 2px; }
.entry a:hover img { background: #d1e7ff; }
.entry .left { float: left; margin: 4px 6px 0 0; }
.entry .right { float: right; margin: 4px 0 0 6px; }
.entry ul { padding: 0; margin: 12px 0 16px 35px; }
.entry ol { padding: 0; margin: 12px 0 16px 42px; }
.entry ol { margin: 12px 0 16px 40px; }
.entry ul li, .entry ol li { padding: 0; margin: 0; }
.entry blockquote {
	width: 100%;
	background: transparent url('images/quote.gif') no-repeat left top;
	margin: auto 0;
}
.entry blockquote p {
	background: #fceded;
	padding: 5px 10px;
	margin-left: 55px;
}
.entry pre {
	width: 478px;
	font: 1.1em 'Bitstream Vera Sans Mono', 'Andale Mono', 'LucidaTypewriter', monospace;
	background: #fef7f7;
	border: 1px solid #f7baba;
	overflow: auto;
	padding: 10px;
}

.post-footer {
	height: 18px;
	color: #303030;
	backgroundj: #c6def4 url('images/fbg-570.gif') no-repeat;
	overflow: hidden;
}

.post-footer a, .post-footer a:visited { color: #000; }
.post-footer a:hover {}
.post-footer .post-tag { float: left; width: 70%; }
.post-footer .post-comment{
	margin:2px 63px 0 0;
	float: right;
	width: 30%;
	text-align: right;
	font-weight: bold;
	color: black;
}
.post-footer .post-comment a:visited{
	color: black;
}
.post-footer .post-prev { float: left; width: 45%; }
.post-footer .post-next { float: right; width: 45%; text-align: right; }

.post-footer2 {
	border-bottom:#0099FF dotted 1px;
	border-top:#0099FF dotted 1px;
	background-color:#EDF4FC;
	font-size:12px;
	color:#D70000;
	overflow: hidden;
	font-weight: bold;
}
.post-footer2 a, .post-footer a:visited { color: #D70000; }
.post-footer2 a:hover {color: #D70000;}
.post-footer2 .post-prev { float: left; width: 45%; }
.post-footer2 .post-next { float: right; width: 45%; text-align: right; }

.previously { margin: 0; }
.previously h3 {
	font-size: 1.4em;
	font-weight: bold;
	font-variant: small-caps;
	color: #cc4545;
	background: transparent url('images/previously-icon.gif') no-repeat left center;
	padding: 0 0 0 30px;
	margin: 0 0 0 8px;
}
.previously ul {
	list-style: none;
	background: transparent url('images/dotted.gif') repeat-x left top;
	padding: 1px 0 0 0;
	margin: 10px 0 0 0;
}
.previously ul li { background: transparent url('images/dotted.gif') repeat-x left bottom; }
.previously ul li.pre-odd { background: #eaf7fe url('images/dotted.gif') repeat-x left bottom; }
.previously ul li a, .previously ul li a:visited { display: inline-block; }
.previously ul li a, .previously ul li a:visited {
	display: block;
	padding: 10px 10px 10px 40px;
}
.previously ul li a:hover {
	background: #ccedff url('images/dotted.gif') repeat-x left bottom;
}
.pre-date {
	position: absolute;
	width: 30px;
	height: 30px;
	color: #cc4545;
	text-align: center;
	text-transform: uppercase;
	margin: 12px 0 0 0;
}
.pre-date .pre-month { display: block; font-size: 0.6em; }
.pre-date .pre-day { display: block; font-size: 1.2em; }
.previously ul li a strong { font-weight: normal; color: #347db1; }
.previously ul li a span { color: #555555; }
/* End Content Style */

/* Page Style */
h2.pagetitle {
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #0066ff;
	background: #edf4fc ;
	line-height: 30px;
	direction:rtl;
}
ul#sub-page-list { list-style: none; background: transparent url('images/dotted.gif') repeat-x left top; padding: 1px 0 0 0; margin: 5px 0 0 0; }
ul#sub-page-list li { text-align: center; background: transparent url('images/dotted.gif') repeat-x left bottom; }
ul#sub-page-list li a, .imp-links-list ul li a:visited { display: inline-block; }
ul#sub-page-list li a, .imp-links-list ul li a:visited { display: block; padding: 3px 10px; }
ul#sub-page-list li a:hover { color: #cc4545; background: #fceded url('images/dotted.gif') repeat-x left bottom; }
/* End Page Style */

/* Post Navigation Style */
.post-navi {
	height: 30px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 10px;
}
.post-navi a, .post-navi a:visited { color: #555555; }
.post-navi a:hover { text-decoration: underline; }
.prev { float: left; width: 45%; }
.next { float: right; width: 45%; text-align: right; }
/* End Post Navigation Style */

/* Comment Style */
#comment-template { margin: 25px 0 0 0; }
#comment-template h3#comments {
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #0066ff;
	background: #edf4fc ;
	line-height: 30px;
	padding: 0 0 0 10px;
}
.comment-metadata { line-height: 16px; height: 16px; padding: 0 10px; margin: 10px 0 15px 0; }
.comment-metadata a, .comment-metadata a:visited { color: #555555; }
.comment-metadata a:hover {}
.comment-metadata .feed, .comment-metadata .trackback, .comment-metadata .response {
	float: left;
	padding: 0 0 0 20px;
	margin: 0 10px 0 0;
}
.comment-metadata .feed { background: transparent url('images/feed-icon-small.gif') no-repeat; }
.comment-metadata .trackback { background: transparent url('images/trackback-icon.gif') no-repeat; }
.comment-metadata .response { background: transparent url('images/response-icon.gif') no-repeat; }
ul.commentlist {
	list-style-type: none;
	margin: 0 10px;
}
ul.commentlist li {
	background: #edf4fc;
	border: 1px solid #edf4fc;
	line-height: 1.4em;
	padding: 10px;
	margin: 0 0 15px 0;
}
ul.commentlist li.alt { background: #edf4fc; }
ul.commentlist li cite { font-style: normal; color: black; }
ul.commentlist li cite a, ul.commentlist li cite a:visited { color: black; text-decoration: underline; }
ul.commentlist li cite a:hover {
	color: #6492C2;
	background: #edf4fc;
	background-color: #edf4fc;
}
ul.commentlist li small { display: block; border-bottom: 1px dashed #e4a9a9; padding: 3px 0 5px 0; }
ul.commentlist li small a, ul.commentlist li small a:visited { color: #555555; }
ul.commentlist li small a:hover {}

ul.commentlist li em { display: block; font-weight: bold; text-align: center; }
ul.commentlist li p { padding: 0; margin: 10px 0 0 0; }
ul.commentlist li p a, ul.commentlist li p a:visited { color: #555555; text-decoration: underline; }
ul.commentlist li p a:hover { color: #ffffff; background: #555555; }

ul.commentlist li.mycomment { border: 2px solid #3784bc; }
ul.commentlist li.mycomment cite { font-weight: bold; color: black; }
ul.trackbacklist {
	list-style: none;
	background: transparent url('images/dotted.gif') repeat-x left top;
	padding: 1px 0 0 0;
	margin: 0 10px 15px 10px;
}
ul.trackbacklist li { background: transparent url('images/dotted.gif') repeat-x left bottom; }
ul.trackbacklist li.altt { background: #fef7f7 url('images/dotted.gif') repeat-x left bottom; }
ul.trackbacklist li a, ul.trackbacklist li a:visited { display: inline-block; }
ul.trackbacklist li a, ul.trackbacklist li a:visited { display: block; color: #555555; padding: 4px 10px; }
ul.trackbacklist li a:hover { background: #fceded url('images/dotted.gif') repeat-x left bottom; }

.respond-form {
	background: #a7cbe5 url('images/response-bottom.gif1') no-repeat left bottom;
	margin: 0;
}
.respond-form .tr {
	float: right;
	display: block;
	width: 10px;
	height: 10px;
	background: transparent url('images/response-tr1.gif') no-repeat right top;
}
h3#respond {
	width: 150px;
	height: 30px;
	font-size:12px;
	color: #ffffff;
	background: #a7cbe5 url('images/response1.gif') no-repeat left top;
	line-height: 30px;
	text-align: center;
}
.respond-form form { padding: 10px; }
.respond-form p { margin: 3px 0 2px 0; }
.respond-form a, .respond-form a:visited { color: #555555; }
.respond-form a:hover { text-decoration: underline; }
.respond-form input#author, .respond-form input#email, .respond-form input#url, .respond-form input#mcspvalue {
	width: 180px;
	font-size: 1.1em;
	color: #555555;
	background: #fbfdff;
	border: 1px solid #3784bc;
}
.respond-form textarea#comment {
	width: 500px;
	font: 1em Arial, Tahoma, Sans-Serif;
	color: #555555;
	background: #fbfdff;
	border: 1px solid #3784bc;
}
.respond-form input#submit {
	width: 160px;
	font-weight: bold;
	color: #555555;
	background: #fbfdff;
	border: 1px solid #3784bc;
}
p.comment-pass, p.comment-close, p.must-reg { padding: 10px; }
/* End Comment Style */

/* Side Header Style */
#side-header { height: 50px; margin: 50px 0 10px 0; }
.search {
	float: left;
	width: 200px;
	height: 30px;
	background: transparent url('images/search-bg.gif') no-repeat;
}

.style {
	float: right;
	width: 100px;
	text-align: center;
	padding: 5px 0 0 0;
}

.search input#s {
	width: 185px;
	font-size: 1.1em;
	color: #999999;
	background: transparent url('images/search.gif') no-repeat left center;
	border-width: 0px;
	letter-spacing: 1px;
	margin: 5px 0 0 7px;
}
.style a, .style a:visited { margin: 0 3px; }
.style a img, .style a:visited img { border-style: none; }
/* End Side Header Style */

/* Sidebar Style */
#sidebar {
	line-height: 1.7em;
	margin: -25px 0 0 0;
}
#sidebar h3 {
	height: 48px;
	font-size: 1.3em;
	font-weight: normal;
	font-variant: small-caps;
	color: #ffffff;
	line-height: 30px;
	padding: 0 0 0 10px;
}
#sidebar ul { list-style: none; margin: 0px 0px 0 10px; }
#sidebar ul li {}
#sidebar ul li a{padding: 0px;}
#sidebar a, #sidebar a:visited { color: #555555; }
#sidebar a:hover { color: #aa0000; }
/*#sidebar .textwidget { margin: 10px 10px 0 10px; }*/
.side-left { float: left; width: 140px;}
.side-right { float: right; width: 140px; }
.side-left h3, .side-right h3 {
	background: #3682b9 url('images/bg-140.gif') no-repeat;
	margin: 25px 0 0 0;
}
.side-bottom {}
.side-bottom h3 { background: #3682b9 url('images/bg-286.gif') no-repeat; margin: 25px 0 0 0; }
/* End Sidebar Style */

/* Footer Style */
#footer {
	width:1004px;
	font-size: 0.9em;
	color: #ffffff;
	background: #3682b9 url('images/footer-bg-1024.gif') no-repeat;
	padding: 0 10px;
	clear: both;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
}
#footer a, #fr a:visited { color: #ffffff;}
#footer a:hover {color: #ffffff}
/* End Footer Style */

/* Pagebar */
.pagebar {
	text-align: center; font: 11px/15px Arial, Helvetica; color: #aaa; margin-top: 8px;
	font-size: 12px; padding: 5px; text-align: center; border-top: #0099FF dotted 1px; border-bottom: #0099FF dotted 1px; background-color:#edf4fc;}
.pagebar a, .pageList .this-page {
	padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none;}
.pagebar a:link, .pagebar a:active, .pagebar a:visited {  
	padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; color:#0066ff;}
.pagebar .break {
	padding: 2px 6px; border: none; background: #fff; text-decoration: none;}
.pagebar .this-page {
	padding: 2px 6px; border: solid 1px #ddd; font-weight: bold; font-size: 13px; vertical-align: top; background: #fff; color: #d70000;}
.pagebar a:hover {
	color: #fff; background: #0066ff; border-color: #036; text-decoration: none;}
/* End pagebar */

/* Post relacionados */
.postRelacionados {
        font-size: 16px;
        color: #D70000;
        margin: 20px 0 0 0;}
.postRelacionados a, a:hover { color: #0066FF; }
.postRelacionados ul { color: #0066FF; font-size: 12px; margin: 10px 0 12px 10px; font-family: Sans-Serif;}
/* Fin Post relacionados */

/* Feed */
.feed2 {
	float:right;
	margin: 10px 0 0 0; }
.feed2 a img, .feed a:visited img { 
	border-style: none; }
/* Fin Feed */

/* Link Footer */
.linkfooter {
	margin:5px 0 0 0;
	font-size:7px;
	color:#0066ff;}
.linkfooter a, .linkfooter a:visited { 
	color:#0066ff; }
/* Fin Link Footer */

/* WidgetBucks */
.widget728{
	margin:0 0 15px 0}
.wb {
	clear: both;
	padding: 0 0 25px 0;}
/* Fin WidgetBucks */

/* ShoppingAds */
/* Fin ShoppingAds */