
body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #666;
	margin :0;
	padding: 0;
        text-align: justify; 
	background-color: #FFF;
}

p{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #666;
    text-align: justify; 
}

h1{
	font-size: 24px;
	margin-bottom: -5px;
	color: #0099cc;
}

h2{
	font-size: 24px;
	margin-bottom: -5px;
	color: #cc0000;
}

h3{
	font-size: 24px;
	margin-bottom: -5px;
	color: #cc00ff;
}

h4{
	font-size: 18px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom: 0;
	color: #666;
}

h5{
	font-size: 15px;
	color: #666;
	text-align:center;
	margin-bottom: -10px;
}



.Estilo2 {
 color: #006600;
 }


a:link, a:visited, a:hover{
   color: #006600;
	text-decoration: underline;
}

a:hover{
   color: #cccccc;
	text-decoration: underline;
}

ul{
	margin: 0;
	padding: 0;
}

li{
	margin: 0;
	list-style: none;
	width: 960px;
	border-bottom: solid 1px;
	border-bottom-color:#999;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

li img{
	float: left;
	border: none;
	margin-right: 20px;
	margin-left: 5px;
	padding-bottom: 20px;
}


.separador{
	clear: both;
	margin-top: 80px;
}

 #contenedor{
width:960px;
margin: auto;
}

#intro{
   width: 960px;
   margin: auto;
}


 form{
	border:0px;
	margin:0px; 
	padding:0px;
}

 form p{
	 font-size: 12px;
	 text-align:left; 
	 margin-top: 0;
	 font-weight:bold;
 }

   input, textarea{
   padding-left: 5px;
   background-color: #060;
   border: 0px;
   font-family: Arial, Helvetica, sans-serif;
   font-size:11px;
   color: #fff;
}

   

 .btn_enviar{
 float: right;
 overflow: hidden;
 text-align: right ;
 display:block;
 width:34px;
 height:8px;
 text-indent:-9999px;
 background: url(images/btn_enviar.gif) top left no-repeat;
 display:inline-block;
 border-bottom:0;
    }

 .btn_enviar:hover {
 background-position:0 -8px;
}


 #footer{
margin-top: -19px;
width:100%;
bottom:0px;
padding-bottom: 40px;
background-color: #CCC;
}

 #footer p{
	 font-family: "Lucida Console", Monaco, monospace;
	 font-size: 12px;
	 color: #333;
	 text-align:center;
 }
 
  #footer img{
	 margin: 0;
	 margin-top: 5px;
	 margin-bottom: -10px;;
 }

.footer_info{
	width: 960px;
	margin:auto;
}


#footer a{
	color: #333;
	text-decoration: none;
}

#footer a:link, visited, hover, visited{
	text-decoration: none;
}