/* Colores 

Orange: #F69300


 ------- Colores */
/* 	.............................................. Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 

/* ---------------------------------------------- Clearfix */
/* .............................................. Globals */
body{
	font-size: 12px; font-family: Verdana, Arial, sans-serif; line-height: 1.5em; color: #3b4056; background: url('../img/bg_wrapperHeader.png') repeat;
}

a{
	cursor: pointer;
	color: #383c4f;
	text-decoration: none;
}
a:hover{
	color: #111; text-decoration: underline;
}
a.aButton{
	display: block;
}
p{
	margin-bottom: 10px; font-weight: normal;
}
h1{
	font-size: 4em; color: #F69300; font-weight: normal; line-height: 1em;
	font-family: "Luciad Grande", sans-serif;
	margin-bottom: 10px; 
}
h2{
	font-size: 2em; font-weight: normal; margin-bottom: 10px; z-index: 9999;
}

h1,h2,p{
	cursor: default;
}
p.manifesto{
	font-size: 1.4em; line-height: 2em;
}
small{
	font-size: 80%;
}
#illustrations{
	position: relative; z-index: 999999;
}
strong{
	font-weight: bold;
}
#contactPanel{
	z-index: 99999999; width: 322px; height: 333px; position: fixed; top: 189px; left: -350px; background: url('../img/br_contactPanel.png'); padding: 30px; cursor: pointer;
}
	#contactPanel h1{
		color: white; font-size: 1.8em;
	}
	#contactPanel h2{
		color: #e3e3e3; margin: 10px 0; font-size: 1.4em;
	}	
	#contactPanel a{
		display: block; color: white;
	}
	#contactPanel p{
		color: #ccc;
	}
		#contactPanel p.cif{
			font-size: 1.3em; color: #fff;
		}
		#contactPanel p strong{
			color: white; font-size: 1.6em;
		}
/* ---------------------------------------------- Globals */
/* .............................................. Tools */
.clear{
	clear: both;
}
.leftMarg20{
	margin-left: 20px;
}
.rightMarg20{
	margin-right: 20px;	
}
.left{
	float: left;
}
.right{
	float: right;
}
/* ---------------------------------------------- Tools */
/* .............................................. Header */
#wrapper_header{
	height: 185px; background: url('../img/bg_wrapperHeader.png') repeat-x;
	color: #aaa;
}
#header{
	position: relative;
	width: 960px; height: 185px; margin: auto;	background: url('../img/bg_header.png') no-repeat;
}
#languageSwitch{
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 30px;
	color: #aaa;
	font-size: 10px;
}
#languageSwitch:hover{
	text-decoration: none;
}
#languageSwitch img{
	vertical-align: middle;
	margin-left: 5px
}
#mainMenu{
	position: relative; right: 50px; top: 50px;
}
#mainMenuList{
}
	#mainMenuList li{
		float: left;
		}
		#mainMenuList li a{
			display: block; text-decoration: none; color: #555; padding: 20px 0 0 50px; font-size: 0.8em;
		}
			#mainMenuList li a strong{
				display: block; color: #333; font-size: 1.4em;
			}
			#mainMenuList li a.active{
				cursor: default;
			}
			#mainMenuList li a#bt_menu_home{
				width: 118px; height: 51px; background: url('../img/bt_sp_menu_home.png') 0 -142px no-repeat;
			}
				#mainMenuList li a#bt_menu_home:hover{
					background: url('../img/bt_sp_menu_home.png') 0 -71px no-repeat;
				}
				#mainMenuList li a#bt_menu_home.active{
					background: url('../img/bt_sp_menu_home.png') 0 0 no-repeat;
				}
			#mainMenuList li a#bt_menu_info{
				width: 115px; height: 51px; background: url('../img/bt_sp_menu_info.png') 0 -142px no-repeat;
			}
				#mainMenuList li a#bt_menu_info:hover{
					background: url('../img/bt_sp_menu_info.png') 0 -71px no-repeat;
				}
				#mainMenuList li a#bt_menu_info.active{
					background: url('../img/bt_sp_menu_info.png') 0 0 no-repeat;
				}
			#mainMenuList li a#bt_menu_servicios{
				width: 118px; height: 51px; background: url('../img/bt_sp_menu_servicios.png') 0 -142px no-repeat;
			}
				#mainMenuList li a#bt_menu_servicios:hover{
					background: url('../img/bt_sp_menu_servicios.png') 0 -71px no-repeat;
				}
				#mainMenuList li a#bt_menu_servicios.active{
					background: url('../img/bt_sp_menu_servicios.png') 0 0 no-repeat;
				}
			#mainMenuList li a#bt_menu_proyectos{
				width: 118px; height: 51px; background: url('../img/bt_sp_menu_productos.png') 0 -142px no-repeat;
			}
				#mainMenuList li a#bt_menu_proyectos:hover{
					background: url('../img/bt_sp_menu_productos.png') 0 -71px no-repeat;
				}
				#mainMenuList li a#bt_menu_proyectos.active{
					background: url('../img/bt_sp_menu_productos.png') 0 0 no-repeat;
				}
