/* HOME */

body {
   /*overflow-x: hidden;*/
   height: auto;
   min-height: 100%;
}

img#parede {
   /*
   position: absolute;
   display: block;
   top: 270px;
   left: 0;
   */
   height: 345px;
}

div#foto_parede {
   position: absolute;
   display: block;
   top: 270px;
   left: 0;
   height: 345px;
   overflow: hidden;
   float: right;
}

div#video {
    background-color: #000000;
    border: 5px solid #FFFFFF;
    display: block;
    height: 355px;  /*315px;*/
    margin: 0 auto;
    position: relative;
    width: 630px;   /*560px;*/
}
#portf {
   display: none; /*table;*/
   position: relative;
   z-index: 100;
   top: 230px;
   left: 30px;
   float: left;
   width: 915px;
   height: auto;
}

#barra_video {
   margin-bottom: 20px;
   height: 30px;
   /*background-color: yellow;*/
}

#tit_video {
   display: inline;
   font-size: 18px;
   font-family: distth;
   color: #FFF;
   font-weight: bold;
   text-transform: uppercase;
   float: left;
   margin: 15px 5px 0 45px;
}

#voltar_menu {
   display: inline;
   margin: 15px 45px 0 5px;
   float: right;
}
#voltar_menu a:link,
#voltar_menu a:visited {
   font-size: 18px;
   font-family: distth;
   text-transform: uppercase;
   color: #FFF;
   border: none;
   text-decoration: none;
   font-weight: bold;
}
#voltar_menu a:hover,
#voltar_menu a:active {
   color: #FF0019;
}

form * {
   margin-bottom: 10px;
}
textarea {
   resize: none;
}
