body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #444;
	background: #f2f2f2; 
	font-size: 1em;
	line-height: 1.5em;
	padding-top: 80px;
}

h1 {
	font-size: 2.3em;
	line-height: 1.3em;
	margin: 15px;
	text-align: right;
	font-weight: 300;
}

p {
	margin: 0 0 1.5em 0;
}

div .correo {
	/*background-image: url("./img/email.png");*/
	background-image: url("http://jmrico.webcindario.com/img/email.png");
	background-repeat: no-repeat;
	background-position: 0px;
	font-family: Georgia,Helvetica,Arial,sans-serif;
	color: #898989;
	font-size: 3em;
	line-height: 1.5em;
	padding-left: 90px;
}

img {
	max-width: 100%;
	height: auto;
}

/** Estilos de cabecera. **/
#main-header {
	background: #333;
	color: white;
	height: 80px;
	width: 100%;
	left: 0;
	top: 0;
	position: fixed;
}

#main-header a {
	color: white;
}

/*
 * Logo
 */
#logo-header {
	float: left;
	padding: 15px 0 0 20px;
	text-decoration: none;
}
#logo-header:hover {
	color: #0b76a6;
}
#logo-header .site-name {
	display: block;
	font-weight: 700;
	font-size: 1.2em;
}
#logo-header .site-desc {
	display: block;
	font-weight: 300;
	font-size: 0.8em;
	color: #999;
}

/*
 * Navegación
 */
nav {
	float: right;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-right: 20px;
}

nav ul li {
	display: inline-block;
	line-height: 80px;
}

nav ul li a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
}

nav ul li a:hover {
	background: #0b76a6;
}

/** Estilos de contenidos. **/
separador {
margin-top: 100px;
display: block;
}

blockquote {
    font-family: "kepler-std",Georgia,"Times new roman",serif;
    font-style: italic;
    margin-left: 0px;
    color: #808080;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.4em;
    padding: 1.875rem 2rem;
    border-bottom: 0.0625rem solid #D4D4D4;
    border-top: 0.0625rem solid #D4D4D4;
}

.single-page blockquote, .single-page figure.aligncenter, .single-page div.aligncenter, .single-page .subscribe-form {
    margin-left: 0px;
    margin-right: 0px;
}
.single-page blockquote, .single-page figure.aligncenter, .single-page div.aligncenter, .single-page .subscribe-form {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
}
.single-page blockquote, .single-page figure.aligncenter, .single-page div.aligncenter, .single-page .subscribe-form {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
}

article{
	background: white;
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

article header{
padding-top: 80px;
}

article .content {
	padding: 40px;
}

/** Estilos de pie de página. **/
#main-footer {
	background: #333;
	color: white;
	text-align: center;
	padding: 20px;
	margin-top: 40px;
}

#main-footer p {
	margin: 0;
}

#main-footer a {
	color: white;
}

