/* GENERAL */

a {
	color:#0367a1;
	text-decoration:underline;
}

/* COMUN */


/* CABECERA */

#cabecera {
	border-bottom:8px #c47a05 solid;
	background:url(images/blog_bkg_cabecera_logo_lrpc.gif) left top no-repeat;
	}
	#cabecera h1 {
		background:url(images/blog_bkg_tit_isidro.gif) left no-repeat;
		}

		
/* CUERPO */
#cuerpo{
	background: url("images/bkg_blog.gif") repeat-y scroll left center transparent;
	
	
	}

/* CSS especial para Chrome */	
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#cuerpo{
		background: url("images/bkg_blog.gif") repeat-y scroll 12% center transparent;
		background-size: 21% auto;
	}
}
	
	#cuerpo .fecha{
		font-size:1.15em;
		font-weight:bold;
		color:#c47a05;
		margin-bottom:20px;
		}
	
	#contenido h2{

		}
		#contenido h2 a{
			color:#0367a1;
			}
		#contenido h2 a:hover{
			color:#6a112a;
			}
			.post_hora{
				color:#7f7f7f;
				}
				
			.entry blockquote{
				border-left:3px solid #c47a05;
				padding-left:7px;
				margin-left:40px;
				margin-bottom: 15px;
				color:#404040;
			}
			.technorati-tags {
				padding-left:30px;
				background:url(images/ico_technorati.gif) left top no-repeat;
				padding-bottom:10px;
				margin-bottom:0;
				color:#7f7f7f;
				}
					
			.post_pie{
				margin-top:20px;
				color:#7f7f7f;
				margin-bottom:50px;
				}
			.post_pie p{
				margin-bottom:10px;
				}
			.post_pie .technorati {
				padding-left:30px;
				background:url(images/ico_technorati.gif) left top no-repeat;
				padding-bottom:10px;
				margin-bottom:0;
				}
			.post_pie .post_com{
				border-top:1px dotted #7f7f7f;
				padding-top:10px;
				}
			.post_pie .post_com li{
				margin:0;
				display:inline;
				padding-right:15px;
				padding-left:17px;
				margin-left:5px;
				border-right:1px #000 solid;
				}
				.post_pie .post_com .comentarios{
					background:url(images/ico_comentarios.gif) left no-repeat;
					}
				.post_pie .post_com .trackback{
					background:url(images/ico_trackback.gif) left no-repeat;
					}
				.post_pie .post_com .comentar{
					background:url(images/ico_comentar.gif) left no-repeat;
					}
				.post_pie .post_com .enviar{
					background:url(images/ico_enviar.gif) left no-repeat;
					border-right:0;
					}

/* SIDEBAR */
	#sidebar li{
		background:url(images/bkg_blog_sidebar.gif) left bottom repeat-x;
		padding-bottom:10px;
		padding-right:5px;
		padding-top:7px;
		}
	#sidebar li li,#recentcomments li{
		background:none;
		}
		#sidebar .logos{
			background:none;
			padding-bottom:0;
			}
		#sidebar .categorias{
			border:1px #000000 solid;
			}
		#sidebar .cat-item, #sidebar .listado-archivo li{
			padding:0;
			}			


.navigation {
	clear:both;
	width:100%;
	padding-bottom:30px;
	overflow:hidden;
	}
	.navigation .alignleft {
		width:49%;
		float:left;
		text-align:left;
		}
	.navigation .alignright {
		width:49%;
		float:right;
		text-align:right;
		}
