/**********************************************************************************/
body {
	background-color: #cbcbcb;
	font-size: 14px;
	color: #353434;
	margin:0px;
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		
	
}
/********************************************************************************/

img {border: 0 !important;}

#header {
width:100%;
height:103px;
background: #fff url(images/top2.jpg) right no-repeat;
min-width:790px;
}

#top1 {float:left;}

#banner { width:729px; height:90px; position:absolute; top:5px; left:340px; vertical-align:middle; }


/********************************************************************************/
#nav { width:100%;  height:22px; background:#098cb8; margin-bottom:2px; padding-top:7px;}
#navitem a, navitem a:visited { color:white; text-decoration:none; font-size:12px; font-weight:bold; margin: 0 5px 0 0; float:left; padding-left:18px;}
#navitem a:hover {color:#fff1a2;}
#rightnav a, rightnav a:visited { color:white; text-decoration:none; font-size:12px; font-weight:bold; margin: 0 5px 0 0; padding-right:18px;}
#rightnav a:hover {color:#fff1a2;}
/********************************************************************************/



h1 {
	margin:0px;
	padding:0px;
}

h2 {
	margin-bottom:0px;
	color: #353434;
	font-size:2.2em;
	}

blockquote {
	border-color:#C5C4BC;
	background-color:#F8F7EF;
	border-width:1px 1px 1px 8px;
	border-style:dotted dotted dotted solid;
	padding:0em 1em;
	padding-right: 30px;
	border-left: 4px solid #454C67;
}

pre {
	overflow:auto;
	width:80%;
	font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'LucidaTypewriter', monospace;
	background: #e7e6de;
	border: solid 1px #aaa;
	padding: 0px 10px 15px 10px;
}

.comment-text pre {
	margin:0px 30px 15px 30px;
}

pre code, pre pre {
	border: 0;
}

code {
	font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'LucidaTypewriter', monospace;
	font-size: 12px;
	background: #e7e6de;
	border: solid 1px #aaa;
}

a:link {
	color: #1e81a4;
}

a:visited {
	color: #1e81a4;
}

a:hover {
	text-decoration:none;
	color:#05bbfc;
}

/***************************************************************************/
/* This is the container for the whole page */
/***************************************************************************/

.page {
width:100%;
	max-width:none;
	

	
	/* IE Hack - End */
	position:relative;
	padding:0px;
	margin:0 auto;
	text-align:left;
	min-width:790px;
}

/***************************************************************************/
/* Header */
/***************************************************************************/

.header {
	border-color:#AAAAAA;
	background-color:#F8F7EF;
	height:124px;
	background-image:url("images/header-bg.jpg");
background-repeat:repeat-x;
background-position:center;
	border-style:solid;
	margin-bottom:5px;
	border-width: 1px;
	padding-left:10px;
}

.blog-name:link, .blog-name:visited, .blog-name:hover {
	color: navy;
	/*font-family:Verdana, Arial, Helvetica, sans-serif; */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:34pt;
	font-weight:bold;
	text-decoration:none;
	background-color:transparent;
}

.blog-description {
	color:#3A3B43;
	/*font-family:Verdana, Arial, Helvetica, sans-serif; */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:12pt;
	font-weight:normal;
	margin:0px;
	padding-left:5px;
}

/***************************************************************************/
/* Menu Bar */
/***************************************************************************/

.menu-bar {
	text-align:center;
	padding:5px;
	margin:0;
	border:1px solid #aaaaaa;
	white-space:nowrap;
	text-decoration:none;
	margin-bottom:5px;
	font-size:9pt;
	background-color:#ffffff;
}

.menu-bar ul {
	padding:4px 0px;
	margin:0;
}

.menu-bar li {
	padding:4px 0px;
	display:inline;
}

.menu-bar li a {
	border:1px solid #aaaaaa;
	padding:4px 4px;
	background-color:#F5F5F5;
	text-decoration:none;
}

.menu-bar li a:hover {
	padding:4px;
	background-color:#99CCFF;
	color:#000066;
	text-decoration:none;
}

/***************************************************************************/
/* Post */
/***************************************************************************/

.post-title:link, .post-title:visited, .post-title:hover {
	color:#353434;
	font-size:1.1em;
	margin:0px;
	margin-bottom:2px;
}

.post-content, .comment-content {
	font-size:1.1em;
	color:#333333;
	text-align:justify;
padding-right:15px;

	
}



.post-content img:hover {
	border: 3px solid #00bfff;
	cursor:pointer;
}

.post-time, .post-author {
	font-size:8pt;
	color:#003366;
	background-color: #FFFFFF;
}

.post-author {
	margin-bottom:3em;
}

.post-metadata {
	font-size:10pt;
	color:#003366;
	background-color: #FFFFFF;
	padding-left:3em;
}

/***************************************************************************/
/* Sidebars */
/***************************************************************************/

.current_page_item {
	color: black;
	font-weight: bold;
}

.current_page_item * {
	font-weight: normal;
}

.page_images {
	color: red;
}

.page_images a:link {
	color: red;
}

.page_images a:visited {
	color: red;
}

.page_images a:hover {
	color: green;
}


