@charset "utf-8";
/* CSS Document */
/* v1.0 | 20080212 */

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*end of reset*/
p{
color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:15px;
font-size:15px;
line-height:120%;
text-align:left;
}

h3{
line-height:150%;
color:#999999;
}
body{
background-color:#000000;
}


div#backimg{
background-image: url("img/background1b.jpg");
position:fixed;
background-repeat:no-repeat;
	background-position:right top;
	height: 1280px;
	width: 100%;
z-index:0;
}


div#contact{
	position:absolute;
	left:800px;
	top:150px;
	z-index:1;
}

div#leftcontainer{
	margin-left:20px;
	position:absolute;
	left:0;
	top:0;
	width:760px;
}

div#header{
	height:150px;

}

div#headermisc{
display:none;
position:absolute;
top:60px;
left:720px;
}


div#headerspacer{
left:0px;
position:absolute;
top:100px;
}

div#headermenu{
	margin-top:7px;
}

#navheader ul{
float:left;
list-style:none;
}

#navheader li{
float:left;
margin:2px 10px 2px 2px;
}

#navheader li a{
padding:1px 2px 1px 2px;
border-right: #333333 1px solid;
border-bottom: #333333 1px solid;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:.10em;
color:#999999;
text-decoration:none;
}

#navheader li a:hover{
padding:1px 2px 1px 2px;
/*background-color:#111111;*/
border-right: #333333 1px solid;
border-bottom: #333333 1px solid;
color:#CCCCCC;

}

#navheader li a#current{
color:#666666;
/*border: #00FF66 1px solid;*/
/*background-color:#000000;*/
}

div#maincontent{
	margin-left:0px;
	margin-bottom:50px;
	height:300px;
	width:400px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

div#footer{
height:50px;
clear:both;
}

div#copyr{
	position:absolute;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	position:absolute;
	right:5px;
	bottom:20px;
}

div.imgcontainer{
width:230px;
background-color:#111111;
padding:10px 0 10px 10px;
margin:10px 50px 20px 0px;
color:#999999;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
float:left;
}


div#workcontent{
	margin-left:10px;
	margin-bottom:50px;
	width:600px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

form#quikcontact {
width:220px;
margin:0px 00px 0px 0px;
}
label {
margin:5px 0 0 0;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:120%;
float:left;
color:#CCCCCC;
display:block;
/*font-weight:bold;*/
}

.textInput {/*no está funcionando, ahora se usa el cleardefault*/
	background-color:#333333;
	border:#999999 1px solid;
	color:#FFFFFF;
	margin:0 10px 10px 0;
	float:left;
	width:200px;	
}

.textInput:hover{
border:#999999 1px solid;
background-color:#111111;}




.textArea{
background-color:#333333;
	color:#FFFFFF;
	margin:0 10px 10px 0;
	width:200px;
	height:160px;
}

.textArea2{
background-color:#333333;
	border:#999999 1px solid;
	color:#FFFFFF;
	margin:0 10px 10px 0;
	width:300px;
	height:160px;
}

.textArea:hover{
border:#999999 1px solid;
background-color:#111111;

}

.textArea2:hover{
border:#999999 1px solid;
background-color:#111111;

}


.textArea:focus{
border:#00FF66 1px solid;
background-color:#111111;
}

.textArea2:focus{
border:#00FF66 1px solid;
background-color:#111111;
}

.textInput:focus{
border:#00FF66 1px solid;
background-color:#111111;
}

#submit{
float:left;
/*border-style:none;*/
margin-right:20px;
}



div#allimgcontainer{
margin:30px 0px 50px 0px;
height:550px;
}

.comm{
font-size:12px;
color:#666666;
}

div#contactleft{
	float:left;
	width:300px;
	margin-left:0px;
	margin-bottom:50px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

div#contactright{
	float:right;
	margin-right:50px;
	width:300px;
	margin-bottom:50px;
	margin-left: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

.warning{
color:#00CC66;
font-weight:bold;
width:220px;

}

