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

BODY, HTML {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background:url(../img/bg.gif) repeat;
}

#page-container {
	width:850px;
	background-color:white;
	margin:0;
	padding:0;
	margin:auto;
}

.clear {
	clear:both;
	height:15px;
}

.link {
	text-decoration:none;
	color:red;
}

#header {
	background-image:url(../img/header.gif);
	height:150px;
}

.lang {
	font-size:10px;
	float:right;
	width:90px;
	height:10px;
}

.lang a.link, p {
	color:black;
}

.lang a:hover.link {
	color:#999;
}

#styleone{
	position:relative;
	display:block;
	height:25px;
	font-size:12px;
	font-weight:bold;
	font-family:Helvitica,sans-serif;
	}

#styleone ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:right;
	}

#styleone ul li{
	display:block;
	float:left;
	}

#styleone ul li a{
	display:block;
	float:left;
	color:white;
	text-decoration:none;
	padding:6px 20px 0 20px;
	height:18px;
	}

#styleone ul li a:hover, #styleone ul li a.current, #styleone ul li a.current:hover{
	color:black;
	background:yellow url(../img/hover.png) no-repeat 10px 8px;
	}

#swf {
	width:750px;
	height:236px;
	margin:auto;
}

#sidebar {
	padding-top:25px;
	padding-left:50px;
	padding-right:15px;
	float:left;
	width:180px;
	color:#666;
}


#trabajo p {
	margin-top:-40px;
	margin-left:80px;
	color:#666;
}

.workgif {
	margin-top:10px;
	margin-left:15px;
}

ul.sub-btns{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font-size:14px;
	line-height:165%;
	width:170px;
}

ul.sub-btns2{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font-size:12px;
	line-height:165%;
	width:180px;
}

ul.sub-btns li, ul.sub-btns2 li{
	margin-bottom:4px;
	padding:0;
}

ul.sub-btns li a {
	display:block;
	text-decoration:none;
	color:white;
	background:red;
	padding:0 0 0 60px;
	width:110px;
}

ul.sub-btns2 li a {
	display:block;
	text-decoration:none;
	color:white;
	background:red;
	padding:0 0 0 30px;
	width:150px;
}

ul.sub-btns li a:hover{
	background:red url(../img/flecha.png) no-repeat 25px 6px;
}

ul.sub-btns2 li a:hover{
	background:red url(../img/flecha.png) no-repeat 8px 5px;
}

ul.sub-btns li a.current:hover, ul.sub-btns2 li a.current:hover, ul.sub-btns li a.current, ul.sub-btns2 li a.current {
	background:yellow;
	color:black;
}

#main {
	width:520px;
	float:right;
	padding-left:30px;
	padding-right:50px;
	padding-top:20px;
	color:#666;
}

h1 {
	color:red;
	padding:0;
	margin:0;
	font-size:20px;
	font-weight:400;
}

h2 {
	color:red;
	padding:0;
	margin:0;
	font-size:17px;
	font-weight:300;
	margin-left:7px;
}

h3 {
	color:white;
	padding:30px 0px 0px 20px;
	margin:0;
	font-size:9px;
	font-weight:normal;
}

.chapter-text {
	float:right;
	width:350px;
}

.chapter-text p {
	color:#666;
}

.chapter-img {
	padding-top:13px;
	float:left;
	width:170px;
	height:135px;
}

#main p {
	padding-left:15px;
	padding-right:10px;
	color:#666;
}

#main .subtitulo {
	font-weight:bold;
	color:red;
}

.text {
	margin-left:150px;
	width:380px;
}

.thumb {
	margin-top:10px;
	float:left;
	width:230px;
	height:153px;
	text-align:left;
	margin-left:10px;
	margin-right:10px;
}

#main .thumbnails_b{
	margin-top:20px;
	float:left;
	width:150px;
	height:120px;
	font-size:11px;
	text-align:left;
	margin-left:11px;
	margin-right:10px;
	line-height:14px;
}

#main .thumbnails_b a{
	text-decoration:none;
	color:#666;
	}
	
#main .thumbnails_b a:hover{
	color:red;
	}
	
.clearEnd {
	background-color:white;
	clear:both;
	height:300px;
}

#footer {
	background:url(../img/footerTile2.png) repeat-x;
	clear:both;
	position:fixed;
	height:50px;
	left:0px;
	width:5000px;
	bottom:0px;
	z-index:500;
}