html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
    color: #333;
    font-size: 87.5%; /* Base font size: 14px */
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.429;
}
/* HTML5 tags */
header, section, footer, aside, nav, article, figure {
  display: block;
}
a {
	text-decoration: none;
	color: #962539;
}
a:visited {
	color: #B56674;
}

.container {
	min-width: 640px;
	max-width: 1008px;
	margin: 0 auto;
}
header {
	height: 120px;
	padding-top: 80px;
  	font-size: 26px;
  	color: #999;
  	line-height: 1.4em;
  	vertical-align: middle;
}
header h1 {
	display: inline-block;
	float: left;
	margin: 0;
	padding-left: 10px;
	font-size: 26px;
	font-weight: 400;
}
header h1 a, header h1 a:visited {
	color: #333;
}
nav {
	display: inline-block;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav ul li {
	display: inline-block;
	list-style: none;
}
nav ul li.sect a {
	color: #666;
	font-weight: 300;
}
nav ul li.soc a {
	color: #999;
	font-weight: 300;
}


article {
	display: inline-block;
	/*width: 320px;*/
	vertical-align: top;
}
.thumb{
	display: inline-block;
	margin:  0 0 10px 10px;
	vertical-align: top;
	border: 3px solid #DDD;
	width: 180px;
	height: 180px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.thumb img {
	display: none;
	/*position: absolute;
	top: 0;
	left: 0;*/
}
.thumb img.on {
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
}
.caption {
	display: inline-block;
	width: 364px;
	height: 180px;
	padding: 0 10px 0 20px;
	margin: 0;
	background: #DDD;
	border: 3px solid #DDD;
	/*position: relative;
	left: -20px;*/
	overflow: auto;
	vertical-align: top;
}
.caption h2 {
	margin: 0.5em 0 0.5em 0;
	font-size: 18px;
	font-weight: 600;
}
time {
	display: inline;
	font-size: 12px;
	float: right;
	font-weight: 300;
	padding-top: 5px;
}
.caption p {
	font-size: 13px;
}
.caption p.link {
	font-size: 14px;
	font-weight: 600;
}
.ui-effects-wrapper {
	display: inline-block;
}
.test {
	font-size: 30px;
	font-weight: 400;
}
div#correo {
	text-align: center;
	font-size: 60px;
	font-weight: 300;
}
div#correo span.no {
	display: none;
}
div#correo span.arroba::after {
	content: "@";
}
div#correo span.punto::after {
	content: ".";
}
#texts {
	width: 100%;
	margin: 0 10px;
}
#texts td {
	padding: 5px 10px;
	border: none;
	border-left: 1px solid #999;
	width: 50%;
	vertical-align: top;
}
/*#texts tr td:first-child {
	border-right: 1px solid #CCC;
}*/
#texts tr td.lang {
	font-size: 20px;
	border-left: none;
}
#texts ul {
	margin: 0;
	padding: 0;
}
#texts ul li {
	list-style: none;
	margin-bottom: 1.5em;
	/*border-bottom: 1px solid #333;*/
}
#texts p {
	margin: 0;
}
#texts .line1 {

}
#texts .line2 {
	font-size: 13px;
	color: #666;
}
#bio-table {
	border: 0 none;
	margin: 0 10px;
}
#bio-table td {
	vertical-align: top;
}
#bio-table td p {
	margin: 0 0 1em 0;
}
#bio-links {
	margin: 40px 0 100px 10px;
}
#bio-links h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 0.5em 0;
}
#bio-links ul {
	margin: 0;
	padding: 0;
}
#bio-links ul li {
	margin: 0;
	list-style: none;
}
