*{
	margin:0px;
	padding:0px;
}

html{

}

body{
	font-family:Tahoma;
	font-size:12px;
	color:#808080;
	background:url(../images/homeFondoTop.jpg) repeat-x; top center;
}

#cboxTitle a, #cboxTitle a:link, #cboxTitle a:visited {
	font-size: 8pt; 
	color: white;
	text-decoration:none;
	padding:0 0 0 8px; 
}

h1{
	/*padding:0 0 0 41px;*/
	padding:0px;
	margin:0px;
}

h2{

}

h3{

}

a{
	outline:0px;
}

#main_wrapper, #top, #content, #vertical_menu, #share, #footer{
	width:100%;
}

#main_wrapper{

}

#wrapper{
	width:950px;
	margin:0 auto;
}

#top{
	height:110px;
	/*margin-bottom:10px;*/
}
#content_home, content_int{
	margin-bottom:25px;
}

#main_menu, #main_slide, #main_content_int{
	min-height:250px;
	float:left;
}

#main_menu{
	margin-top:10px;
	width:240px;
}

#main_slide, #main_content_int{
	width:710px;
	position:relative;
}
#main_slide{
	height:333px;
}
#main_content_int .inner{
	padding:15px 25px 30px 25px;
}

#main_slide{
	background:url(../images/homeFondoBannerImagen.jpg) center center no-repeat;
}

.title, .title_porfolio{
	background:url(../images/homeBulletMenuNombres.jpg) no-repeat scroll left center transparent;
	margin-bottom:30px;
	margin-left:-5px;
	padding-left:5px;
}
.title_porfolio{
	margin-bottom:5px;
}

.big-title{
	margin-bottom:5px;
	line-height:90%;
	font-size:43px;
}
.orange-middle{
	margin-bottom:30px;
}
.normal{
	margin-bottom:30px;
}
.sep_canvas{
	margin-bottom:-3px;
}

#logo{
	display:block;
	height:100px;
	padding-left:860px;
	padding-top:10px;
	width:90px;
	position:relative;
}
#portfolio_menu{
	height:75px;
	margin-bottom:25px;
}
#footer{
	background:#333333 url(../images/homeLineaFooterOscuraCentro.jpg) center top no-repeat; 
	color:#FFFFFF;
}

#content_footer{
	padding: 25px 0;
	width:900px;
	margin:0 auto;
}

#footer_copyright{
	margin:10px auto 0;
	text-align:center;
	display:none;
}

#left_module{
	float:left;
	padding-top:18px;
	width:200px;
}

#right_module{
	float:right;
	font-size:11px;
	text-align:right;
	width:265px;
	border-left:1px solid #666666;
	height:60px;
}

#right_module2{
	float:right;
	font-size:11px;
	text-align:right;
	width:241px;
	margin-right:40px;
	height:60px;
}


.clear{
	clear:both;
}

.facebook_link{
	background:url(../images/homeFooterFacebook.jpg);
	width:70px;
	height:17px;
	display: block;
	text-indent:9999px;
	overflow:hidden;
	float:left;
}

.facebook_link:hover{
	background:url(../images/homeFooterFacebook.jpg) 0 -17px;
}

.twitter_link{
	background:url(../images/homeFooterTwitter.jpg) 0 -17px;
	width:65px;
	height:17px;
	display: block;
	text-indent:9999px;
	overflow:hidden;
	float: left;
	margin-left:25px;
}
.twitter_link:hover{
	background:url(../images/homeFooterTwitter.jpg);
}

/***********************************************************************
	MENU PORTAFOLIO
***********************************************************************/

#nav_portfolio_menu {  
	list-style:none;
	margin:0 0 0 38px;
	padding:0;
}
#nav_portfolio_menu li {
	border-right:1px solid #E8E8E8;
	float:left;
	padding-left:5px;
	padding-right:10px;
}

#nav_portfolio_menu .last{  
	border:none;
}


/*Comuniacion Virtual*/
.portfolio_item1{
	background:url(../images/portfolio_menu/homeComunicacionVirtual.jpg);
	width:202px;
	height:70px;
	display: block;
	text-indent:9999px;
	overflow:hidden;
}

.portfolio_item1:hover{
	background:url(../images/portfolio_menu/homeComunicacionVirtual.jpg) 0 -70px;
}

/*Medios Impresos*/
.portfolio_item2{
	background:url(../images/portfolio_menu/homeMediosImpresos.jpg);
	width:189px;
	height:70px;
	display: block;
	text-indent:9999px;
	overflow:hidden;
}

.portfolio_item2:hover{
	background:url(../images/portfolio_menu/homeMediosImpresos.jpg) 0 -70px;
}

