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

* {
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	color:#353735;
	text-decoration:none;
}

b {
	color:#eeaf30;
	font-size:15px;
}

body {
	background:#e8e5e2 url(images/main-bg.png) top center repeat;
	text-align:center;
}

.wrapper {
	width:900px;
	margin:0 auto;
	text-align:left;
}

#header {
	background:url(images/upper-bg.png) top repeat-x;
	height:220px;
	position:fixed;
	top:0px;
	width:100%;
	margin-bottom:300px;
	z-index:500;
}

#header .wrapper {
	background:url(images/header-divline.png) bottom no-repeat;
	height:75px;
	margin-top:50px;
}

.logo {
	margin:15px 30px;
	border:0;
	outline:none;
}

#menu {
	float:right;
	margin:30px 15px;
}

.hugophoto {
	float:left;
	margin:0px 25px;
}

#welcome, #showcase, #contactme {
	margin:135px auto;
	z-index:-1;
	xbackground-color:#900;
}

#welcome {
	padding:30px;
	width:840px;
	margin-bottom:350px;
}

#inicio, #portafolio, #contacto {
	margin:0px auto;
	width:100%;
}

#contactme {
	margin-bottom:600px;
}

#welcome h1 {
	background:url(images/title.png) top no-repeat;
	text-indent:-1500em;
	line-height:50px;
	margin:30px 90px 5px 115px;
	width:100%;
}

#welcome p {
	font-weight:700;
	font-size:16px;
	line-height:18px;
	width:800px;
}

.adobeicon {
	margin:6px 0px;
	border:none;
}

.squared {
	background:url(images/folio-sq.png) top no-repeat;
	width:130px;
	height:130px;
	padding:10px;
	float:left;
	margin:15px;
	text-align:right;
	text-decoration:none;
}

.squared img {
	border:1px solid #b7b1a9;
}

.squared h4 {
	font-size:14px;
	color:#3cb6ce;
}

a:hover .squared h4 {
	color:#eeaf30;
}

.clear {
	clear:both;
	width:100%;
	height:10px;
}

#contactme {
	height:300px;
	background:url(images/rolodex.png) top no-repeat;
	padding-top:65px;
}

#msgform {
	float:right;
}

#data {
	width:210px;
	height:120px;
	margin:0px 0px 15px 230px;
	position:relative;
}

#data h5 {
	font-size:20px;
}

#data p, #sociallinks p {
	font-size:13px;
}

#data p span {
 direction:rtl;
 unicode-bidi:bidi-override;
}

#sociallinks {
	text-align:right;
	width:320px;
	margin-left:120px;
}

#sociallinks img {
	margin:5px 2px;
	border:none;
}

#msgform {
	width:360px;
	height:200px;
	margin-right:70px;
	overflow:hidden;
}

#msgform input {
	background:url(images/divline.png) bottom no-repeat;
	width:360px;
	border:none;
	border-bottom:1px solid #d2cfcb;
	outline:none;
	line-height:30px;
	margin:3px 5px;
	font-size:15px;
	font-weight:700;
}

#msgform label {
	color:#3cb6ce;
	font-size:15px;
	font-weight:700;
	margin:15px 0px 0px 5px;
}

#msgform textarea {
	width:360px;
	background:url(images/divline.png) bottom no-repeat;
	width:360px;
	border:none;
	border-bottom:1px solid #d2cfcb;
	outline:none;
	line-height:15px;
	font-size:13px;
	font-weight:700;
	height:50px;
	overflow:auto;
	margin-left:5px;
	color:#999;
}

#msgform button {
	background:url(images/send.png) top center no-repeat;
	text-indent:-1000em;
	border:none;
	height:25px;
	width:105px;
	margin-top:8px;
	float:right;
}
	
	