.jqueryslidemenu{
font: bold 15px Arial;
background: transparent;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
width:154px;

}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
height:112px;
display: block;
background: transparent; /*background of tabs (default state)*/
color: white;
border-right: 1px solid #CCC;
color: #2d2b2b;
text-decoration: none;

}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;

}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background-image:url(recursos/red.jpg); /*tab link background during hover state*/
opacity:0.6;filter:alpha(opacity=60)
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
display: block;
visibility: hidden;


}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
background-color:#999;
width: 145px; /*width of sub menus*/
height:auto;
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;

}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 80px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}











* {
	margin:0;
	padding:0;
}
  body {
	font-family: arial;
	font-size: 12px;
	width: 100%;
	height:100%;
	color:#666766;
	background-image:url(recursos/background-all.jpg)
    }
#conteiner {
	width: 100%;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	visibility: visible;
	float: left;
}	
#content {
	width:1000px;
	height:100%;
	text-align: center;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	background-color:#f7f9f8;
	}
#header {
	width:1000px;
	height:112px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background-image:url(recursos/background-header.jpg);
	}
#headerintro {
	width:1000px;
	height:50px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	color:#CCC;
	font-weight:bold;
	}
#center{
	padding-left:230px;
	width: 1000px;
	height:112px;
}
#bar{
	width: 1000px;
	height:20px;
	background-image:url(recursos/background-bar.jpg);
}
#animintro{
	width: 1000px;
	height:500px;
	text-align:center;
	color:#333;
	border:#999 solid thin;	
}
#anim{
	width: 1000px;
	height:260px;
	text-align:center;
	color:#333;
	background-image:url(recursos/background-anim.jpg);
}
#anim2{
	width: 1000px;
	height:155px;
	text-align:center;
	color:#333;
	background-image:url(recursos/background-anim2.jpg);
}

#info_left {
	width:740px;
	float:left;
	overflow:visible;
	background-color:#f7f9f8;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	}
	
#info_left_header{
	width:740px;
	height:70px;
	background-color:none;
	float:left;
	}

#info_left_info_left{
	width:720px;
	height:220px;
	padding-right:20px;
	background-color:none;
	float:left;
	padding-top:10px;
	}
	
#info_left_info_right{
	width:370px;
	height:350px;
	background-color:none;
	float:left;
	padding-top:10px;
	}

#info_left_footer_right{
	width:323px;
	height:150px;
	background-color:none;
	float:left;
	padding-top:10px;
	}

#info_left_footer_left{
	width:417px;
	height:150px;
	background-color:none;
	float:left;
	padding-top:10px;
	}


#info_right {
	width:210px;
	height:370px;
	float:left;
	overflow:hidden;
	background-color:#f7f9f8;
	}
#info_right2 {
	width:220px;
	height:456px;
	float:left;
	overflow:hidden;
	background-color:#f7f9f8;
	}
#serv{
	width: 1000px;
	height:57px;
	float:left;
	padding-top:5px;
	text-align:center;color:#999;
	background-color:#f7f9f8;
}
#footer {
	width:1000px;
	height:50px;
	float:left;
	margin: auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#f7f9f8;
	font-size:11px;
	text-align:center;
	}
	
p.title1{
	color:#D71F26;
	font-size:20px;
	text-decoration:underline;
	font-weight:bold;
	text-align:left;
	}

p.title2{
	color:#B5B5B6;
	font-size:18px;
	text-decoration:underline;
	font-weight:bold;
	text-align:left;
	}
	
p.title3{
	color:#666766;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	}
p.>>{
	color:#606161;
	font-size:15px;
	text-decoration:none;
	font-weight:500;
	text-align:left;
	font-stretch:condensed;
	}
	
	
	
	
a:link {
	color: 	#00C;
}
a:visited {
	color: 	#00C;
}
a:hover {
	color: #03F;
}
a:active {
	color: 	#00C;
}

/**/
#unidades-negocio2015{
	box-sizing: border-box;
	width: 100%;
}
#unidades-negocio2015 .unidad-negocio{
	border-top: 1px solid #808284;
	border-bottom: 1px solid #D1D2D4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 100% 0;
	background-repeat: no-repeat;
	-webkit-background-size: 1px 100%;
	-moz-background-size: 1px 100%;
	background-size: 1px 100%;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
	background-image: -webkit-linear-gradient(top, #808284 0%, #D1D2D4 100%), -webkit-linear-gradient(top, #808284 0%, #D1D2D4 100%);
	background-image: -moz-linear-gradient(top, #808284 0%, #D1D2D4 100%), -moz-linear-gradient(top, #808284 0%, #D1D2D4 100%);
	background-image: -o-linear-gradient(top, #808284 0%, #D1D2D4 100%), -o-linear-gradient(top, #808284 0%, #D1D2D4 100%);
	background-image: linear-gradient(to bottom, #808284 0%, #D1D2D4 100%), linear-gradient(to bottom, #808284 0%, #D1D2D4 100%);
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
	margin: 15px auto;
	max-width: 80%;
}
#unidades-negocio2015 .unidad-negocio a{
	color:#666766;
	text-decoration: none;
}
#unidades-negocio2015 .unidad-negocio img{
	float: left;
	margin-right: 15px;
}
#unidades-negocio2015 .unidad-negocio:last-child{
}
#info-2015 p{
	margin: 15px 0;
}
#info-2015 img{
	display: block;
	margin: 0 auto;
}
#info-2015 .col-2{
	box-sizing: border-box;
	float: left;
	padding: 0 15px;
	width: 50%;
}
.clear{
	clear: both;
	float: none;
}