
@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/bgwater.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;

		
		 
  
	}

		#titulo{
			
			padding: 0, 3px, 0, 10px; 
			
		}
		
	#central {
		
		 display: flex;
		 flex-direction: column;
		 align-items: center;
		 justify-content: center;
		 text-align: center;
		 padding-top: 95px;
		
	}

	#cuadrologin {
		
		 display: flex;
		 flex-direction: column;
		 justify-content: center;
		 text-align: center;
		 width: 60%;
		
 
		
	}
		
	.icon{
				height: 60px;
			}
			
	.iconspan{
				height: 30px;
			}		