.left-sidebar, .right-sidebar {
	top:0px;
	font-size:10pt;
	position:absolute;
	text-align: left;
	border-top:solid 1px #a1a7a9;
	border-bottom:solid 3px #a1a7a9;
	border-left:solid 1px #a1a7a9;
	border-right:solid 3px #a1a7a9;
	background-color:#FFFFFF;
	font-size: 0.9em;
	padding-bottom:5px;
	
}

.left-sidebar {
	width:229px;
	left:2px;
	padding-left:0px;
}

.right-sidebar {
	width:177px;
	right:2px;
	padding-left:10px;
}

/***************************************************************************/
/* WordPress Sidebar Widgets */
/***************************************************************************/

/* Left and right sidebars */
ul.left-sidebar, ul.right-sidebar {
	padding:0px;
	margin:0px;
}

/* Left widget title */
ul.left-sidebar li h2 {
	background-image:url("images/left-right-widget-title.png");
background-repeat:repeat-x;
	background-image:url("images/left-right-widget-title.png");
background-repeat:repeat-x;
	border-color:#293F5E;
	color:#FFFFFF;

}

/* Right widget title */
ul.right-sidebar li h2 {
	background-image:url("images/left-right-widget-title.png");
background-repeat:repeat-x;
	background-image:url("images/left-right-widget-title.png");
background-repeat:repeat-x;
	border-color:#293F5E;
	color:#FFFFFF;

}

/* Left and right widget title */
.widgettitle, ul.left-sidebar li h2, ul.right-sidebar li h2 {
	border-width:0px 0px 1px 0px;
	border-style:solid;
	font-size:9pt;
	font-weight: bold;
	padding:5px;
	margin:-10px -5px 5px;
}

/* Left widget */
.left-wp-widget {

	width:214px;
}

/* Right widget */
.right-wp-widget {

	width:160px;
}

/* Left and right widget */
.left-wp-widget, .right-wp-widget {
	padding:10px 5px;
	margin-bottom:5px;
	list-style-type:none;
}

/* Style of the block containing the widget contents */
.left-wp-widget ul, .right-wp-widget ul {
	list-style-type:none;
	padding-left:7px;
	margin-top:0px;
	margin-left:0px;
}

/* Style of each items in the widget contents */
.left-wp-widget li, .right-wp-widget li {
	margin-top:5px;
}

/* In case the widget content contains a form eg. the Search box */
.left-wp-widget form, .right-wp-widget form {
	margin:0px;
}

/* Correct the style if the widget title is a link */
h2.widgettitle a:link {
	color:#FFFFFF;
	text-decoration:none;
}

/* Correct the style if the widget title is a link */
h2.widgettitle a:visited {
	color:#FFFFFF;
}


/* Adds background image to the left widget title */
.left-widget-title {

}

/* Adds background image to the right widget title */
.right-widget-title {

}

/* Adds background image to the center widget title */
.center-widget-title {
	background-image:url("images/center-widget-title.png");
background-repeat:repeat-x;
}


.left-widget-title {
    height:23px; 
	background: #a1a7a9 url(images/icon_title.png) 10px no-repeat; 
	padding-top:6px; 
	margin-bottom:5px;	
	color: #fefefe;
	font-size: 13px;
	padding-left:32px; 
	font-weight:bold; 
	margin-left:0px; 
	padding-right:0px;
}

.left-widget {
	
	color:blue;
	padding:5px;
	margin-bottom:5px;
}

.right-widget-title {
    height:23px; 
	background: #a1a7a9 url(images/icon_title.png) 10px no-repeat; 
	padding-top:6px; 
	margin-bottom:5px;	
	color: #fefefe;
	font-size: 13px;
	padding-left:32px; 
	font-weight:bold; 
	margin-left:-10px; 
	padding-right:0px;
}

.right-widget {
	width:160px;
	color:#000000;
	background-color:#FFFFFF;
	padding:5px;
	margin-bottom:5px;
}

.center-widget-title {
    height:23px; 
        background: #a1a7a9 url(images/icon_title.png) 10px no-repeat; 
        padding-top:6px; 
        color: #fefefe;
        font-size:1.1em;
        padding-left:32px; 
        font-weight:bold; 
        margin-left:239px;
        margin-right:197px;
        padding-right:0px;
        min-width:339px;
        
}

.center-widget {
        margin-left:239px;
        margin-right:197px;
        /**/
        text-align: left;
        border-top:solid 1px #a1a7a9;
        border-bottom:solid 3px #a1a7a9;
        border-left:solid 1px #a1a7a9;
        border-right:solid 3px #a1a7a9;
        background-color:#FFFFFF;
        padding-bottom:20px;
        padding-left:15px;
        margin-bottom:2px;
        padding-top:0px;
        min-width:339px;
}

.center-widget-comment-title {
	font-weight:bold;
  margin-bottom: 10px;
    /*height:23px; */
        /*background: #a1a7a9 url(images/icon_title.png) 10px no-repeat;*/
        /*padding-top:6px; 
        color: #fefefe;
        font-size:1.1em;
        padding-left:32px; 
        font-weight:bold; 
        margin-left:0px;
        margin-right:13px;
        padding-right:0px;
        min-width:339px;*/
        
}

