/* =html */
html {
}

/* =body */
body {
	background-color : #000;
	text-align : center;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 80%;
	line-height: 160%;
}

/* =hx */
h2, h3, h4 { clear : left; 
margin : 0; 
padding : .5em 0; }

h3 { font-size : 120%; }
h4 { font-size : 110%; }

img{border-style: none; }

a {
	color : #FFFFFF;
	display: block;
	text-decoration: none;
	text-align: left;
}
a:link { color : #FFFFFF; }
a:visited { color : #CCCCCC; }
a:hover {
	background-color : #FFFFFF;
	color : #333333;
	text-decoration : none;
	font-weight: normal;
}
a:active, a:focus { background-color : #FFFFFF; color : #333333; text-decoration : none; }


div#conteiner {
	width : 840px;
	text-align: left;
}
div#content {
	width: 840px;
	background-color: #FFFFFF;
	overflow: auto;
}
div#content_main {
	width : 450px;
	float: left;
	height: 400px;
}
div#content_sub {
	width: 230px;
	float: left;
	position: relative;
	height: 350px;
	padding-left: 20px;
	
}
div#content_sub img#extintion{
	margin: 0px;
	position: absolute;
	top: 153px;
	right: -36px;
}
div#content_sub img#migration{
	position: absolute;
	top: 271px;
	right: -33px;
}
div#content_sub img#gilgamesh{
	top: 188px;
	right: 0px;
	position: absolute;
}
div#content_sub img#enkidu{
	position: absolute;
	top: 63px;
	left: 157px;
}
div#content_sub img#priam{
	position: absolute;
	top: 178px;
	left: 54px;
}
div#content_sub img#night{
	position: absolute;
	top: 275px;
	left: 49px;
}
div#content_sub img#victors{
	position: absolute;
	left: 40px;
	top: 39px;
	}
div#content_sub img#studio2{
	margin: 0px;
	position: absolute;
	top: 92px;
	right: -39px;
	}
div#content_sub img#studio1{
	margin: 0px;
	position: absolute;
	top: 104px;
	right: -8px;
}
div#content_sub img#contact1{
	position: absolute;
	top: 135px;
	left: 59px;
}
div#navegacion {
	background-image: url(Images/TiraLat.jpg);
	background-repeat: repeat-x;
	height: 338px;
	padding-top: 62px;
	text-align: left;
	float: right;
	width: 80px;
}
div#navegacion ul {
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 0px; }
div#navegacion li {
	list-style-type: none;
	font-size: 17px;
	font-weight: bold;
	line-height: 2em;
	height: 2.5em;
}
div#branding {
	text-align: left;
	float: left;
}
div#site_info {
	float: left;
	clear: both;
	width: 840px;
}
div#site_info a:link, div#site_info a:visited, div#site_info a:active, div#content_main a:link, div#content_main a:visited, div#content_main a:active, div#content_sub a:link, div#content_sub a:visited, div#content_sub a:active{
	color : #333333;
	display: block;
	text-decoration: none;
}
div#site_info a:hover, div#site_info a:focus, div#content_main a:hover, div#content_main a:focus, div#content_sub a:hover, div#content_sub a:focus {
	color : #999999;
    text-decoration: underline;
	background-color: #000000;
	}
.Underline {
	text-decoration: underline;
	width: 185px;
	position: absolute;
	top: 300px;
	left: 40px;
	text-indent: 15px;
	text-align: center;
}
.contactp {
	vertical-align: baseline;
}

	
/* =code pre */
code, pre { margin : 0; 
padding : 0; font : 1.5em monaco, courier, monospace; 
font-weight : normal; 
color : #666; 	background-color: #000000; }

pre { font-size : 80%; }


/* =div */
div.example {
	margin-bottom : 20px;
	border : 1px solid #ccc;
	padding: 20px;
}