/*Software y proyectos*/
.portfolio_item3{
	background:url(../images/portfolio_menu/homeSoftwareProyectos.jpg);
	width:226px;
	height:70px;
	display: block;
	text-indent:9999px;
	overflow:hidden;
}

.portfolio_item3:hover{
	background:url(../images/portfolio_menu/homeSoftwareProyectos.jpg) 0 -70px;
}

/*Mercadeo Social*/
.portfolio_item4{
	background:url(../images/portfolio_menu/homeMercadeoSocial.jpg);
	width:190px;
	height:70px;
	display: block;
	text-indent:9999px;
	overflow:hidden;
}

.portfolio_item4:hover{
	background:url(../images/portfolio_menu/homeMercadeoSocial.jpg) 0 -70px;
}



/***********************************************************************
	ACCORDION MENU 
************************************************************************/
ul.accordion_menu, ul.accordion_menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.accordion_menu a {
  display: block;
  text-decoration: none;	
}

ul.accordion_menu li {
  margin-top: 1px;
  line-height:200%;
}

ul.accordion_menu li a {
  /*background: #333;
  color: #fff;*/
  color:#666666;
  /*padding: 0.5em;*/
}

ul.accordion_menu li a:hover {
  color: #FA9000;
}

ul.accordion_menu li ul li a {
 /* background: #ccc;
  color: #000;*/
  padding-left: 20px;
}

ul.accordion_menu li ul li a:hover {
 /* background: #aaa;
  border-left: 5px #000 solid;*/
  padding-left: 20px;
}

ul.accordion_menu li ul li ul li a {
  /*background: #ccc;
  color: #000;*/
  padding-left: 40px;
}

ul.accordion_menu li ul li ul li a:hover {
 /* background: #aaa;
  border-left: 5px #000 solid;*/
  padding-left: 40px;
}

ul.accordion_menu .active{
	background:url("../images/bullet-menu.gif") no-repeat scroll 8px center transparent;
}

ul.accordion_menu .accordion_menu3 .active{
	background:url("../images/bullet-menu.gif") no-repeat scroll 28px center transparent;
}



/**************************************************************************
	SLIDE HOME
***************************************************************************/

.slide_home{
	margin:17px 0 0 86px;
}	
.slide_home ul, .slide_home li{
	margin:0;
	padding:0;
	list-style:none;
}
.slide_home li{ 
	width:540px;
	height:300px;
	overflow:hidden; 
}
img {
	border: 0px;
}	
.prevBtn, .nextBtn{ 
	display:block;
	width:46px;
	height:67px;
	position:absolute;
	top:130px;
	text-indent:999px;
	overflow:hidden;
}	
.nextBtn{ 
	left:642px;
}	
.prevBtn{ 
	left:18px;
}													
.prevBtn a, .nextBtn a{  
	display:block;
	width:46px;
	height:67px;
	background:url(../images/home-flecha-izquierda-oscura.jpg) no-repeat 0 -67px;	
}	
.nextBtn a{ 
	background:url(../images/home-flecha-derecha-oscura.jpg) no-repeat 0 0;	
}
.nextBtn a:hover{ 
	background:url(../images/home-flecha-derecha-oscura.jpg) no-repeat 0 -67px;	
}
.prevBtn a:hover{ 
	background:url(../images/home-flecha-izquierda-oscura.jpg) no-repeat 0 0px;	
}

/**************************************************************************
	SLIDE PORTAFOLIO
***************************************************************************/

.container_slide{
	background:url(../images/portafolio/fondoProyectosMuesta.jpg) center center no-repeat;
	position:relative;
	height:220px;
	margin-bottom:10px;
	margin-top:10px;
	padding-left:46px;
}

.title_slide{
	height:33px;
}

.customer_name, .project_name{
	padding-top:10px;
	float:left;
	width:48%;
}

.container_slide a img{
	position:relative;
	z-index:1;
}

.description_work{
	background:none repeat scroll 0 0 #F4F4F4;
	height:180px;
	left:0;
	position:absolute;
	top:33px;
	width:495px;
	z-index:0;
}

.description_work .content{
	padding:20px;
}

.project_name{
	float: right;
	text-align:right;
	padding-right:4px;
}

