@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html {
	height: 100%;
}

body {
	background-color:#000000;
	background-image:url(../images/fondo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:left;
	font-size:10px;
	overflow:hidden;
	height: 100%;
}

#site {
	width: 750px;
	margin: 0 auto;
	position:relative;
}

#header {
	background-image:url(../images/header.png);
	position:relative;
	float:left;
	width:750px;
	height:175px;
}

#controller, #footer {
	position:relative;
	float:left;
	width:710px;
	padding:0 20px;
}

#controller {
	background-image:url(../images/fondo1.png);
	height:30px;
}

#slides {
	background-image:url(../images/fondo2.png);
	width:750px;
	height:345px;
}

#footer {
	background-image:url(../images/fondo3.png);
	height:50px;
	color:#222222;
}

#footer a {
	color:#222222;
	text-decoration:none;
}

#footer a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

#controller ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	width:100%;
}

#controller ul li { 
	display: inline;
}

#controller ul li a {
	display:block;
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#222222;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:3px;
}

#controller ul li a:hover {
	color:#663300;
	text-decoration:overline;
}

#portfolio, #comics, #blog, #about {
	padding:10px 20px;
	background-image:url(../images/portfolio.png);
	background-repeat:no-repeat;
	min-height:230px;
}

#contacto {
	padding:10px 20px;
	background-image:url(../images/contact.png);
	background-repeat:no-repeat;
	min-height:230px;
}

#about1 {
	padding:10px 20px;
	background-image:url(../images/bio.png);
	background-repeat:no-repeat;
	min-height:230px;
}

#about2 {
	padding:10px 20px;
	background-image:url(../images/bio2.png);
	background-repeat:no-repeat;
	min-height:230px;
}

#about1 p, #about2 p {
	padding-top:10px;
	margin-left:150px;
	color:#FFFFFF;
	font-size:11px;
	line-height:150%;
	text-align:left;
	width:540px;
	height:220px;
}

#portfolio img, #portfolio img a{
	position:relative;
	float:left;
	border:0;
	padding:0;
	width: 45px;
	height:74px;
	margin: 1px;
}

#comics img, #about img {
	position:relative;
	float:left;
	border:0;
	padding:0;
	width: 139px;
	height:226px;
	margin: 1px;
}

a.imagehover:hover img {
	opacity: .65;
	filter: alpha(opacity=65);
}

#imagehover img:hover {
	opacity: .65;
	filter: alpha(opacity=65);
}

a img {
	border:0px;
}

#clear {
	clear:both;
}

#table {
	height:100%;
	width:100%;
	border-collapse:collapse;
}

#td {
	height:100%;
	padding:0;
	vertical-align:middle;
}

#table2 {
	height:100%;
	width:100%;
	border-collapse:collapse;
}

#td2 {
	height:100%;
	padding:0;
	vertical-align:middle;
}

#contacto2 {
	height:250px;
	background-image:url(../images/contacto2.png);
	width:750px;
	margin:0 auto;
	text-align:center;
	font-size:14px;
}

#volver {
	padding-top:10px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#222222;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:3px;
	text-align:center;
}

#next {
	float:right;
	position:relative;
	padding-top:10px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#222222;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:3px;
}

#previous {
	float:left;
	position:relative;
	padding-top:10px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#222222;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:3px;
}

#previous:hover, #next:hover, #volver:hover {
	color:#663300;
	text-decoration:overline;
}

#contacto table {
	margin-left:150px;
	color:#FFFFFF;
	font-size:12px;
}

#texto {
	float:left;
	position:relative;
	padding-top:20px;
	display:block;
	color:#CCCCCC;
	font-size:12px;
	text-align:justify;
}

.input {
	color:#FFFFFF;
	border:none;
	background-color:#000000;
	padding:0 10px 0 0;
	margin:0;
	cursor:pointer;
}

.input:hover {
	color:#444444;
}