/*
Te damos la bienvenida a CSS personalizado
Para saber cómo funciona, ve a http://wp.me/PEmnE-Bt
*/
/* Ocultar smile de estadísticas Jetpack */
img#wpstats {
	display: none;
}

/* Desactiva corte de palabras */

body {
	-webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}

/* Quienes somos */

#menu-item-133012 {
	margin: 0;
	padding: 5px 10px;
	padding: .5rem 1rem;
  font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 30px;
	line-height: 3rem;
	font-weight: 700;
	color: #4f4f4f;
	border: 3px solid #d0d0d0;
	border-radius: 5px;
	background-color: #eeeeee;
}
#menu-item-133012:hover {
	border: 3px solid #c0c0c0;
}

/* Estilo del bloque de cita */
blockquote {
	margin: 35px 33px;
	margin: 3.5rem 3.3rem;
	padding-left: 26px;
	padding-left: 2.6rem;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	line-height: 2.8rem;
	font-weight: normal;
	border-left: 6px solid #eeeeee;
}

/* Bordes del menu de navegación */
#section-navigation {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

/*Titular de las secciones */
.widget .widget-title {
	margin: 0 0 14px;
	margin: 0 0 1.4rem;
	padding: 5px 10px;
	padding: .5rem 1rem;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	line-height: 3rem;
	font-weight: 700;
	color: #4f4f4f;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-radius: 5px;
	background-color: #eeeeee;
}

/*Titular de página de archivo */
.archive-title,
.page-title {
	margin: 0;
	padding: 3px 10px;
	padding: .3rem 1rem;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 34px;
	line-height: 3.4rem;
	color: #4f4f4f;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-radius: 5px;
	background-color: #eeeeee;
}

/*Titular de página sencilla */
body.page .entry-title {
	margin: 0;
	padding: 3px 10px;
	padding: .3rem 1rem;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 34px;
	line-height: 3.4rem;
	color: #4f4f4f;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-radius: 5px;
	background-color: #eeeeee;
}