@charset "utf-8";
/* CSS Document */
a { color: #069; text-decoration: none; text-align:center; font-size:12px; }
	a:hover { color: #000; }
	#welcome:hover { background-color: none; text-decoration:none; }
	#about:hover { background-color: none; text-decoration:none;
	  }
		#home {
	position:absolute;
	top:242px;
	left:195px;
	width:145px;
	height:25px;
	} 
	#about {
	position: absolute;
	top: 45px;
	left: 112px;
	padding: 1px;
	width: 16%;
	min-width: 100%;
	margin: 10px;
	text-align: left;
	height: 25px;
	}
	#portfolio {
	top:0px;
	left:0px;
	width:145px;
	margin-left:40px;
	height:25px;
	color:#36C;

	



	
	}
	#resume {
	top:0px;
	left:0px;
	width:170px;
	margin-left:0px;
	height:25px;
	margin-top:-120px;
	margin-left:650px;

	
	}
	#contact {
	top:0px;
	left:0px;
	width:145px;
	margin-left:40px;
	height:25px;
	}
	#portfolio:hover { background-color:none; text-decoration:none; color: #000; }
	a {font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; }
	#resume:hover { background-color:none; text-decoration:none; }
	body {
	background-color:#000;
	text-align:left;
	float: none;
}
	ul {padding: 0px; }
	ul { list-style-type: none; }
	li {
	float:none;
}
	a { margin: 10px; padding: 1px; }
	#contact:hover { background-color: none; text-decoration:none; }
	#container { margin-left: 350px; margin-top: -120px; }
	 
	#foot { float: none; }
	#container2 { padding-top: 950px; margin-left: 0px; }
	
	#footer {
	top:0px;
	left:0px;
	width:80%;
	min-width:80%;
	height:50px;
	text-align:left;
	margin-top:1000px;
	margin-left:100px;
	}
	
	
	
	img { margin-left: 0px; margin-top: 0px; padding-left: 0px; padding-top: 0px;  }
	
	p {
	color: #CCC;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position:absolute;
	top:268px;
	left:357px;
	width:371px;
	height:179px;
	}
	h5 {color: #CCC; }
		#h1 {
	color: #000;
	font-size: 7px;
	font-family: Gill Sans;
	font-weight: lighter;
	top:0px;
	left:0px;
	width:300px;
	height:150px;
	text-align: justify;
	margin-bottom:100px;
	margin-top:-300px;
	width:100%;
	min-width:100%;
		}
	h2 {color:#000; font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
	h4 {color:#000; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
	li {color: #CCC; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
	
			#talk {
	color: #000;
	font-size: 16px;
	font-family: Gill Sans;
	font-weight: lighter;
	top:0px;
	left:0px;
	width:100%;
	height:20px;
	text-align: center;
	
	margin-top:100px;
		}
	
	#prev {
	background-image:url(../images/prev_button.png);
	background-repeat: no-repeat;
	background-position: center center;
	display:block;
	float:left;
	height:1286px;
	width:50px;
	
	z-index:99;	
	
	
		}
			#next {
	background-image: url(../images/next_button.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: right;
	height: 1286px;
	width: 50px;
	z-index: 99;
	left: 2062px;
	position: absolute;
	top: 119px;
		}
	



	        
#quote {
	display:block;
	width:100px;
	height:90px;
	background:url(../images/NewLogo3.png) no-repeat;
	background-size:100px 90px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
		}

#wrapper { 
        width:100%;
		height:100%;
		min-height:100%;
		min-width:100%;
		margin:0px;
		padding:0px;
		height:1500px;
		
		border:none;
		border:hidden;
		
				}
				
	#carlos {
	color: #000;
		top:0px;
	left:0px;
	width:70%;
	min-width:70%;
	height:958px;
	text-align: center;
	margin-left:160px;
	margin-top:-200px;
		}
	
				
	
				
				
				
				
				/* Dropdown Button */
.dropbtn {
	background-color: transparent;
	border:none; 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	padding:0px;
	padding-left:9px;

	
	
}





/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
	top:1em;
	left:.1em;
	width:0%;
    background-color: none;
	
  
   
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 0px 0px;
    text-decoration: none;
    display: block;
	text-align:left;
	
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: none; color:#36C; text-decoration:none;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
		
