
body,div,dl,dt,dd,ul,ol,li,h1,h2,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,span 
{
margin:0;
padding:0;

}
ul
{
list-style-type:none;

}


div.titul{
display:block;
width:100%;
height:100px;
background-image: url(Todo3.jpg);
background-position: center;
background-repeat: repeat-x ;
padding-top: 10px;
text-align:center;


}

div.transpa{
position: relative;
width:100%;
background-color:#000000;
color: #ffffff;
font-family: arial;
font-size: 40pt;
font-weight:900;
text-shadow: #666666 30px 30px 30px;
opacity:0.4;
filter:alpha(opacity=40);

}





.titulo_menu {
position:relative;
display:block;
width:173px;
padding-top:7px;
padding-bottom:3px;
margin-bottom:6px;
font-size:10pt;
color:#7d7d7d;
text-indent: 30px;
text-transform:uppercase;
font-weight:700;
text-decoration:none;
border-bottom-width:4px;
border-bottom-style:solid;
border-bottom-color:#7d7d7d;
}


div.background
  {
	position:relative;
	z-index: -1;
  width:662px;
  height:584px;
	margin:auto;
  background:url(Todo.png);
  
  }
div.transbox
  {
	position:relative;
	z-index:1
  width:552px;
  height:500px;
  background-color:#ffffff;
	padding-top: 70px;
 padding-left: 50px;
 padding-right: 50px;
 padding-bottom: 70px;
    /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
  }
div.transbox p
  {
	font-size: 14pt; 
 text-align: justify;
 line-height:2 ;
 text-indent: 30px;
  font-weight:bold;
  color:#000000;
  }
	
.aviso_p_oculto{
  position:relative;
	display: none;
	
	
    }

	
	.aviso_p{
	position: absolute;
	display: block;
	width:160px;
	height:200px; 
	z-index: 1;
	top:200px;
	left:200px;
	padding: 30px;
	background-color: #000000;
	font-size: 14pt; 
  text-align: left;
  line-height:2 ;
  text-indent: 30px;
  font-weight:bold;
  color:#FFFFFF;
	}
	
	.enlinea{
	display: inline;
	}