diff --git a/trunk/siprpWeb/web/html/css/template.css b/trunk/siprpWeb/web/html/css/template.css
index 71205e9a..89ab66af 100644
--- a/trunk/siprpWeb/web/html/css/template.css
+++ b/trunk/siprpWeb/web/html/css/template.css
@@ -136,14 +136,16 @@ hr{
#cima{
- background: url(imgs/cima.png) no-repeat;
+/* background: url(imgs/cima.png) no-repeat; */
+ background: #D8292A;
width: 957px;
height: 7px;
margin-left:auto;
}
#cont_banner{
- background: #678995;
+/* background: #678995; */
+ background: #D8292A;
width: 957px;
min-height: 100px;
display: inline-block;
@@ -160,7 +162,8 @@ hr{
#baixo{
- background: url(imgs/baixo.png) no-repeat;
+/* background: url(imgs/baixo.png) no-repeat; */
+ background: #D8292A;
width: 957px;
height: 8px;
margin-left:auto;