@import 'typo.css';
@import 'deco.css';
body {
    position:relative;
    padding:0;
    margin:0;
    min-width:1000px;
	font-family:"°íµñ";
	background-color:#000;
	color:#fff;
}

body>header{
    padding:5px 5px 0 5px;
    background:url('images/bg04.png') bottom repeat-x;
    text-align:center;
    height:200px;
	color:#fff;
	border-bottom:2px solid #fff;
}
body>header>h1>a{
	font-size:50px;
	text-shadow:0 110px 30px #fff, 1px 1px 0 #000, 2px 2px 0 #000, 4px 4px 0 #000, 6px 6px 0 #000;
	color:#fff;
}
body>header>h1>a:hover {
	color:#fff;
	text-shadow:0 110px 20px #fff,1px 1px 0 #000, 2px 2px 0 #000, 4px 4px 0 #000, 6px 6px 0 #000;
}
section{
	color:#000;
	border-top:2px solid #fff;
	z-index:10000;
	position:relative;
    width:70%;
    margin:0;
    padding:5px 2.5%;
	background:url('images/bg05.png') top repeat-x;
	background-color:#aaa;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	box-shadow:10px 10px 20px #444;
}
section.home{
	width:auto;
	border-right:none;
}
section > article {
    background:#fff;
    border:2px solid #000;
    border-radius:20px;
    padding:5px;
    margin:5px;
}
.column2 {
    -moz-column-count:2;
    -moz-column-rule : 1px dashed #000;
    -webkit-column-count:2;
    -webkit-column-rule : 1px dashed #000;
}

section > article > header{
	background:#369;
	text-shadow: 3px 3px 5px #000000;
    color:#fff;
    padding:5px;
    border-radius:10px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    border:2px solid #000;
	position:relative;
	padding-right:200px;
}
section > article > header > small {
	border:2px solid #fff;
	width:200px;
	border-bottom-right-radius:20px;
	position:absolute;
	background:rgba(60,80,100,.8);
	right:-20px;
	top:-5px;
	padding:5px;
 	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	box-shadow:1px 1px 0 #000,2px 2px 0 #000,3px 3px 0 #000;
}
section > article > header:hover > small {
/*	 -webkit-transform: rotate(0deg);
	 -moz-transform: rotate(0deg);
*/	background:#234;
}

section > article > footer{
	background:#fff;
	border:2px solid #000;
	border-radius:10px;
	color:#000;
}
aside{
	color:#fff;
	background:#000;
}
aside#side_01 {
    top:207px;
    right:0;
    width:20%;
    padding:5px 2.5%;
    margin:0;
    position:absolute;
	border-left:2px dashed #fff;
}
aside#side_02 {
	width:70%;
	padding: 20px 2.5%;
	-moz-column-count:2;
	-moz-column-rule : 1px dashed #fff;
  	-webkit-column-count:2;
    -webkit-column-rule : 1px dashed #fff;
}
footer{
    background:#000;
    color:#fff;
    padding:5px;
	border-top:2px solid #fff;
}

img.size-thumbnail {
    border:1px solid #000;
    border-radius:10px;
    margin:5px;
	background:#fff;
}

.alignleft { float:left;}
.alignright {float:right;}
.imageBox {
    position:absolute;
    padding:0;
    margin:0;
	z-index:99999;
}
.imageBox img{
    border:3px solid #fff;
    border-radius: 5px;
	box-shadow:5px 5px 10px #666;
}

.imageBox:hover img{
	border-color:#f00;
}

