@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

img, background-image { behavior: url(iepngfix.htc) }

body {
	position: relative;
	background-color: #2c2929;
	font-family: Courier, sans-serif, Arial, Helvetica;
	background-attachment: scroll;
}
#logo {
	position: fixed;
	z-index: 200;
	top: 300px;
	right: 15px;
}
#pagua {
	height: 220px;
	width: 400px;
	position: fixed;
	left: 55%;
	top: 38%;
}

#container {
	width: 1000px;
	overflow: hidden;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
}
#menuBarHolder {
	width: 100%;
	height:67px;
	color:#000000;
	font-family:Arial;
	font-size:15px;
	margin-top:0px;
	background-image: url(../imgs/menu_bg2.png);
	background-repeat: repeat-x;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 100;
}
#menuBarHolder ul{
	list-style-type:none;
	display:block;
	margin-right: auto;
	margin-left: auto;
	width: 685px;
}
.firstchild { border-left:1px solid #2c2929;}
#menuBar li{  float:left;  padding:15px; height:10px; width:140px; border-right:1px solid #2c2929; }
#menuBar li a{color:#2c2929; text-decoration:none; letter-spacing:-1px; font-weight:bold;}
.menuHover { background-color:#999;}
.menuInfo { cursor:hand; background-color:#fff; color:#2c2929; width:164px; font-size:12px;height:80px; padding:3px; display:none;  position:absolute; margin-left:-15px; margin-top:-15px;
-moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
    -khtml-border-radius-bottomright: 5px;   -khtml-border-radius-bottomleft: 5px;
    border-radius-bottomright: 5px;border-radius-bottomleft: 5px;
}
.scrollBg {
	background-image: url(../imgs/sky2.jpg);
	background-color: #2c2929;
	width: 400px;
	height: 220px;
}
	 
.scrollBg img {
 	    display: block;
}

/*--Slider trabajo--*/
*{outline: none;}
img {border: 0;}
.main_view {
	float: left;
	margin-top: 40px;
	margin-bottom: 50px;
	background-image: url(../imgs/bg_bigSlide3.jpg);
	background-repeat: no-repeat;
	width: 839px;
	text-align: left;
	background-position: bottom;
}
/*--Window/Masking Styles--*/
.window {
	height:300px;
	width: 700px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	border: 5px solid #FFFFFF;
	top: 34px;
	float: right;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: relative;
	bottom: 25px;
	width: 270px;
	height:35px;
	z-index: 10; /*--Assures the paging stays on the top layer--*/
	line-height: 40px;
	display: none;
	text-align: right;
	float: right;
	background-image: url(../imgs/paging_bg2.jpg);
	background-repeat: no-repeat;
}
.paging a {
	text-decoration: none;
	color: #111111;
	margin-right: 12px;
}
.paging a.active {
	color: #FFFFFF;
}

p {
	font-family: Courier, sans-serif, Arial, Helvetica;
	font-size: 15px;
	line-height: 150%;
	color: #fff;
	font-weight: normal;
}
#imgtexto p {
	font-size: 10px;
}
#texto {
	padding: 15px;
	width: 450px;
	float: left;
	text-align: left;
	margin-top: 40px;
	margin-left: 35px;
	clear: both;
	z-index: 5;
	background-color: #FFF;
	margin-right: 50px;
	box-shadow: -5px -5px 8px #121010;
	-moz-box-shadow: -5px -5px 8px #121010;
	-webkit-box-shadow: -5px -5px 8px #121010;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius:  12px;
	height: 450px;
	background-image: url(../imgs/bg_texto2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#texto a {
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
	color: #444;
}
#texto a:hover {
	text-decoration: none;
	color: #111111;
}
h1 {
	font-family: Courier, sans-serif, Arial, Helvetica;
	font-size: 15px;
	line-height: 150%;
	color: #444;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	line-height: 150%;
	color: #222222;
	float: left;
	padding-top: 35px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 100px;
}
.click {
	float: left;
	margin-top: 55px;
}
#imgtexto {
	padding: 15px;
	width: 350px;
	float: left;
	text-align: justify;
	margin-top: 110px;
	margin-left: 35px;
	margin-bottom: 30px;
}
#footer1 {
	margin: 0px;
	width: 100%;
	display: block;
	float: left;
	background-image: url(../imgs/menu_bg3.png);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 50;
}
#footer1 a {
	text-decoration: none;
	color: #222222;
}
.bold {
	color: #111111;
}
.verde {
	background-color: #ddd;
}
#mugshot {
	background-color: #FFF;
	display: block;
	width: 240px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	height: 240px;
	float: left;
	margin: 5px;
}
#artContainer {
	padding: 0px;
	margin-top: 100px;
	line-height: 0px;
	float: left;
	height: 509px;
	width: 21000px;
}
#art {
	background-color: #dddddd;
	float: left;
	margin-top: 10px;
	margin-left: 25px;
	overflow: hidden;
	display: block;
	padding: 3px;
	z-index: -1;
}
#art a img, #art a {
	border: 3px solid #dddddd;
	margin: -3px;
}
#art a:hover img {
	border: 3px solid #FFFFFF;
}
.resaltador {
	background-color: #242222;
	display: block;
	height: 100%;
	width: 3000px;
	position: fixed;
	z-index: 10;
	top: 87%;
	left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #121010;
	box-shadow: 0px -3px 8px #121010;
	-moz-box-shadow: 0px -3px 8px #121010;
	-webkit-box-shadow: 0px -3px 8px #121010;
	bottom: 0px;
}
html {overflow: auto;}
html, body, iframe {margin: 0px; padding: 0px; height: 100%; border: none;} 
iframe {display: block; width: 100%; border: none; overflow-y: auto; overflow-x: hidden;} 

fieldset{margin:20;padding:0;border:0;}
label{width:250px; display:block;margin-top: 7px;}
.txt_input{width:250px; display:block;}
textarea{
	height:80px;
	width:250px;
	background-color: #fff;
	border: 2px dashed #333;
}
input{
	display:block;
	margin-top: 5px;
	background-color: #fff;
	border: 2px dashed #333;
}
.req{color:#f00;font-size:90%;}
#form_errors{color:#f00; display:none;}
#form_thanks{color:#000; display:none;}
.formulario {
	background-color: #fff;
	display: block;
	width: 600px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	height: 100%;
	-webkit-box-shadow: 4px 6px 8px #121010;
	-moz-box-shadow: 4px 6px 8px #121010;
	box-shadow: 4px 6px 8px #121010;
	margin-top: 48px;
	margin-left: 180px;
	clear: both;
	padding: 30px;
	background-image: url(../imgs/yo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 10px;
}
#excusa {
	padding: 15px;
	width: 350px;
	float: left;
	text-align: justify;
	margin-top: 110px;
	margin-left: 35px;
	margin-bottom: 30px;
	position: fixed;
	z-index: -1;
}