#mainNav li{
	width: 110px; height: 77px;
	font-size: 1.2em; text-transform: uppercase; text-align: center; padding-top: 0.8em;
	float: left; cursor: pointer;
}
	#mainNav li a{
		position: relative;
		top: 30px; color: white;
	}
		#mainNav li a:hover{
			color: #ccc;
		}
	#mainNav li.active,
	#mainNav li.active:hover{
		cursor: default;
		background: url('../img/bg_mainMenu_active.png') no-repeat;
	}
		#mainNav li.active:hover a:hover{
			color: #fff; cursor: default;
		}
	#mainNav li:hover{
		background: url('../img/bg_mainMenu_hover.png') no-repeat;
	}
/* ---------------------------------------------- Header */
/* Main */
#wrapper_main{
	background: url('../img/bg_wrapper_main.png') repeat;
}
#main{
	padding: 30px 0 75px 0; position: relative;
}
#main .introText h1{
	color: #383c4f; font-size: 7em;
}
/* ---- Main */
/* Main Sub */
#wrapper_mainSub{
	background: url('../img/bg_wrapper_mainSub.png') repeat;
}
#mainSub{
	padding: 20px 0 20px 0;
}
	#mainSub h2{
		margin-top: 1em; margin-bottom: .8em; color: #F79400;
	}
/* ---- Main Sub */

/* Welocome Screen */
#welcome #main{
	height: 295px;
}
#welcome #mainSub{
	padding-top: 60px;
}
	#main .callToAction{
		
	}
		#main .callToAction img{
			padding-top: 3px;padding-left: 45px;
		}
		#main .callToAction #bt_callToAction{
			width: 210px; margin: 20px auto 1px; text-align: center; color: #fff;
			font-size: 1.6em; padding: 10px 10px 10px 25px; background: #f69300 url('../img/ico_mail.png') 4px 4px no-repeat;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			
		}
		#main .callToAction p{
			margin-left: 35px; font-size: 11px;
		}
	#main .introText{
		font-family: "Lucida Grande", "Verdana", sans-serif; 
	}
		#main .introText h1{
			font-size: 4em;  font-weight: normal; margin: 10px 0 10px 0; letter-spacing: -3px; text-shadow: #555 0 1px 0; letter-spacing: 1px;
		}
		#main .introText h2{
			font-size: 2em; font-weight: normal; line-height: 1.2em;
		}
		#main .introText p{
			font-size: 1.2em; line-height: 1.6em; margin-top: 2em;
		}
		#main .introText ol{
			list-style: decimal; padding-left: 20px;
		}
	ul#home_bulletPoints li{
		width:475px;height: 135px;  float: left; position: relative; 
	}
		ul#home_bulletPoints li img{
			position: relative; left: 0; bottom: 13px;
			
		}
		ul#home_bulletPoints li img.design{
			left: -10px; bottom: 0;
		}
		ul#home_bulletPoints li h1{
			font-size: 2.1em; font-weight: normal; color: black;
			position: absolute; top: 5px; left: 85px;
		}
		ul#home_bulletPoints li h2{
			font-size: 0.9em; font-weight: normal;
			position: absolute; top: 25px; left: 85px;
		}
		ul#home_bulletPoints li p{
			position: absolute; top: 0; left: 250px; padding-right: 20px;
		}
			ul#home_bulletPoints li.shortTitle p{
				left: 195px;
			}
		ul#home_bulletPoints li p a{
			font-size: 0.85em; color: #34384C; background: url('../img/hand.png') no-repeat; padding: 2px 2px 2px 20px;
		}
			ul#home_bulletPoints li p a:hover{
					color:#F69300;
			}
	#welcome #illustrations .ilu01{
		width: 85px; height: 121px; background: url('../img/ilu_01.png') no-repeat;
		position: absolute; top: 665px; left: 325px; clear: left;
	}
	#welcome #illustrations .ilu02{
		width: 313px; height: 116px; background: url('../img/ilu_02.png') no-repeat;
		position: absolute; top: 291px; left: 10px; clear: left;
	}
	#welcome #illustrations .ilu03{
		width: 111px; height: 37px; background: url('../img/ilu_03.png') no-repeat;
		position: absolute; top: 353px; left: 600px; clear: left;
	}
	#welcome #illustrations .ilu04{
		width: 172px; height: 213px; background: url('../img/ilu_04.png') no-repeat;
		position: absolute; top: 305px; left: 885px; clear: left;
	}
	#welcome #illustrations .ilu05{
		width: 140px; height: 108px; background: url('../img/ilu_05.png') no-repeat;
		position: absolute; top: 15px; left: 845px; clear: left;
	}
	#welcome #illustrations a#promoFlash{
		display: block; position: absolute; top: -90px; right: 0;
	}
	#welcome #illustrations a#promoFlash2{
		display: block; position: absolute; top: 185px; left: 0;
	}
