@charset "utf-8";
/* CSS Document */

.sliderwrapper{
position: relative; /*leave as is*/
/*overflow: hidden; *//*leave as is*/
/*-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
border: 1px solid #CCC;*/
border-bottom: none;
/*border: 10px solid navy;
border-bottom-width: 6px;*/
width: 972px; /*width of featured content slider*/
height: 280px;
z-index: 2;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
/*background: -moz-linear-gradient(center top , #E7E7E7 0%, #FFFFFF 23%) repeat scroll 0 0 transparent;
background: -moz-linear-gradient(center top , #E7E7E7 0%, #FFFFFF 23%) repeat scroll 0 0 transparent;
-webkit-gradient*/
/*background: url(img/bgslide.png) repeat-x;*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;

/*background: white;*/
width: 962px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
/*height: 95%;*/
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);*/
-moz-opacity: 1;
opacity: 1;
z-index: 1;

}

.pagination{
width: 952px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
display: inline-block;
/*-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
border: 1px solid #CCC;*/
border-top: none;
/*position: relative;*/
/*top: 85%;
left: 85%;*/
/*background-color: navy;*/
padding: 5px 10px;
z-index: 3;
}

.pagination a{
padding: 0 5px;
text-decoration: none;
color: #0367E1;
font-size: 24px;
/*color: #F00;*/
/*color: #00007D;*/
background: white;
}

.pagination a:hover, .pagination a.selected{
 color: #C1C1C1;
/*background-color: #FEE496;*/
}




/******************************************   CSS  GOOGLE  ********************************************************/
.slide {
   /* -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    background: -moz-radial-gradient(70% 50% 0deg, circle closest-side, #C6DCF7, rgba(255, 255, 255, 0)) repeat scroll 0 0 transparent;
    border: 1px solid #FFFFFF;*/
    float: left;
    height: 280px;
    overflow: hidden;
    position: relative;
    width: 910px;
}


#find-out-more .text, #work-smarter .text {
    width: 450px;
}

.text {
	float: left;
    height: 216px;
	margin-top: 80px;
/*	padding-left: 60px;	*/
    /*left: 59px;
    position: absolute;
    top: 35px;*/
	/*border: 1px solid #000;*/
    width: 450px;
    z-index: 10;
}

 .slide-titulo {

	margin-left: 40px;
	color: #F00;
}

/*.contentdiv .slide .text h2,h3,h4,h5,p {*/
.slide-text {
	margin-left: 55px;
	margin-top: 15px;
}

blockquote {
    color: #868686;
    font: italic bold 11px/18px arial,sans-serif;
	margin-left: 70px;
}

.graphics {
	float: left;
    height: 280px;	
	text-align: center;	
    /*left: 319px;
    position: absolute;
    top: 40px;*/
    width: 450px;
	z-index: ;
}


.graphics img {
	height: 280px;
	width: 450px;
    /*position: absolute;*/
}

.intro {
    margin: 15px;
}

/*img {
	text-align: center;    
}

*/
