@charset "utf-8";

#body{
    width:650px;
    margin:0;
    padding: 0;
}

#corpo{
    width:650px;
    margin: 0 auto;
    height:auto;
}

.bloco{
    width:650px;
    height:400px;
	background-color:#EBEBEB;
	margin-left:25px;
}
#bloco1{
    width:650px;
    height:400px;
    background-image:url(../img/1.png);

}
#bloco2{
    width:650px;
    height:700px;
    background-image:url(../img/2.png);

}
.container{
    width:277px;
    height:355px;
    float:left;
}

.titulo1{
    font-family:Arial, Helvetica, sans-sersif;
    font-size:18px;
    color:#000;
    font-weight:bold;
    padding:30px 0px 0px 25px;
    margin: 0;
}

.texto1{
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        color:#FFF;
	padding:0px 15px 0px 15px;
}


#blocovideo {
    width:650px;
    height:400px;
	background-color:#EBEBEB;
    background-image:url(../img/fundovideo.png);
	align-items:center;
	padding:0px 0px 0px 0px;
	margin-left:25px;
}

#video {
    width:370px;
    height:260px;
    padding:70px 0px 0px 20px;
}
#logo{
    padding: 0;
    background: transparent url(../img/logo.png) 0 0 no-repeat;
    width: 300px;
    height: 77px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.textolegal{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#000;
    padding:0px 15px 0px 70px;
}

#textolegal{
    width:832px;
    height:35px;
    float:left;
}