.slide_int{
	overflow:hidden;
	position:relative;
}	
.slide_int ul, .slide_int li{
	margin:0;
	padding:0;
	list-style:none;
}
.slide_int li{ 
	width:495px;
	height:213px;
	overflow:hidden; 
}
img {
	border: 0px;
}	
#scroll_to .prevBtn, #scroll_to .nextBtn{ 
	display:block;
	width:30px !important;
	height:41px !important;
	position:absolute;
	top:95px !important;
	text-indent:999px;
	overflow:hidden;
}	
#scroll_to .nextBtn{ 
	left:555px !important	;
}	
#scroll_to .prevBtn{ 
	left:0px !important;
}													
#scroll_to .prevBtn a, #scroll_to .nextBtn a{  
	display:block;
	width:30px !important;
	height:41px !important;
	background:url(../images/portafolio/flechaIzquierda-Oscura.jpg) no-repeat 0 -41px !important;	
}	
#scroll_to .nextBtn a{ 
	background:url(../images/portafolio/flechaDerechaoscura.jpg) no-repeat 0 0 !important;	
}
#scroll_to .nextBtn a:hover{ 
	background:url(../images/portafolio/flechaDerechaoscura.jpg) no-repeat 0 -41px !important;	
}
#scroll_to .prevBtn a:hover{ 
	background:url(../images/portafolio/flechaIzquierda-Oscura.jpg) no-repeat 0 0px !important;	
}

/******************************************************************
	FORMULARIOS
*******************************************************************/
form{
	width:52%;
	position:relative;
}

.input_text, .text_area{
	border:4px solid #E9E9E9;
	color:#666666;
	padding:5px;
	width:95%;
}

.text_area{
	height:80px;
}

.button_submit{
	width:87px;
	height:42px;
	background:none repeat scroll 0 0 #FE9200;
	border:0 none;
	bottom:0;
	color:#FFFFFF;
	font-size:22px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-top:5px;
	padding:5px 8px;
	position:absolute;
	right:-95px;
	display:block;
}

#text_contact_form, #text_cv_form{
	position:absolute;
	right:-315px;
	top:120px;
}
#text_cv_form{
	top:55px;
}

/************************************************************************
	SLIDE VERTICAL PORTAFOLIO
************************************************************************/

#scroll_to, #scroll_to_no {
	height:473px;
	overflow:hidden;
	position:relative;
	width:585px;
}

.no{
	height:280px !important;
	margin-top:60px;
}

#up_scroll{
	background:url(../images/BotMenos.jpg) repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	height:56px;
	overflow:hidden;
	position:absolute;
	right:15px;
	text-indent:-9999px;
	top:213px;
	width:56px;
}
#up_scroll:hover{
	background:url(../images/BotMenos.jpg) 0 -56px;;
}

#down_scroll{
	background:url(../images/BotMas.jpg) repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	height:56px;
	overflow:hidden;
	position:absolute;
	right:15px;
	text-indent:-9999px;
	top:275px;
	width:56px;
}
#down_scroll:hover{
	background:url(../images/BotMas.jpg) 0 -56px;;
}

/*************************************************************************
			ESTILOS SECCION POSTALES - INTERACCION
**************************************************************************/
.container-postal, .container-postal-prev, .container-postal-next{
	background:url(../images/postales/fondoCuadro.jpg) no-repeat center center;
	float:left;
	height:121px;
	width:152px;
}
.container-postal-prev, .container-postal-next{
	background:none;
}
.postal{
	padding:12px 0 0 13px;
}

/*************************************************************************
			ESTILOS SECCION SOFTWARE - PROYECTOS
**************************************************************************/

.container-software{}

.items-software{
	float:left;
	margin-bottom:15px;
	margin-right:15px;
	position:relative;
}

.items-software .open-url{
	background: #F2F2F2 url("../images/read-more.jpg") no-repeat scroll left center;
	height:20px;
	left:5px;
	overflow:hidden;
	position:absolute;
	top:94px;
	width:20px;
	z-index:21;
}

.items-software .open-url a, 
.items-software .open-url a:link, 
.items-software .open-url a:visited{
	margin-left:30px;
	margin-top:2px;
	display: block;
	height:11px;
	width:100px;
	color:#7F7F7F;
	text-decoration:none;
}

.item-software-rollover{
	position:relative;
	width:309px;
	height:127px;
}

.items-software img.a {
	border:5px solid #E6E6E6;
	position: absolute;
	left: 0;
	top: 0;
    z-index: 10;
}

.items-software img.b {
	border:5px solid #E6E6E6;
	position: absolute;
	left: 0;
	top: 0;
}
/*Seo*/
h1 span {
height:5px;
left:0;
overflow:hidden;
position:absolute;
text-indent:999px;
top:0;
width:5px;
}

.accordion_menu3{
	color:#CCCCCC !important;
}

.lang{
	position:absolute;
	top:15px;
	left:0px;
}
.lang img{
	margin-right:4px;
}

.language{
	font-family:Tahoma;
	font-size:10px;
	color:#5D5D5D;
	text-decoration:none;
}

.language:hover{
	color:#FA9000;
}

.language a, .language a:link, .language a:visited {
	color:#FA9000;
}

.active-menu{
	font-family:Tahoma;
	font-size:10px;
	color:#FA9000;
	text-decoration:none;
}
