@charset "iso-8859-1";


/* CSS PARA MONITOR */
@media screen{

* { margin:0; padding: 0; list-style: none; text-decoration: none;}

/* geral styles */
body,td,th { font-family: arial; font-size: 10px; color:#333; width:100%; height:100%; display:table; position:relative; }
body { background-color: #cecece; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; width:100% }

a { font-family: arial; }
a:link { text-decoration: none;}
a:visited { text-decoration: none; }
a:hover { text-decoration: underline;}
a:active { text-decoration: none;}

h1{background-image:url(../img/logo.jpg); width:320px; height:210px; text-indent:-999em; border:none; margin-top:130px; margin-left:40px; float:left;}
li{display:inline;}
ul{margin-left:380px; margin-top:-70px;}

/* divs estruturais */
#prin {position:absolute; margin-top:10px; z-index:1; width:960; height:580px; left:50%; margin-left:-480px; border:0; background-color:#FFF; background-image:url(../img/bg_home.jpg); background-repeat:no-repeat;}

.boxPensamento{width:450px; height:250px; margin-left:440px; margin-top:130px; }
.txtPensamento{font-family:Arial; font-size:12px; color:#999;}


/* montando menu */
.menuDis{margin-left:-3px;}


}