/* ----------------- Welcome Screen */
/* About Us */
#acordeonLimitLeft,
#acordeonLimitRight{
	z-index: 10; position: absolute; top: 65px;
}
#acordeonLimitLeft{
	left: -110px;
}
#acordeonLimitRight{
	left: 905px;
}
ul#aboutUsAcordeon{
	margin-top: 40px;
}
	ul#aboutUsAcordeon li{
		position: relative;	display: block; float: left; padding: 10px; width: 130px; height: 250px; 
		background: url('../img/bg_aboutUsAcc.png') no-repeat; overflow: hidden;
	}
		ul#aboutUsAcordeon li.selected{
			width: 613px;
		}
		ul#aboutUsAcordeon li .hiPic{
			width: 135px; height: 250px; position: absolute; top: 20px; left: 10px;
		}
			ul#aboutUsAcordeon li .hiPic img.portrait{
				margin-left: 20px;
			}
			ul#aboutUsAcordeon li .hiPic img.weapon{
				margin-left: 10px;
			}
			ul#aboutUsAcordeon li .hiPic .name{
				font-size: 1.25em; color: #F69300; text-align: center;
			}
			ul#aboutUsAcordeon li .hiPic .title{
				font-size: 0.85em; color: #aaa; text-align: center;
			}
		ul#aboutUsAcordeon li .hiText{
			margin: 30px 0 0 160px; width: 375px;
		}
		ul#aboutUsAcordeon li .hiText p.tel{
			margin-top: 1.8em;
		}
		ul#aboutUsAcordeon li .hiText p strong{
			font-size: 1.4em; font-weight: normal; 
		}
p#acordeonNote{
	z-index: 100; margin: 0 0 0 50px; color: #F69300;
}
	p#acordeonNote img{
		margin-bottom: -5px;
		margin-right: 5px;
	}
#contactForm{
	background: url('../img/bg_panel2.png') 50px 0 no-repeat; padding-top: 10px; margin-top: 20px;
}
	#contactForm h1{
		padding: 10px 0 10px 80px; background: url('../img/ico_contacto.png') 10px center no-repeat;
	}
	#contactForm .labelTextarea{
		position: relative; right: 20px;
	}
/* -------- About Us */
/* Proyectos */
#projects #wrapper_main,
#projects #wrapper_mainSub{
	height: 320px;
}

/*
    anythingSlider v1.0
    
    
	By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
	Restyled by: Wojtek Galaj for Softlares Studios, S.L.
*/


.anythingSlider{ 
	width: 890px; height: 415px; position: relative; margin: 30px auto 15px;
	background: #fff;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
	}
.anythingSlider .wrapper{ 
	width: 830px; overflow: auto; height: 365px; position: absolute; top: 0; left: 0; margin:25px 30px;}
