
header, footer, section, article, aside, nav {
	display: block;
	}

body {
	margin: 0 auto;
	width: 960px;
	font: 14px Garamond, Georgia, Times, "Times New Roman", serif;
	background: #a4b5c9 url('../imagenes/fondo.png') repeat;
	}

h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }

img { border: 0; }
.alignleft {float: left;}
img.alignleft {
	margin: 0 20px 0 10px; 
	}
.alignright {float: right;}
img.alignright {
	margin: 0 10px 0 20px; 
	}

/* LINKS */
a:link, a:visited {
	text-decoration: none;
	color: #29221c;
	}

a:hover, a:active {
	text-decoration: none;
	color: #9800A2;
	}

/* HEADER */
header {
	float:left;
	width:960px;
	margin-bottom:15px;
	background: transparent url('../imagenes/GeorgeGrie-6.jpeg') 682px 72px no-repeat; 
	padding: 30px 0 20px 0;
	margin: 0; 
	display:block;
	min-height: 235px !important;
	position: relative;
	}

header h1 {
	position: absolute;
	top: 45px;
	color: #29221c;
	display:block; 
	margin-bottom:10px;
	float: right;
	padding-right: 20px;
	}

header h2 	{ 
	position: absolute;
	top: 90px;
	left: 25px;
	font-size:19px; 
	color:#9800A2; 
	font-weight:bold; 
	}

header p { 
	position: absolute;
	top: 130px;
	left: 25px;
	font-size: 14px; 
	text-align: justify;
	color:#29221c; 
	font-style:italic; 
	padding: 0; 
	margin:0; 
	width:580px; 
	}

headerAux {
	float:left;
	width:960px;
	margin-bottom:15px;
	padding: 30px 0 20px 0;
	margin: 0; 
	min-height: 60px !important;
	position: relative;
	}

headerAux h1 {
	position: absolute;
	top: 45px;
	color: #29221c;
	display:block; 
	margin-bottom:10px;
	float: right;
	padding-right: 20px;
	}

/* TOP NAVIGATION MENU */
nav {
	position: relative;
	top: 0;
	right: 0;
	}

nav ul { 
	position:absolute;
	top: 10px; 
	right: 0;
	z-index: 1;
	float: right;
	list-style: none; 
	}

nav ul li	{ 
	float:left; 
	margin:0; 
	padding:0; 
	font-size:18px; 
	font-weight:bold; 
	display: block; 
	padding-left:15px; 
	}

/* CONTENT */
#Lista {
	float: left; 
	width: 630px; 
	min-height: 350px !important;
	margin:0 5px 0 0; 
	padding:0;
	border-top: 2px solid #8397AF;
	}

#Articulo {
	float: left; 
	width: 630px; 
	min-height: 350px !important;
	margin:0 5px 0 0; 
	padding:0;
	border-top: 2px solid #8397AF;
	}
	
article h2 {
	text-align: left;
	}
	
.article_columns {
	text-align: justify;
	-moz-column-count: 2;
	-moz-column-gap: 1.5em;
	-moz-column-rule: 1px solid #8397AF;
	-webkit-column-count: 2;
	-webkit-column-gap: 1.5em;
	-webkit-column-rule: 1px solid #8397AF;
	}

/* SIDEBAR */
aside {
	float: right;
	text-align: left; 
	width: 300px; 
	margin:0; 
	padding:0;
	border-top: 2px solid #8397AF;
	}

aside li {
	list-style: none;
	}

aside li ul li {
	list-style: square outside;
	}

/* SEPARADOR */
hr {
	margin:5px auto;
	padding: 0;
	border: 0;
	border-top: 0;
	text-align: center;
	line-height: 0px;
	}

hr:after {
	content: "";
	display: inline-block;
	position: static;
	top: -0.7em;
	font-size: 100%;
	padding: 0;
	color: white;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	}

hr.separador {
	border: 0;
	height: 12px;
	box-shadow: inset 0 12px 12px -12px #8397AF;
	}

/* OMAGENES REDONDEADAS */
.morphing-tinting .image-wrap {
	position: relative;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 0 20px 0 10px; 
}
.morphing-tinting .image-wrap:hover {
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	border-radius: 30em;
}
.morphing-tinting .image-wrap:after {
	position: absolute;
	content: ' ';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	border-radius: 30em;
}
.morphing-tinting .image-wrap:hover:after  {
	background: -webkit-gradient(radial, 50% 50%, 40, 50% 50%, 80, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
	background: -moz-radial-gradient(50% 50%, circle, rgba(0,0,0,0) 40px, rgba(0,0,0,1) 80px);
}

/* FORMUÑLARIO */
input {
	width: 90%;
	color: #999999;
	}
textarea {
	width: 100%;
	height: 100px;
	color: #999999;
	}
input.button {
	width: 100px;
	border: 1px solid #A0A0A0;
	padding: 3px;
	color: #FFF;
	cursor: pointer;
	background-color: #8397AF;
	}
small {
	color: #8397AF;
	}

/* FOOTER */
footer {
	border-top: 1px solid #8397AF;
	text-align: right;
	overflow: hidden;
	width: 100%;
	clear: both;
	}

footer p {
	text-align: right;
	font-size: 11px;
	padding-right: 10px;
	}
