/* CSS Document */

body {
	background-color: #000;
	margin-top:45px;
}

img,h1,h2,h3,h4,p,ul,li,span,a { margin:0; padding:0; text-decoration:none; border:none; }

.clear { clear:both; }

a, a:visited { color: #333; }
a:hover { color:#1B75BB; }

#wrapper {
	width:1024px;
	height:768px;
	margin:0 auto 25px auto;	
}
#menu {
	width:1024px;
	height:85px;	
}

#logo {
	width:198px;
	height:85px;
	float:left;	
}

#buttons {
	width:245px;
	height:85px;
	float:right;	
}
/* START WORK */
#wrapper-work {
	width:1124px;
	height:768px;
	margin:0 auto 25px auto;		
}

#menu-work {
	width:1024px;
	height:85px;
	margin:0 auto;
}

#logo-work {
	width:198px;
	height:85px;
	float:left;	
}

#buttons-work {
	width:272px;
	height:85px;
	float:right;	
}

#content-work {
	width:1024px;
	height:400px;
	background:#333;	
}

#bottom-menu {
	width:1024px;
	height:285px;
	background:#000 url(assets/img-work-background-bottom.jpg) bottom no-repeat;
	margin:0 auto;	
}

#bottom-menu .tabla-menu { 	
	width:990px;
	margin:20px auto; 
	}

#bottom-menu .tabla-menu td { 
	height:10px;
	padding:3px;
	}

/* START HOME */

#header-home {
	width:100%;
	height:171px;	
}

/* JQUERY ROLLOVER STYLES */
.thumbnails	{ list-style-type:none;}
.thumbnails li { width: auto; height:auto; display:inline;  }

/* FONT */

@font-face {
	font-family: 'MonacoRegular';
	src: url('monaco-webfont.eot');
	src: local('☺'), url('monaco-webfont.woff') format('woff'), url('monaco-webfont.ttf') format('truetype'), url('monaco-webfont.svg#webfontBEYhSnX3') format('svg');
	font-weight: normal;
	font-style: normal;
}

.Monaco {
		font-weight: normal; 
		font-style: normal; 
		line-height:normal; 
		font-family: 'MonacoRegular', 'Lucida Grande', sans-serif;
		color:white;
		font-size:12px;
}

.Monaco a { color:white; text-decoration:none; }

.Monaco a:hover {
		color:#13a5a7;	
}

/* PROFILE */

img.titulo-aimee-profile {
	margin-top:38px;	
	margin-left:25px;
}

#wrapper-profile {
	width:1124px;
	min-height:768px;
	height:auto;
	margin:0 auto 25px auto;
	background:url(assets/img-back-profile.gif) no-repeat bottom center;
}

.titulo-profile {
	text-transform:uppercase;

}

#profile-content {
	width:990px;
	min-height:700px;
	height:auto;
	margin:0 auto;
	color:#6d6d6d!important;	
}

.white-text {
	color:#FFF;	
}

/* CONTACT */

.titulo-aimee-contact {
	width:198px;
	height:40px;
	float:left;
	padding-top:38px;	
	padding-left:25px;
}

.email-contact {
	margin-top:15px;
	font-size:14px;	
}

#wrapper-contact {
	width:1124px;
	min-height:768px;
	height:auto;
	margin:0 auto 25px auto;
	background:url(assets/img-back-contact.gif) no-repeat bottom center;
}

#contact-content {
	width:990px;
	min-height:700px;
	height:auto;
	margin:0 auto;
	color:#6d6d6d!important;	
}