.anythingSlider .wrapper ul{ 
	width: 9999px; list-style: none; position: absolute; top: 0; left: 0; 
	margin: 0; }
.anythingSlider ul li{ 
	display: block; float: left; padding: 0; height: 365px; width: 475px; margin: 0; }
.anythingSlider .arrow{ 
	display: block; height: 60px; width: 60px; background: url(../img/bt_slide.png) no-repeat 0 0; 
	text-indent: -9999px; position: absolute; top: 155px; cursor: pointer; }
.anythingSlider .forward{ 
	background-position: 0 0; right: -30px; }
.anythingSlider .back{ 
	background-position: -60px 0; left: -30px; }


#thumbNav{ 
	position: relative; top: 415px; text-align: center; }
#thumbNav a{ 
	color: black; font: 11px/18px; Georgia, Serif; display: inline-block; 
	padding: 2px 8px; height: 18px; margin: 0 5px 0 0; 
	background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover{ 
	background-image: none; }
#thumbNav a.cur{ 
	background: #e0a213; }

#start-stop{ 
	background: green; background-image: url(../images/cellshade.png); 
	background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; 
	text-align: center; position: absolute; right: 45px; top: 415px; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px; }
#start-stop.playing{ 
	background-color: red; }
#start-stop:hover{ 
	background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul{ 
	position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li{ 
	float: none; height: auto; width: auto; background: none; }
.anythingSlider .wrapper ul li{
	position: relative; padding: 0 0 0 355px;
}
	.anythingSlider .wrapper ul li h2{
		margin-top: 20px;
	}
	.anythingSlider .wrapper ul li img{
		position: absolute; top: 0; left: 0;
	}
	.anythingSlider .wrapper ul li img.ac{
		left: 50px;
	}
	.anythingSlider .wrapper ul li a.projectLink{
		display: block; 
	}
	.anythingSlider .wrapper ul li a.projectLink{
		position: absolute; bottom: 0; right: 0;
	}
	a.projectLink{
		padding: 0 0 0 23px; font-size: 18px; background: url('../img/ico_upArrow.png') no-repeat;
	}
/* --------- Anything Slider */
/* --------- Proyectos */

/* Diseño */

	#design #main .ilu01{
		width: 380px; height: 323px; background: url('../img/ilu_design_01.png') no-repeat; position: absolute; top: -20px; left: 40px;
	}

#separationDemo{
	font-family: Georgia, serif;
	width: 500px; height: 280px;
	float: right; margin-left: 30px;
}
	#separationDemo div{
		border: 1px solid #999; padding: 5px;
	}
	#separationDemo p.note{
		font-size: 1em; font-style: italic; color: #555;
	}
#demoLayout{
	width: 480px; margin: 0 auto; 
}
	
#separationDemoSwitch{

}
#separationDemoSwitch li{
	cursor: pointer; display: block; width: 80px; padding: 5px 5px 5px 25px; float: left;background: url('../img/ico_css.png') 3px 7px no-repeat;

}
/* ------         Diseño */

/* Soporte */
#support #illustrations .ilu01{
	width: 357px; height: 223px; background: url('../img/ilu_support_01.png') no-repeat; position: absolute;
}
/* -------        Soporte */
/* Dev */
#development #illustrations .ilu01{
	width: 390px; height: 313px; background: url('../img/ilu_development_01.png') no-repeat; position: absolute;
}
#development #mainSub ol{
	list-style: decimal;
	padding-left: 20px;
}
/* -------        Dev */
/* Consulting */
#consulting #illustrations .ilu01{
	width: 278px; height: 299px; background: url('../img/ilu_consulting_01.png') no-repeat;
	position: absolute; top: -30px;
}
#consulting #wrapper_main{
	height: 299px	;
}
/* -------        Consulting */
/* Thanks */
#thanks #illustrations .ilu01{
	width: 278px; height: 299px;
	position: absolute; top: -30px;
}
/* -------- Thanks */
/* Footer */
#wrapper_footer{
	background: url('../img/bg_wrapperHeader.png') repeat;
}
#footer{
	color: white; padding: 20px 0 60px 0; position: relative;
}
#footer .contactInfo{
	position: absolute; top: 20px; font-size: 1.5em; line-height: 1.1em;
}
#footer .contactInfo a{
	color: #aaa;
}
/* -------------- Footer */
