.center-widget-comment {
        margin-left:0px;
        margin-right:13px;
        /**/
        text-align: left;
        /*border-top:solid 1px #a1a7a9;
        border-bottom:solid 3px #a1a7a9;
        border-left:solid 1px #a1a7a9;
        border-right:solid 3px #a1a7a9;*/
        background-color:#FFFFFF;
        padding-bottom:20px;
        padding-left:0px;
        margin-bottom:2px;
        padding-top:0px;
        min-width:339px;
}

#plus { height:2px; border-top:1px solid #d8dfe1; padding:10px; margin-right:15px;}
#plus img { margin-right:5px;}
#plus a:link, #plus a:visited { color:#b5b5b5; font-size:11px; margin-right:15px; text-decoration:none;}
#plus a:hover { color:#05bbfc; text-decoration:none;}
.post img{
	border: 3px solid #a1a7a9;
	margin:10px;
	margin-top:0px;
	margin-left:0px;
	float:left;
	}
	




.footer p {
	margin:10px;
}

img {
	border-width:0px;
}

h3#respond, h3#comments {
	color:#000000;
}

.single-post-metadata {
	color:#003366;
	background-color: #F8F7EF;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.even-comment {
}

.odd-comment, .even-comment{
	/*background-color:#f8f7ef;*/
}

.left-widget ul, .right-widget ul {
	list-style-type:none;
	padding-left:0px;
	margin-top:0px;
	margin-left:0px;
}

.left-widget li,  .right-widget li {
	margin-top:5px;
	padding-left:12px;
}

.left-widget li {
font-size:12px;
padding-left:15px;
color:#098cb8;
background:url(images/arrow2.gif) no-repeat 5px 5px;

}

.left-widget li ul li {
font-size:11px;
color:#cf383e;
font-weight:bold;
padding-left:12px;
background:url(images/arrow3.gif) no-repeat 5px 4px;
}

.left-widget li ul li a, .left-widget li ul li a:visited {
font-size:11px;
color:#cf383e;
font-weight:normal;
}


.left-widget li ul li ul li {
font-size:11px;
color:#8e8e8d;
padding-left:12px;
background:url(images/arrow4.gif) no-repeat 5px 4px;

}

.left-widget li ul li ul li a, .left-widget li ul li ul li a:visited {
font-size:11px;
color:#8e8e8d;
font-weight:normal;
}



h3#respond, h3#comments {
	/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom:0px
}

/* Comments Styles */
.comment-header {
	border:0px;
	border-top: 1px solid #e7e6de;
	padding:5px 0px;
	/*border-style:solid;*/
	/*background-color:#e7e6de;*/
}

.comment-num:link, .comment-num:visited, .comment-num:hover{
	float:right;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:34px;
	font-style:italic;
	color:#aaaaaa;
	background-color:transparent;
	text-decoration:none;
}

.comment-text {
	padding:0px 0px;
	/*border-color:#e7e6de;
	border-width:1px;
	border-style:solid;*/
	/*background-color:#f8f7ef;*/
}

.comment-list .odd-comment,
.comment-list .even-comment {
	font-size:12px;
	margin-bottom:15px;
}

.comment-list {
	font-size:12px;
	padding:0px;
	margin:0px;
}

.comment-date{
	color:#999999;
	font-size:7pt;
}

.comment-edit-link {
	color:#999999;
	font-size:7pt;
}

/* Single post */
.single-post-metadata {
	font-size:8pt;
	/*font-style:italic;*/
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	padding:1em;
	clear:both;
}

/***************************************************************************/
/* Dum, dum dum dum, Don't touch this! */
/***************************************************************************/
/* IE Hack (http://www.positioniseverything.net/easyclearing.html) - Begin */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* IE Hack - End */
/***************************************************************************/

/* Search input */
input#s {
	width:90%;
}

/* Page nav */
.bottom-page-nav, .top-page-nav {
	color:#003366;
	text-align:center;
	background-color:#FFFFFF;
}

.permitted-tags {
	font-size:7pt;
	color:#999999;
	background-color:#FFFFFF;
	width:300px;
}

textarea#comment {
	width:400px;
}

.google-ads {
	text-align:center;
}

.gravatar {
	float:left;
	border:1px solid #888888;
	padding:2px;
	background-color:#ffffff;
	margin-right:5px;
}

/**********formularios*********/
input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #555;
	font-size: 1em;
	font-family: Tahoma;
		}

#searchtext {
margin-bottom:5px;
}

.comment-meta cite { font-weight: bold; }

#footer { text-align:center; color:#e73c18; margin-top:20px; margin-bottom:20px; margin-left:237px;	margin-right:195px;}
#footer a, #footer a:visited { font-size:12px; color:#e73c18; text-decoration:none;}
#footer a:hover{  color:#ff6600; text-decoration:none; }
#copy { font-size:11px; color:#a1adb3; margin-top:10px;}
#copy a:link, #copy a:visited { font-size:11px; color:#3c92b0; text-decoration:none;}
#copy a:hover { text-decoration:underline; }