/*#############################################################
Name: Twilight
Date: 2006-11-21
Description: A dark and mysterious single column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #317294;}

a:hover {color: #90cbf0;}

a:visited {color: #004e6d;}

body {
	background: #0D0D0D url(../img/bg.gif) repeat-y center top;
	color: #55554A;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

h1 {
	font-size: 1.4em;
}

li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
}

code {
	background: url(../img/bgcode.gif);
	border: 1px solid #060606;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

.hr {
	color:red;
}

blockquote {
	background: url(../img/quote.gif) no-repeat;
	color: #664;
	display: block;
	font: normal 1.2em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

h1,h2,h3 {
	color: #dac374;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	margin: 0 auto;
	width: 700px;
}

.logo {
	margin-top: 0px;
	position: absolute;
}	

/* title */
.title {
	float: left;
	margin-top: 22px;
	text-align: center;
	width: 220px;
}
.title h1 {
	margin-left:100px;
	color: #993;
	font: normal 2em Verdana,sans-serif;
}
.title h2 {
	color: #665;
	font: normal 1.1em Verdana,sans-serif;
}

/* navigation */
.navigation {
	height: 40px;
	width: 700px;
	padding: 0px;
	margin-top:155px;
	position:absolute;
	background: url(../img/holder_small.jpg) no-repeat;
	

}

.navigation_bar {
	margin-top: 12px;
}

.navigation_bar a {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #fdf077;
	margin-left: 20px;
	margin-top: 10px;
	
	}

.banner {
	clear: both;
	margin-top: 0px;
	width: 700px;
}

.bio {
	height: 100px;
	padding-bottom:10px;
}

.bio p.nombre {
	color: #fdf077;
}

.bio p {
	padding-left: 85px;
}

.bio img {
	position:absolute;
	padding-left: 20px;
	width: 65px;
	height: 92px;
	}
	
.corto {
	height: 200px;
	padding-top:10px;
	padding-bottom:10px;
}


.corto p.nombre {
	color: #fdf077;
}

.corto p {
	padding-left: 150px;
}

.corto img {
	position:absolute;
	padding-left: 20px;
	width: 130px;
	height: 184px;
	}

.holder {
	margin-top: 50px;

}

.holder2 {
	margin-top: 5px;
}

.holder2 p {
	margin-left:20px;
	margin-right:20px;
}

.holder p {
	margin-left:20px;
	margin-right:20px;
}

.holder img {
display: block;
    margin-left: auto;
    margin-right: auto;
}

.holder_top {
	background: url(../img/holder.jpg) no-repeat;
	width: 700px;
	height: 20px;
}

.holder_body {
	background: url(../img/bgholder.jpg) repeat-y;
	top: 20px;
	width: 700px;
	
}

.centered {
	text-align: center;
	}

/* footer */
.holder_footer {
	background-position: left bottom;
	color: #665;
	font-size:  1.1em;
	text-align: center;
	background: url(../img/holder_footer.jpg) no-repeat;
	height: 20px;
	bottom: 20px;
	width:700px;
}



