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



body{
	background-image:url(../imgs/back2copy.jpg);
	
}



#main_{
    height: 800px;
	width:900px;
	background-color:#C39;
	display:block;
	position: fixed;
		
}


#main_content {
	margin-top: 5%;
	margin-left:20%;
	height: 800px;
	width:800px;
	background-image: url(../imgs/paper.png);
	background-position:top;
	background-repeat:no-repeat;
	position: absolute; 

	
}


#main_cv {
	background-repeat:no-repeat;
	margin-left:8%;
	margin-top: 5%;
	position: absolute; 
	height: 200px;
	width:250px;
	
	}
	



#main_menu1  {
	margin-top:20%;
	margin-left: 8%;
	display:block;
	width: 160px;
	height: 80px;
	background-repeat: no-repeat;
	position: absolute; 

	
}

#main_menu1  ul {

	display:block;
   
	
}

#main_menu1  ul li {
	width: 217px;
	height: 80px;
	background-repeat: no-repeat;
	padding-top: 20px;
	list-style: none;
	
	
}



#twitter  {
	
	
	height:201px;
	width:230px;
	margin-left:95%;
	margin-top: 58%;
	position:absolute;

}


#mail {
	
	height:100px;
	width:100px;
	margin-left: 90%;
	margin-top: 60%;
	position:absolute;


}





#texto {
	
	width: 350px;
	height: 150px;
	margin-top:100px;
	margin-left: 77px;
	font-family: "Courier New", Courier, monospace;
	color:#201c1c;
	font-size:10px;
	line-height: 19px;
	text-align:left;
	position:absolute;
	font-weight:400;
	

}

#texto_works {
	
	width: 420px;
	height: 150px;
	margin-top: -25%;
	font-family: "Courier New", Courier, monospace;
	color:#201c1c;
	font-size:10px;
	line-height: 19px;
	text-align:left;
	position:absolute;
	font-weight:400;
	

}

#texto_works  a {
	color:#a43d29;
	text-decoration:none;

}

#texto_works  a:hover {
	color:#201c1c;
	text-decoration:none;
	

}
#download_cv{
	
	width:240px;
	height:50px;
	position:absolute;
	margin-top: 260px;
	margin-left:480px;
	
}

#slide_show {
	
	width: 430px;
	height: 410px;
	margin-left: 42%;
	margin-top: 5%;
	background-image:url(../imgs/fundo2.png);
	background-repeat:no-repeat;
	position:absolute;

	
}


#slide_show2 {
	
	width: 430px;
	height: 2px;
	margin-left: 42%;
	margin-top: 5%;
	background-image:url(../imgs/fundo3.png);
	background-repeat:no-repeat;
	position:absolute;

	
}

#titulos_pag {
	height: 162px;
	width:276px;
	margin-left:43%;
	margin-top: 29%;
	position:absolute;
	background-image:url(../imgs/t_home.png);
	background-repeat:no-repeat;
		
	
}


#titulo{
	
	font-family:"Courier New", Courier, monospace;
	color:#a43d29;
	text-transform:uppercase;
	font-size:30px;
	font-weight:bold;
	width:240px;
	height:50px;
	position:absolute;
	margin-top: 46px;
	margin-left:80px;

}



#lista1 {
	margin-top: -10px;
	margin-left: -20px;
    font-family:"Courier New", Courier, monospace;
	color:#a43d29;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	background-repeat:no-repeat;
	
}

#lista1 ul {
    margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;

}



#lista1 li	 {
	position: relative;
	height: 20px;



}

#ap{
	
	

	
	font-family:"Courier New", Courier, monospace;
	color:#a43d29;
	text-transform:uppercase;
	font-size:30px;
	font-weight:bold;
	width:240px;
	height:50px;
	position:absolute;
	margin-top: 170px;
	margin-left:250px;

}



.menu_list {
	width: 200px;
	margin-top:18%;
	margin-left: 8%;
	background-repeat: no-repeat;
	position: absolute;
	list-style:none;
	
	 
}
.menu_head {
	cursor: pointer;
	position: relative;
    font-weight:bold;
    
}
.menu_body {
	display:none;
	margin-left: -25px;
}

.menu_body  li{
	list-style:none;
	margin-top: -10px;
	
}

.menu_body a {
  
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
  color:#eee8ca;
  height: 40px;
  
}
.menu_body a:hover {
  color: #000000;
 
}


