html{
	overflow: hidden;
}

body{
	margin: 0;
	padding: 0;
	background-color: #000000;
}

#container{
	height: 3840px;
	width: 8000px;
}

/* Secciones */

.positioning {
	position: absolute;
	width: 1920px;
	height: 1200px;
}

#start {
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
/*	
	background-image: url(../images/bg_butterfly.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
*/
}

#about {
	top: 1280px;
	left: 0px;
	background-color: #DD1F8E;
	background-image: url(../images/bg_pink.gif);
	background-repeat: repeat-y;
}

#work {
	top: 1280px;
	left: 2000px;
	background-color: #00A7E2;
	background-image: url(../images/bg_blue.gif);
	background-repeat: repeat-y;
}
	
	
#contact {
	top: 0px;
	left: 2000px;
	background-color: #84C922;
	background-image: url(../images/bg_green.gif);
	background-repeat: repeat-y;
}
	
#print {
	top: 0px;
	left: 4000px;
	background-color: #EE9A10;
	background-image: url(../images/bg_orange.gif);
	background-repeat: repeat-y;
}
	
#skills {
	top: 1280px;
	left: 4000px;
	background-color: #620294;
	background-image: url(../images/bg_purple.gif);
	background-repeat: repeat-y;
}

.inside {
	margin: 60px;
	float:left;
	width: 625px;
	height: 400px;
}
	
.inside .header {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
	font-size: 13pt;
	color: #FFF;
	padding-bottom: 10px;
	line-height: 25px;
}

.inside .text {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: #FFF;
	text-align: justify;
	line-height: 23px;
	padding-bottom: 10px;
	height: 220px;
}
	
/** list for purple page **/

.inside .text ul#purple li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	padding: 2px 10px;
	border-bottom: 1px solid #7C2FA4;
}

.inside .text ul#purple li:hover {
	background-color: #7110A3;
	color: #E8BFFD;
}

.warning {
	background-color: #880000;
	line-height: normal;
	padding: 15px;
}



/** MOOTOOLS **/

.navigator {
	float: right;
	cursor: pointer;
	display: block;
	clear: both;
}

.button {
	float: left;
	cursor: pointer;
	margin-right: 2px;
}

.slider {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
	font-size: 8pt;
	cursor: pointer;
	margin-bottom: 10px;
	text-align: center;
	color: #FFF;
	padding: 10px;
}

.slider img {
	border: 5px solid #FFF;
}

/** Text **/

a:link, a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 3px 5px 3px 5px;
}
	
a:hover, a:active {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 3px 5px 3px 5px;
}

input, select, textarea{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
	font-size: 8pt;
	width:200px;
}

/** Divs Sections **/
#start_content{
	float:left;
	width:625px;
	height:395px;
	text-align:center;
}

#start_menu{
	float:left;
	width:625px;
	height:30px;
	text-align:right;
}