
@import url("https://fonts.googleapis.com/css2?family=Marck+Script"); 
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chewy&family=Covered+By+Your+Grace&family=Dancing+Script&family=Limelight&family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lobster'); 


	/* Reglas para las tipografÃ­as de googleapis
	
	font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
    font-family: 'Chewy', cursive;
    font-family: 'Limelight', cursive;
    font-family: 'Covered By Your Grace', cursive;
    font-family: 'Dancing Script', cursive;

	*/


body{
	background-attachment: fixed;
	background-image: url("cssimg/bgperga.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size:100% 100% ;
	
	
	color:#333;
	 font-family: 'Lobster';
    font-size: 21px;
	margin:0;
	padding:0;
	
    
}



h1 {
    color: #d8f768;
    font-family: 'Lobster', bold;
	font-size: 40px;
	margin-top: 0;
    padding-top: 0;	
	padding-left: 10px;
	/*text-align: center;*/
	text-shadow: 1px 1px;
	

}	

	#cuadrocabecero {
		 background: rgba(26, 34, 43, 1);
		 background-clip:border-box;
		 background-size: auto;
		 display: flex;
		 flex-direction: row;
		 justify-content: space-between;
		 margin-bottom: 10px;
		 margin-top: 0;
		 padding: 5px, 5px, 3px, 5px; /*top, right, bottom, left*/
		 position: fixed;
		top: 0;
		width: 100%;
		height:  60px;
		overflow: hidden;
		
		 
  
	}
	
	#cuadrobtcabecero{
		display:flex; 
		flex-direction: row;
		justify-content: flex-end;
		
	}

		#titulo{
			
			padding: 0, 3px, 0, 10px; 
			
		}
		
	#central {
		
		 display: flex;
		 flex-direction: column;
		 align-items: center;
		 justify-content: center;
		 text-align: center;
		 padding-left: 5px;
		padding-right: 5px;
		padding-top: 95px;
		position: static;
	
	}

	#cuadroform {
		
		 display: flex;
		 flex-direction: column;
		 justify-content: center;
		 text-align: center;
		 width: 100%;
		
 
		
	}
		
	.icon{
				height: 60px;
			}

	.iconavatar{
				height: 100px;
			}
	.formatopreview{
		height: 100px;
		
	}		
	.iconspan{
				height: 30px;
			}		
			
	.bthelp{
		height: 25px;
		padding: 5px;
	}		
	.bthelp:hover {
		height: 25px;
		padding: 5px;
		
	}	
	
	.btclose{
		height: 15px;
		padding: 5px;
	}
			
	.item {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: space-around;
		
	}
	.itemform{
		display: flex;
		align-items: center;
		
	}
	
	.itemvertical{
		display: flex;
		 flex-flow: column wrap;
		align-items: center;
	}
	
	
	.descripcion{
		display: none;
		background: rgba(84, 79, 71, 0.3);    /*background: rgba(84, 79, 71, 0.9);*/
		border-radius: 10px;
		font-size: 18px;
		padding: 0px, 15px, 0, 15px; 
		width: 50%;
		height: 150px;  
		overflow: auto;
		margin: 5px;
		flex-direction: column;
	}
	
	.linclose{
		display: flex;
		justify-content: flex-end;
		 background: rgba(42, 22, 13, 0.5);
		 background-clip:border-box;
		 background-size: auto;
		
		
	}
	
	#divavatares{
			display: none;
			 flex-flow: row wrap;
			align-items: center;
			justify-content: flex-start;
	}
	
	#divinputfoto{
		display: flex;
	}
	
	
	#divverifyred{
		display: none;
		align-items: center;
		justify-content: center;
		
	}
	
	#divreturn{
		display: none;
		align-items: center;
		justify-content: center;
		
	}
	#divverify{
		display: flex;
		align-items: center;
		justify-content: center;
		
	}
	#verify{
		height: 60px;
		padding: 5px;
	}
	
	#verifyred{
		height: 60px;
		padding: 5px;
	}
	
	#divsubmit{
		display: none;
		align-items: center;
		justify-content: center;
		
	}
	#submit{
		height: 60px;
		padding: 5px;
		
	}
	
	#return{
	height: 60px;
		padding: 5px;	
	}
	
	
	