/* Reset */
heml, body,div,span, object, h1, h2, h3, h4, h5, h6,p,blockquote, pre, a, address, code, img,
small,strong,dl. dt, dd,ol, ul, li,
fieldeet, from, label {
         margin:0;
         padding: 0;
         border: 0;
         outline: 0;
         font-size:100#;
         vertical-align: baseline;
         background: transparent;
}
body{
     line-height: 1.5;
     font-family: helvetica, arial, sane-serif;
     
}
ol,ul {
       list-style: none;
}

/* End Reset */
p{
 font-size:14px;
}
 a{
 text-decoration: none;
 color: #4e4e4e;
 font-size: 14px;
 border:0;
}
 
a:hover{
	text-decoration:none
}

input{
  background:#696969;
  border: 1px solid #c3c3c3;
  color: #cbcbcb;
  padding: 3px;
}

input:focus ,input:hover
{
 background:#ededed;
 color: #4e4e4e;
}


/*Main style */
body{
background: #f6f6f6 url(img/bg.jpg) repeat-x;
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrap{
   width:960px;
margin:auto;

}

/* Navegation */

#header ul {
 overflow: hidden;
 margin-left: -120px;
 margin-top: 2px;

}
 
#header ul li{
 float: left;
 padding-left: 40px;
 padding-right: 40px;
 padding-top:20px;
 padding-bottom:28px;


 border-right:1px solid #d8d8d8;
 border-left:1px solid white;

}

#header ul li:first-child {
 border-left: none;
}
#header ul li:last-child{
 border-right: none;
}
#header ul li:hover first-child {
 none;
}

#header ul li.first:hover {
background:none;
}


#header ul li.last:hover {
background:none;
}
#header ul li.first{
	border-left:0;
}

/*
#header ul a{
margin-left:4px;
}
#header ul a:hover {
 overflow: hidden;
 margin-left: -40px;
}
*/

#header ul li a,
#header ul li a:link,
#header ul li a:active{
 psition: relative,
 margin-right:10px;
}


#header ul li a:hover{
color: #0087c7;
}

#header ul li:hover{
 text-decoration: none;
 padding-left: 40px;
 padding-right: 40px; 
 padding-top:18px;
 padding-bottom:30px;
 background:url(img/li-bg.jpg) repeat-x;
 
 
}


#header ul li.last{
	border-right:0;
}


#header img{
border: 0;
margin-top:38px;
margin-bottom: -23px;
}

#header #photo img {
border:1px solid #bebdbe;
margin-top:38px

}
.p{
	width:450px;
	float:right;
	display:inline;
	font-size:12px;
	color:#919090;
	margin-top:-40px;
	margin-right:-15px;
	
	}


/*main*/

#main{
	width:943px;
	height:auto;

        margin-top:38px;
padding-bottom:30px;
	background-color:#eae9ea;
	border-left:1px solid #bebdbe;
	border-right:1px solid #bebdbe;
}
#main h1{
	color:#0087c7;
	font-size:90px;
}

#main h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:22px;
	color: #666666;
	font-weight:800;
}
#main h3{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}

.head img{
	border:1px solid #FFF;
	margin:auto;
}
 .welcome{
width:560px;
float:left;
margin-left:10px;
margin-right:10px;
margin-top:15px;
padding-right:10px;
padding-left:10px;
border-right:2px solid #cbcacb;
}
.welcome h2{
	margin-top:1px;

}
.welcome p{
color:#706f6f;
font-family:Tahoma, Geneva, sans-serif;
font-size:14px;
padding:5px;
}


#main #secondary{
float:left;
display:inline;
margin-top:20px;
width:340px;
}
#main #secondary p{
	color:#706f6f;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
#main #secondary h2{
margin-top:-10px;
margin-bottom:30px;
margin-left:5px;

}
#main #secondary .second{
margin-left:15px;
margin-right:15px;
}

.outer a, .outer div, .outer li, .outer ul, .outer body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.outer{
	margin-left:30px;
	margin-top:-5px;
}

.menu{
	width: 194px;
	margin:auto;
}
.menu ul{
	list-style: none;
	text-indent: 0px;
}
.menu li{
	margin-top: 3px;
}
.menu a{
	font: 12px tahoma;
	padding: 4px;
	color: #646464;
	display:block;
	padding: 6px 30px;
	padding-right:1px;
	height: 20px;
	text-decoration: none;
	background: url('images/background.gif');
}

.menu a:hover{
	background: url('images/highlight.gif') no-repeat right;
	padding: 6px 40px;
	padding-right:1px;

}



