/*-----===========[[QUARTO BLOCO ]]=====-----------*/	

#quarto-bloco{width:940px; margin:10px 0 10px 0;height:300px;margin:0 auto;	
position:relative;background:#fff;
}

#conteudo-quarto-bloco{
	position:relative;
	z-index:0;
}

#conteudo-primario{
	clear:both; 
	/*------------ border-bottom:2px solid #E3E3E3;   /*---------------largura e cor da  linha br class=clear----------*/ 
	padding:20px 0;
	position:relative;
	min-height:200px;
	height:auto !important;
	height:200px;

}

 ul {
    list-style: none outside none;
}


.clear {
    clear: both;
}


.fox h2 {
    color: #387855;
    font-size: 22px;
    font-weight: bold;
    padding: 5px 0 10px;
    text-transform: uppercase;
    font-family: 'Maven Pro',Arial,'Trebuchet MS',sans-sarif;
}
.video-aulas {
    display: inline;
    float: left;
    border: 1px solid #D2D2D2;
    position: relative;
    width: 880px; background:#fff;
}
.fox p.link-va {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 11px;
}
.fox p.link-va a {
    color: #990000;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.fox p.link-va #prev-aula, .fox p.link-va #next-aula {
    display: block;
    float: left;
    height: 22px;
    overflow: hidden;
    text-indent: -99999px;
    width: 22px;
}
.fox p.link-va #prev-aula {
    background: url("images/btn-prev.jpg") no-repeat scroll center top transparent;
    margin: 0 2px;

}
.fox p.link-va #next-aula {
    background: url("images/btn-next.jpg") no-repeat scroll center top transparent;
}
/*.fox p.link-va_icones {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 11px;
}
.fox p.link-va_icones a {
    color: #990000;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}*/
.video-aulas ul {
}
.video-aulas ul li {
    float: left;
    margin: 0 8px;
    width: 160px;
}
.video-aulas ul li.itens-primeiro {
    margin-left: 4px;
    position: relative;
}
.video-aulas ul li.itens-ultimo {
    margin-right: 2px;
    position: relative;
}
.play {
    opacity: 0.7;
    position: absolute;
}
.play:hover {
    opacity: 1;
}
.video-aulas ul li h3 {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0 2px;
}
.video-aulas ul li h3 a {
    color: #c69;
    text-decoration: none;
}
.video-aulas ul li h3 a:hover{
    color: #000000;
    text-decoration: underline;
}

.video-aulas ul li p {
    font-family: 'Maven Pro',Arial,'Trebuchet MS',sans-sarif;
    font-size:11px; 
}
.vips  {
    float: right;
    margin-left: 10px;
    position: relative;
    width: 220px;
	border: 1px solid #D2D2D2;
	height: 235px;
}
.vips h2 {
    color: #387855;
    font-size: 22px;
    font-weight: bold;
    padding: 5px 0 10px;
    text-transform: uppercase;
}
.vips  .personalidades{
    height: 186px;
    overflow: hidden;
    width: 220px;
}

.vips .personalidades li {
    background:#F2F2F2;
    border:1px solid #D2D2D2;
    float: left;
    margin: 0 1px;
    overflow: hidden;
    width: 220px;
}
.vips  .personalidades li div {
    height: 80px;
}
.vips .personalidades li img {
    float: left;
    margin: 10px;
}
.vips .personalidades h3 {
    color: #BE1528;
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0 0;
    text-align: left;
    text-transform: uppercase;
    width: 120px;
}
.vips  .personalidades h4 {
    border-top: 1px solid #D2D2D2;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    padding: 3px 0 0;
    text-align: left;
    width: 193px;
}
.vips .personalidades h4 a {
    color: #01A4CC;
    text-decoration: none;
}
.vips  .personalidades li p {
    clear: both;
    font-family: Arial,'Trebuchet MS',sans-sarif;
    font-size: 11px;
    margin: 0 auto;
    padding: 3px 0;
    width: 190px;
}

.vips  #next-prev {
    bottom: 10px;
    height: 22px;
    position: absolute;
    right: 8px;
    width: 50px;
    z-index: 999;
}
.vips #prev, .vips  #next {
    display: block;
    float: left;
    height: 22px;
    overflow: hidden;
    text-indent: -99999px;
    width: 22px;
}

.vips  #prev {
    background: url("images/btn-prev.jpg") no-repeat scroll center top transparent;
    margin: 0 2px;
}
.vips  #next {
    background: url("images/btn-next.jpg") no-repeat scroll center top transparent;
}

#videoAula {
    height: 200px;
    overflow: hidden;
}
#videoAula ul {
    float: left;
    height: 200px;
    overflow: hidden;
    position: relative;
}
 