*{margin:0px;
padding: 0px;
}

body,html {width: 100%;
  height: 100%;
  margin: 0px 
}

body{
	font-family: Calibri;
	font-size: 12px;

}




.main_body{
	  width: 100%;
	  height: 100%;
	  }

.css_header_anuncio{
	background: #FF8000;
	color:white !important;
	cursor:pointer;
	font-weight: bold
}	
			/*.header {*/
			/*		position:sticky;*/
			/*    top:0;*/
			/*    z-index:1;*/
			/*    border-top:0;*/
			/*    top:0;*/
			   
			
			/*    }*/

					/*nav {*/
					/*	float: right;*/
					/*}*/
						nav ul {
							margin: 0;
							padding: 0;
							list-style: none;
							padding-right: 20px;
						}
						
							nav ul li {
								display: inline-block;
								line-height: 100px;
							}
								
								nav ul li a {
									display: block;
									padding: 0 10px;
									text-decoration: none;
									color:white;
									font-size:20px;
								}
								
							nav ul li a:hover {
								background: #FF8000;
								color:white !important;
								cursor:pointer
								}
									
				.button_form{ 
				     width: 200px;
				    background-color: #FF8000;
				    color: white;
				    padding: 14px 20px;
				    margin: 8px auto 30px;
				    border: 2px solid white;
				    border-radius: 4px;
				    cursor: pointer;
				    display: block;
				
				    font-family: "fairplex-wide";
				    font-size: 15px;
				    opacity: 1;
				    font-weight: 700;
				   
				     
				    }
				
				.button_form:hover{ 
				    background-color: #3498DB;
				    color: white;
				    
				    
				    }
									
.card:hover{
    box-shadow: 8px 8px 5px #FF8000;    
    transform: scale(1.05);

}				