/*clear*/
.clear{
 clear:both;
 display:block;
 overflow:hidden;
 visibility:hidden;
 width:0;
 height:0;
}

.clear10{
 clear:both;
 display:block;
 overflow:hidden;
 visibility:hidden;
 width:0;
 height: 5px;
}

.clearfix:after{
 clear:both;
 content:' ';
 display:block;
 font-size:0;
 line-height:0;
 visibility:hidden;
 width:0;
 height:0;
}

.clearfix{
 display:inline-block;
}

* html .clearfix{
 height:1%;
}

.clearfix{
 display:block;
}


/*footer*/

#footer{

margin-right:auto;
margin-left:auto;
padding:5px;
background:#515050;
height:270px;
color:#eae9ea;
font-size:12px;
}
#footer #inner{
width:943px;
margin:auto;
}

#footer .left{
float:left;
width:550px;
margin-bottom:-20px;
}
.left p{
float:left;
margin-left:10px;
font-size:12px
}

#footer .left ul{
float:left;
margin-left:-30px;

}


.left ul li a,
.left ul li a:link,
.left ul li a:active{
	color:#CCC;
	font-size:12px;
	margin-left:10px;
	margin-right:20px;
}

.left ul li a:hover{
	color:#0083c7;
	border-bottom: 1px solid #0083c7;
}

.link{
	float:left;
font-size:12px
	}
	
.link a,
.link a:link,
.link a:active{
	color:#CCC;
	font-size:12px
}

.link a:hover{
	color:#0083c7;
}

#footer .right img{
border:none;
}

#footer .right{
float:left;
display:inline;
margin-left:20px;
width:340px;
height:130px;
}

.right p{
font-size:12px;
}
.rss{display:block;overflow:hidden;width:32px;height:32px;float:left;margin-left:5px;}
.rss a{width:32px;height:32px;display:block;text-indent:-9999px; background-image:url(img/rss.png);background-repeat:no-repeat;background-position:center top;}
.rss a:hover{width:32px;height:32px;display:block;text-indent:-9999px;background-image:url(img/rss.png);background-repeat:no-repeat;background-position:center bottom;}
.linkedin{display:block;overflow:hidden;width:32px;height:32px;float:left;margin-left:5px;}
.linkedin a{width:32px;height:32px;display:block;text-indent:-9999px;background-image:url(img/linkedin.png);background-repeat:no-repeat;background-position:center top;}
.linkedin a:hover{width:32px;height:32px;display:block;text-indent:-9999px;background-image:url(img/linkedin.png);background-repeat:no-repeat;background-position:center bottom;}
.stumble{display:block;overflow:hidden;width:32px;height:32px;float:left;margin-left:5px;}
.stumble a{width:32px;height:32px;display:block;text-indent:-9999px;background-image:url(img/stumble.png);background-repeat:no-repeat;background-position:center top;}
.stumble a:hover{width:32px;height:32px;display:block;text-indent:-9999px;background-image:url(img/stumble.png);background-repeat:no-repeat;background-position:center bottom;}
.diggit{display:block;overflow:hidden;width:32px;height:32px;float:left;margin-left:5px;}
.diggit a{width:32px;height:32px;display:block;text-indent:-9999px;background-image:url(img/dig.png);background-repeat:no-repeat;background-position:center top;}
.diggit a:hover{width:32px;height:32px;display:block;text-indent:-9999px;background-image:url(img/dig.png);background-repeat:no-repeat;background-position:center bottom;}
.delicious{display:block;overflow:hidden;width:32px;height:32px;float:left;margin-left:5px;}
.delicious a{width:32px;height:32px;display:block;text-indent:-9999px;background-image:url(img/delicious.png);background-repeat:no-repeat;background-position:center top;}
.delicious a:hover{width:32px;height:32px;display:block;text-indent:-9999px;background-image:url(img/delicious.png);background-repeat:no-repeat;background-position:center bottom;}
.facebook{display:block;overflow:hidden;width:32px;height:32px;float:left;margin-left:5px;}
.facebook a{width:32px;height:32px;display:block;text-indent:-9999px;background-image:url(img/facebook.png);background-repeat:no-repeat;background-position:center top;}
.facebook a:hover{width:32px;height:32px;display:block;text-indent:-9999px;background-image:url(img/facebook.png);background-repeat:no-repeat;background-position:center bottom;}
.twitter{display:block;overflow:hidden;width:32px;height:32px;float:left;margin-left:5px;}
.twitter a{width:32px;height:32px;display:block;text-indent:-9999px;background-image:url(img/twitter.png);background-repeat:no-repeat;background-position:center top;}
.twitter a:hover{width:32px;height:32px;display:block;text-indent:-9999px;background-image:url(img/twitter.png);background-repeat:no-repeat;background-position:center bottom;}

