@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

a{
	color:#008800;
}


body {
	background-color: #4D4D4D;
	font-size: 84%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
}

/*a { color:inherit; text-decoration:inherit; }
a:hover { color: #000; }*/
a.title { color:#006600; background:#FFFFFF; }

#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	height: 500px;
	background-color:#FFFFFF;
	border:solid 3px #01A03F;
}
#logo{
	padding:6px 6px 6px 6px;
	float:left;
	position:absolute
}

#header{
	height: 82px;
	border-bottom: solid 3px #01A03F;
	position:static;

}

#menu{
	width:550px;
	height:69px;
	float:right;
	margin-top:14px;
	position:static;
	text-align:center;

}

#menu ul {
	margin:0;
	list-style:none;
	padding: 0;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	margin-left: 10px;
}
#menu a {
	float:none;
	color:#000000;
	text-decoration:none;
}
#menu li { 
	float:left; 
	color:#000000;
	background:#E3E5E6 url(../img/buttons.png) repeat-x 0px 0px;
	margin:0;
	padding:9px 20px 0 20px; 
	height: 25px;
}
#menu .current {
	background: #478C5E url(../img/buttons.png) repeat-x 0 -55px;
	color:#FFFFFF;
}
#menu .current a {
	color:#FFFFFF;
}
#menu a:hover {
	color:#01A03F;
}

#menu2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:8px;
	float:right;
	padding-right: 20px;

}
#menu2 div{
	float:left;
	padding:0px 19px 0px 0px;
}

#menu2 div .buscar{
	margin: 0; 
	font-size: 110%; 
	border: none;
	color:#999999;
	background: #FFFFFF; 
	padding: 1px; 
	font-weight: bold;
	cursor:pointer;
}

#menu2 div input{
	font-size:12px;
	background-color:#F1F7EE;
	
	border:solid #999999 1px;;
 }


#content{
	position:static;
	height:412px;
	background:#FFFFFF url(../img/w2d-background.jpg) top no-repeat;

}

#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top: 10px;
	padding-bottom: 5px;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
}

#footer a{
	color:#FFFFFF;
}


#ajaxwin_contenedor{

	float:right;
	padding:8px;
	width: 500px;
	text-align:center;
	background:url(../img/ajaxwinbg.png) no-repeat center #C9E3D1;
}

.ajaxwin_space{
	text-align:center;
	padding: 4px 0px 4px 0px;
	float:left;
}

.ajaxwin_space p{
	font-size:14px;
	font-family:"Trebuchet MS";
}

.ajaxwin_bigbox{
	float:left;
	width: 486px;
	border: solid 2px #01A03F;
	padding:5px;
	background: url(../img/boxbg.gif) repeat-x bottom #FFFFFF;
	text-align:left;
	
}

.ajaxwin_smallboxright{
	padding:5px;
	border: solid 2px #01A03F;
	width: 232px;
	float:right;
	background: url(../img/boxbg.gif) repeat-x bottom #FFFFFF;
}

.ajaxwin_smallboxleft{
	padding:5px;
	border: solid 2px #01A03F;
	width: 232px;
	float:left;	
	background: url(../img/boxbg.gif) repeat-x bottom #FFFFFF;
}

.ajaxwin_smallboxleft h3, .ajaxwin_smallboxright h3, .ajaxwin_bigbox h3{
	padding:4px 10px 4px 10px;
	margin: -5px;
	font-family:"Trebuchet MS";
	font-size:13px;
	background:#FFFFFF;
}


#ajaxwin_tecnologias{
	width: 159px;
	padding: 4px;
	border-color:#999999;
	background:url(../img/smallboxbg.png) no-repeat center #C9E3D1;
}

#ajaxwin_tecnologias ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:0;
	list-style:none;
	padding: 0px 6px 0px 0px;
}

#ajaxwin_tecnologias ul li{
	padding: 1px 0px 2px 0px;
}

#ajaxwin_tecnologias ul a{

}

#ajaxwin_tecnologias center{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	margin-top:8px;
}