html { 
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	font-size:62.5%;
	font-family: Arial, sans-serif;
	background-color: #fff;
	color: #6e6e6e;
}

/* ============ TAGS GLOBALES ============ */

img {border: 0;}

ul, ol, li, dl, dt, dd {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a { text-decoration: none; }

h1,h2,h3,h4,h5,h6 {padding: 0; margin: 0;}

form,fieldset,label,input {padding: 0;margin: 0;}

fieldset {border: 0;}

p {margin: 1em 0;}

.hidden, .invisible {display: none;}
.clear {clear: both;}

/* ============ ORGANIZACION ESTRUCTURAL ============ */

#wrapper {
	width: 1150px;
	margin: 0 auto 20px auto;
	text-align: left;
	background-color: #fff;
	font-size: 1em; 
	overflow: hidden;
	position: relative;
}
#top {padding: 25px 0 25px 0;}
h1 {width: 53px; height: 44px; float: left;}
	h1 img {display: block; }
#menu {padding-top: 35px;}
	#menu li {display: block; float: left; padding: 0 5px; text-transform: uppercase;}
	#menu li a {color: #6e6e6e;}
	#menu li a:hover, #menu li .selected {color: #af1e23;}

#bigProfile {width: 803px; overflow: hidden; float: left; }	
#shadowTop, #shadowBottom {display: block; width: 803px; background: #f5f5f5 url(../img/top-shadow.png) no-repeat right 0; height: 4px;}
#shadowBottom {background-image: url(../img/bot-shadow.png); height: 5px; }
#profileDiv {font-size: 15px; line-height: 1.4; }
/* background: #f5f5f5 url(../img/right-shadow.png) repeat-y right 0;  */
	.principalPr {background: #e6e5ec url(../img/bg-principal.jpg) no-repeat; color: #fff; width: 605px; height: 448px; padding: 1px 175px 0 20px; }
	.studioPr {background: #e6e5ec url(../img/bg-studio.jpg) no-repeat; color: #373737; width: 540px; height: 448px; padding: 1px 240px 0 20px; }
	#profileDiv a {color: #6e6e6e; text-decoration: underline; }
	#profileDiv a:hover {background-color: #a0a0a0; color: #fff; }

.subNav {margin: 0; display: block; float: right; width: 330px;}
	.subNav li {margin-top: 5px; }
	.subNav li span, #numWork span {text-transform: uppercase; }
	.subNav .visited {color: #b8b8b8;}
	.subNav li span:hover, .subNav .active {cursor: pointer; color: #c4122f; }

#contact {
	width: 760px;
	height: 409px;
	background-color: #d7182a;
	padding: 20px;
	font: normal 14px Arial, sans-serif;
	color: #fff;
	line-height: 1.4;
}
#contact a {
	text-decoration: none;
	color: #fff;
}

#numWork {position: absolute; right: 3px; top: 0; height: 12px; padding: 5px; text-align: right; z-index: 99; background-color: rgba(255,255,255,.5);}
#numWork span {font-size: 10px; color: #000; padding: 0 3px; cursor: pointer; }
#numWork .active {color: #c4122f;}

#junctionj {display: block; float: right; clear: both; margin: 20px 0;}

#bigWorkPhotos, #workPhotos {position: relative; overflow: hidden; width: 803px; float: left; height: 449px; }                                                                             
