@charset "utf-8";
/*
	Theme Name: HPNeo
	Author URI: http://hpneo.com/
	Version: 3.0
	Author: HPNeo
	Description: Theme creado para Reflexiones sin importancia.
*/
body {
	background:#ffffff;
	margin:0;
	font-family:Calibri, Arial;
	font-size:62.5%;
}
.centrado{
	text-align:center;
}
ul.lista{
	margin:0;
	padding:0;
}
	ul.lista li{
		list-style:none;
		margin-left:15px;
	}
		ul.lista li a{
			color:#fefefe;
			text-decoration:none;
		}
			ul.lista li a img{
				border:none;
			}
		ul.lista li a:hover{
			text-decoration:underline;
		}
.flotante li{
	display:block;
	width:45%;
	float:left;
}
	.flotante li a{
		display:block;
		padding-left:15px;
		padding-top:2px;
		padding-bottom:2px;
		background:url('images/bullet_white.png') no-repeat left center;
	}
#wp-calendar{
	display:block;
	width:205px;
	margin:0 auto;
	text-align:center;
}
	#wp-calendar tr td{
		width:26px;
		height:26px;
		margin:0;
		padding:0;
	}
		#wp-calendar tr td a{
			font-weight:bold;
			color:#fefefe;
			text-decoration:none;
			border-bottom:#ffffff solid 1px;
		}
	#wp-calendar tr td#prev, #wp-calendar tr td#next{
	}
		#wp-calendar tr td#prev a, #wp-calendar tr td#next a{
			border:none;
		}
#cabecera, #cuerpo, #pie{
	display:block;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}
#cabecera{
	background:#000000 url('images/fondo_cabecera.png') repeat-x center center;
	color:#fefefe;
	font-size: 1.5em;
	padding:5px 0px;
}
	#cabecera a img{
		border:none;
	}
	#cabecera h1{
		display:block;
		width:auto;
		margin:0;
		padding:0;
		float:left;
	}
		#cabecera h1 a{
			display:block;
			text-indent:-99em;
			width:200px;
			height:46px;
			background:url('images/logo.png') no-repeat right center;
		}
	#cabecera #paginas{
		display:block;
		width:auto;
		float:right;
		margin:0;
		padding:0;
	}
		#cabecera #paginas li{
			list-style:none;
			display:block;
			float:left;
		}
		#cabecera #paginas li form{
			display:block;
			padding:8px 2px;
			margin:0;
		}
			#cabecera #paginas li form #buscar{
				font-weight:bold;
				padding:3px;
			}
		#cabecera #paginas li a{
			display:block;
			padding:11px;
			font-size:1.2em;
		}
			#cabecera #paginas li.page_item a:hover{
				background-color:#111111;
			}
			#cabecera #paginas li.current_page_item a{
				font-weight:bold;
				background-color:#111111;
			}
	#cabecera a{
		color:#fefefe;
		text-decoration:none;
	}
#cuerpo{
	display:block;
	width:760px;
	margin:0 auto;
	background:url('images/fondo_cuerpo.png') repeat-y center center;
	font-size:1.6em;
	padding:20px;
}
	#cuerpo a{
		color:#000000;
		text-decoration:none;
	}
	#cuerpo ul.ruta{
		display:block;
		margin:0;
		padding:0;
		overflow:hidden;
		font-size:0.8em;
		border-bottom:#dddddd solid 1px;
	}
		#cuerpo ul.ruta li{
			display:block;
			width:50%;
			float:left;
			list-style:none;
		}
		#cuerpo ul.ruta li.siguiente{
			text-align:left;
		}
		#cuerpo ul.ruta li.anterior{
			text-align:right;
		}
	#cuerpo h2.ruta{
		margin:0;
		padding:0;
		font-size:0.8em;
		border-bottom:#dddddd solid 1px;
	}
		#cuerpo .articulo{
			display:block;
			width:100%;
			margin:0px auto 60px auto;
		}
			#cuerpo .articulo h3{
				margin:0;
				padding:0px 2px;
				font-size:1.8em;
			}
			#cuerpo .articulo p, #cuerpo .articulo li{
				margin:10px;
				line-height: 1.4em;
			}
			#cuerpo .articulo a{
				color:#333333;
				font-weight:bold;
			}
			#cuerpo .articulo a:hover{
				text-decoration:underline;
			}
			#cuerpo .articulo p.info{
				margin:0px 3px;
				font-size:0.85em;
			}
				#cuerpo .articulo p.info a{
					font-weight:bold;
				}
			#cuerpo .articulo object{
				display:block;
				margin:10px auto;
			}
			#cuerpo .articulo pre{
				display:block;
				width:90%;
				overflow:auto;
				font-size:0.85em;
				font-family:"Consolas";
				margin:10px auto;
				line-height: 1.4em;
			}
			#cuerpo .articulo blockquote{
				background-color:#eeeeee;
			}
		#cuerpo #comentarios{
			margin:10px;
			padding:0;
		}
			#cuerpo #comentarios li{
				list-style:none;
				margin:0;
				padding:0;
			}
			#cuerpo #comentarios li.alt{
				background-color:#efefef;
			}
			#cuerpo #comentarios .pingback{
				font-style:italic;
			}
				#cuerpo #comentarios li a{
					color:#333333;
				}
				#cuerpo #comentarios li a:hover{
					text-decoration:underline;
				}
				#cuerpo #comentarios li p{
					margin:5px 10px;
				}
		#cuerpo #commentform{
			margin:10px;
		}
				#cuerpo #commentform p label{
					font-size:0.9em;
					font-weight:bold;
				}
			#cuerpo #commentform textarea{
				font-family:'Calibri', Arial;
				font-size:0.9em;
				display:block;
			}
			#cuerpo #commentform #submit{
				margin:5px;
				padding:5px;
				font-weight:bold;
			}
#fin_cuerpo{
	display:block;
	width:970px;
	height:10px;
	margin:0 auto 30px auto;
	background:url('images/pie_cuerpo.png') no-repeat center center;	
}
#pie{
	background:url('images/fondo_pie.png') repeat-x top center;
	color:#fefefe;
	font-size: 1.5em;
}
	#pie .bloque{
		display:block;
		width:32.1%;
		margin:5px;
		float:left;
		border-right:#000000 inset 2px;
	}
		#pie .bloque.ultimo{
			border:none;
		}
		#pie .bloque h2{
			margin:0;
			padding:0;
		}
			#pie #categorias.bloque h2{
				display:block;
				height:25px;
				text-indent:-99em;
				background:url('images/categorias.png') no-repeat center center;
				text-align:center;
			}
			#pie #archivos.bloque h2{
				display:block;
				height:25px;
				text-indent:-99em;
				background:url('images/archivos.png') no-repeat center center;
				text-align:center;
			}
			#pie #proyectos.bloque h2{
				display:block;
				width:126px;
				height:25px;
				text-indent:-99em;
				background:url('images/proyectos.png') no-repeat left center;
			}
		#pie p{
			clear:both;
		}
		#pie p.info{
			font-size:0.85em;
		}
			#pie p a{
				color:#fefefe;
				font-weight:bold;
				text-decoration:none;
			}
			#pie p a:hover{
				text-decoration:underline;
			}