@charset "iso-8859-1";

* {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px;
padding:0px;
}

img {
border:0px;
}

body {
  margin:0px;
  padding:0px;
  background-color:#FFF;
  background-image:url(../images/fundo.jpg);
  background-position:top;
  background-repeat:repeat-x;
}

.formulario {
border:1px solid #999;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#CCC;
color:000;
}

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
margin-left:15px;
color:#000;
}

a {
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.menu {
background-image:url(../images/m_menu1.png);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
color:#333;
text-decoration:none;
font-size:12px;
text-indent:20px;
}
.menu:hover {
background-image:url(../images/m_menu2.png);
background-repeat:no-repeat;
color:#000;
cursor:pointer;
}
.submenu {
background-image:url(../images/sub_menu.gif);
font-family:Arial, Helvetica, sans-serif;
color:#666;
font-size:11px;
margin:0px;
text-decoration:none;
list-style:none;
padding-left:20px;
}
.submenu2:hover {
color:#333;
text-decoration:none;
list-style:none;
cursor:pointer;
}

.links {
	color:#030;
}

.titulo {
	background-image:url(../images/titulo1.png);
	background-repeat:no-repeat;
	width:156px;
	line-height:32px;
	color:#FFF;
	text-indent:10px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

.titulo2 {
	background-image:url(../images/titulo2.png);
	background-repeat:no-repeat;
	width:800px;
	line-height:32px;
	color:#333;
	text-indent:20px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
}