.bottom{
	border-top:1px dashed #666;
	
}

#footer .bottom ul{
float:left;
margin-left:-30px;
margin-top:-10px;
margin-right:40px;
}


.bottom ul li a,
.bottom ul li a:link,
.bottom ul li a:active{
	color:#CCC;
	font-size:13px;
	margin-left:10px;
	
}

.bottom ul li a:hover{
	color:#0083c7;
	
}
	
/*      V1        */
	


#menu4 {
	width: 245px;
	margin-left:-30px;
	margin-top:-30px;
	padding-top:15px;
	}
	
#menu4 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu4 li a:link, #menu4 li a:visited {
	color:9dc4dc;
	display: block;
	background: url(images/menu4.gif);
	padding: 8px 0 0 30px;
	}
	
#menu4 li a:hover {
	color: #fff;
	background: url(images/menu4.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
#menu4 li a:active {
	color: #fff;
	background: url(images/menu4.gif) 0 -64px;
	padding: 8px 0 0 30px;
	}	
/********** contact form **********/
#contactform { margin:0; padding:5px 10px;}
#contactform * { color:#222222;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block; float:left;}
#contactform li.buttons { margin:5px 0 5px 110px; border:0;}
#contactform label { margin:0; width:110px; display:block; padding:10px 0; font:bold 12px Arial, Helvetica, sans-serif; color:#222222; text-transform:capitalize; float:left;}
#contactform label span { color:#ff0000;}
#contactform input.text { width:380px; border:1px solid #dcdcdc; margin:10px 0; padding:5px 2px; height:16px; background:#f5f5f5; float:left;}
#contactform textarea { width:380px; border:1px solid #dcdcdc; margin:10px 0; padding:2px; background:#f5f5f5; float:right;}
#contactform li.buttons input { padding:3px 0; margin:0; border:0; float:left; background:none;}
p.response { text-align:center; color:#ff0000; font:12px Arial, Helvetica, sans-serif; line-height:1.8em; width:auto;}


/**********jquery***********/



    
.jscom, .mix htcom   { color: #4040c2; }
.com      { color: green; }
.regexp   { color: maroon; }
.string   { color: teal; }
.keywords { color: blue; }
.global   { color: #008; }
.numbers  { color: #880; }
.comm     { color: green; }
.tag      { color: blue; }
.entity   { color: blue; }
.string   { color: teal; }
.aname    { color: maroon; }
.avalue   { color: maroon; }
.jquery   { color: #00a; }
.plugin   { color: red; }

li { list-style-type: none; }
.basic, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }


.basic  {
	width: 530px;
	font-family: verdana;
	border: 1px solid #cbcacb;
	margin-left:px;
}
.basic div {
	background-color: #eee;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	
	font-size: 12px;
	margin: 0px;
	padding: 10px;
}
.basic img{
	float:right;
	margin:5px;
	border: 2px solid #cbcacb;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #515050;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("AccordionTab0.gif");
}
.basic a:hover {
	
	background-color: white;
	background-image: url("AccordionTab2.gif");
	color: #e3e1e1;
}
.basic a.selected {
	color: #eee;
	background-color: #80cfe2;
	background-image: url("AccordionTab2.gif");
	
}

#list2 {
	height: 178px;
	border: 1px solid #eee;
	overflow: hidden;
}
#list2 .red {
	color: red;
	background-color: red;
}
#list2 .green {
	color: green;
	background-color: green;
}
#list2 .blue {
	color: blue;
	background-color: blue;
}
#list2 dd { height: 130px; overflow: hidden; }

#list3 { border: 1px solid #111; }
#list3 div.selected .title { font-weight: bold; }
#list3 div div {
	border-left:8px solid #6699CC;
	padding: 5px;
}
#list3 div.title {
	border: 1px solid #3366AA;
	background-color: #6699CC;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}

#navigation {
	border:1px solid #5263AB;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:200px;
}
#navigation a.head {
	cursor:pointer;
	border:1px solid #CCCCCC;
	background:#5263AB url(collapsed.gif) no-repeat scroll 3px 4px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:#FFFF99;
}
#navigation a.selected {
	background-image: url(expanded.gif);
}
#navigation a.current {
	background-color:#FFFF99;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	background-color:#FFFF99;
	color:#FF0000;
}

#wizard {
	width: 200px;
	border: 1px solid black;
}
#wizard .title {
	background-color:#DDDDDD;
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}