body {
	background: white url(images/fondo.jpg) no-repeat left top;
	font-family: 'Arvo', serif;
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	min-width: 100%;
	min-height: 100%;
}

::selection {
	background: rgba(0, 0, 0, 0.5);
}

::-moz-selection {
	background: rgba(0, 0, 0, 0.5);
}

a,a:active,a:hover,a:visited {
	color: inherit;
	text-decoration: none;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

ul,li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

h1 {
	font-weight: normal;
	color: white;
	text-align: center;
	font-size: 35px;
	display: block;
	padding: 2px 3px 2px 3px;
	background: url(images/trans.png) repeat;
	border-top: 5px solid black;
	width: 390px;
	margin: 0 auto;
	position: relative;
	z-index: 10000;
}

h1 a {
	width: 100% !important;
	display: block;
}

h1 a span {
	color: transparent !important;
	text-align: center;
	font-size: 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 392px;
	background: transparent;
	padding: 2px;
	z-index: -2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity:0;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

h1 a:hover span {
	bottom: -15px;
	margin-top:10px;
	z-index: 1;
	color: white !important;
	background: black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1;
}

h2 {
	font-weight: normal;
	color: white;
	text-align: left;
	font-size: 25px;
	display: block;
	width: 100%;
	padding: 0px 0px 3px 3px;
	margin: 0px 0px 9px 0px;
	border-bottom: 2px solid white;
}

nav {
	display: block;
	position: fixed;
	width: 105px;
	height: 178px;
	left: 0px;
	top: 0px;
	color: white;
	background: url(images/menu.png) no-repeat top left;
	padding: 15px 0px 0px 0px;
	z-index: 1;
}

nav span {
	letter-spacing: -1px;
	font-size: 14px;
	background: url(images/menuli.png) no-repeat top right;
	color: black;
	padding: 2px 52px 2px 24px;
	margin: 0px 0px 0px -20px;
	height: 20px;
}

nav ul {
	margin: 7px 0px 0px 0px;
	padding: 0px;
}

nav ul li {
	list-style: none;
	margin: 0px 30px 2px 0px;
	padding: 2px 10px 0px 0px;
	height: 18px;
	float: left;
}

nav ul li a {
	padding: 0px 10px 0px 10px;
	margin: 0px;
	color: white;
	float: left;
	background: url(images/menuli.png) no-repeat -150px top;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

nav ul li a:hover {
	color: black;
	background-position: right top;
}

nav ul li a.current {
	text-decoration: line-through;
}

header {
	width: 100%;
	height: 85px;
}

a.logo {
	display: block;
	position: absolute;
	top: 70px;
	left: 48%;
	width: 50px;
	height: 50px;
	background: url(images/logo.png) no-repeat top center;

	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

a.logo:hover {
	background: url(images/logo2.png) no-repeat bottom center;

	-webkit-transform: scale(1.2) rotate(315deg);
	-moz-transform: scale(1.2) rotate(315deg);
	-o-transform: scale(1.2) rotate(315deg);
	-ms-transform: scale(1.2) rotate(315deg);
	transform: scale(1.2) rotate(315deg);
}

section {
	display: block;
	width: 362px;
	background: url(images/trans.png) repeat;
	margin: 0 auto;
	padding: 5px 15px 10px 15px;
	border-top: solid black 8px;
	color: white;
	position: relative;
	z-index: 0;
}

section ul {
	margin: 0px 0px 5px 0px;
}

section ul li {
	padding: 12px 0px 1px 33px;
	height: 18px;
}

section ul li.yes {
	background: url(images/yes.png) no-repeat top left;
}

section ul li.no {
	background: url(images/no.png) no-repeat top left;
}

section a img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

section a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

section .juan {
	width: 110px;
	height: 290px;
	position: absolute;
	top: -9px;
}

section #juan1 {
	left: -110px;
}

section #juan2 {
	right: -110px;
}

section a.twitter {
	font-weight: bold;
	margin: 10px auto 10px auto;
	background: url(images/twitter.png) no-repeat top left;
	padding: 16px 0 0 58px;
	display: block;
	color: black;
	width: 130px;
	height: 25px;
	cursor: pointer;
}

section a.twitter:hover {
	background: url(images/twitter2.png) no-repeat top left;
	color: white;
}

footer {
	display: block;
	position: fixed;
	width: 100%;
	height: 20px;
	border-top: 2px dotted black;
	bottom: 0px;
}

footer a.copy {
	display: block;
	float: right;
	margin: -10px 30px 0px 0px;
	background: url(images/copy.png) no-repeat top left;
	padding: 3px 0px 0px 6px;
	color: white;
	font-size: 10px;
	width: 84px;
	height: 16px;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

footer a.copy:hover {
	background: url(images/copy.png) no-repeat bottom left;
}

footer a.tijera {
	display: block;
	float: left;
	width: 25px;
	height: 20px;
	margin: -10px 0px 0px 5px;
	background: url(images/tijeras.png) no-repeat top right;

	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	cursor: pointer;
}

footer a.tijera:hover {
	margin: -10px 0px 0px 30px;
	width: 500px;
}