/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/

html{
	font-size:100%;
	min-height:101%;
}

body {
	font-size: 62.5%; 
	font-family:'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #a19300 url(../images/bg.gif) repeat-x;
}

#container {
	width: 941px;
	margin: 0 auto;
}
	
/*--------TIPOGRAFIA--------*/

p{
	color:#676767;
	font-size:1.4em;
	line-height:1.8em;
	margin-top:20px;
	margin-bottom:20px;
}

p a, p a:visited{color:#c00f0f; text-decoration:none;}

p a:hover{color:#c00f0f; text-decoration:underline;}

h1{color:#2b2b2b; font-size:3.6em; font-weight:bold;}

h2{color:#2b2b2b; font-size:1.8em; font-weight:bold;}

h3{color:#444; font-size:1.6em; line-height:1.7em; margin-top:20px; margin-bottom:20px;}

h3 a, h3 a:visited{color:#c00f0f; text-decoration:none;}

h3 a:hover{color:#c00f0f; text-decoration:underline;}
	
.rojo {color:#c00f0f;}

.clear {clear:both;}

/*--------HEADER--------*/

#header {
	display: block;
	width: 941px;
	height: 335px;
	background: url(../images/header-home.gif) top no-repeat;
	margin: 0 auto;
}

#header-portfolio {
	display: block;
	width: 941px;
	height: 335px;
	background: url(../images/header-portfolio.gif) top no-repeat;
	margin: 0 auto;
}

#header-sobremi {
	display: block;
	width: 941px;
	height: 335px;
	background: url(../images/header-sobremi.gif) top no-repeat;
	margin: 0 auto;
} 

#logo h1 {
  display:block;
  padding-top:32px;
  padding-left:18px;
  margin:0;
  text-indent:-9999px;
}

#logo h1 a {
  width:375px;
  height:199px;
  display:block;
  background:url(../images/logo-semiarte.png) left top no-repeat;
}

#logoenglish h1 {
  display:block;
  padding-top:32px;
  padding-left:18px;
  margin:0;
  text-indent:-9999px;
}

#logoenglish h1 a {
  width:375px;
  height:199px;
  display:block;
  background:url(../images/logo-semiarte-english.png) left top no-repeat;
}


/*--------NAVIGATION--------*/

#navigation {
	margin:30px 47px 0 47px;
	text-align:center;
	display:block;
	border-bottom: 2px solid #CCC;
	border-top: 2px solid #CCC;
	padding-bottom: 6px;
	padding-top: 6px;
	background-color:#EEE;
}

#navigation ul {
	padding:0px;
	margin:0px;
}	

#navigation li {
	list-style: none;
	display: inline;
	padding:5px;
	margin:5px;
}

#navigation a {
	margin:0px;
	padding:5px;
	text-decoration: none;
	display:inline;
	font-size:1.4em;
	font-weight:normal;
	text-align: center;
}	

#navigation a:link {
	color:#333;
	text-decoration: none;
}	

#navigation a:visited {
	color: #333;
	text-decoration: none;
}

#navigation a:hover {
	color: #333;
	background-color: #CCC;
	text-decoration: none;
}

/*--------LANGUAGE---------*/

ul.language {
	list-style: none;
	margin: 38px 0 0 0;
}

ul.language li {
	list-style: none;
	display: inline;
	padding:5px 5px 14px 5px;
	margin:5px 1px 5px 10px;
	text-decoration: none;
	font-size:1.4em;
	font-weight: normal;
}

ul.language a { text-decoration:none; color:#b6b6b6;}

ul.language a:link {
	color:#b6b6b6;
	text-decoration: none;
}	

ul.language a:visited {
	color: #b6b6b6;
	text-decoration: none;
}

ul.language a:hover {
	text-decoration:underline; color:#FFF;
}

/*--------CONTENT--------*/

#content-wrapper {
	width: 941px;
	background:#FFF;
	border: 2px solid #FFF; 
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	-khtml-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	behavior: url(border-radius.htc);
	margin: 0 auto;
}

#content {
	padding: 30px 47px 40px 47px;	
}

#content-home {
	padding: 30px 47px 0 47px;	
}

.sobre-mi{
	width:590px;
}

.retrato{
	display:block;
	float:right;
	width:220px;
	height:203px;
}

/*--PORTFOLIO--*/
		
#portfolio {
	margin-top: 27px;
	background-color:#FFF;
}
	
	#portfolio ul {
		padding: 0 0 0 45px;
		list-style: none; /* Remove the bullet points from the list */
	}
		#portfolio ul li {
			float: left; /* Float the lists to the left, laying them out side by side */
			padding: 2px; margin: 0 18px 18px 0;
		}
		
.next{
	margin:0 47px 20px 47px;
	text-align:left;
	display:block;
}

/*--------FOOTER--------*/


#footer {
	width:941px;
	background:#222;
	border: 2px solid #222;
	margin: 0 auto;
}
	
#footer-content {
	display:block;
	padding: 25px 47px 20px 47px;
}

#footer div.socialmedia {
	width: 410px;
	float:left;
}
	
#footer div.socialmedia a {
	padding: 5px;
}

#footer p {
	text-align:right;
	font-size:1.2em;
	color:#b6b6b6;
	margin:0;
}

#footer a {color:#b6b6b6; text-decoration: none;}

#footer a:hover {color:#FFF; text-decoration:underline;}	

#license {margin:0 47px 50px 47px;text-align:center;display:block;}

#license ul {
		padding: 0 0 0 327px;
		list-style: none; /* Remove the bullet points from the list */
	}
		#license ul li {
			float: left; /* Float the lists to the left, laying them out side by side */
			padding: 2px; margin: 0 18px 18px 0;

