@font-face{
	
	font-family: flor; 
	src:url(font/Indie_Flower/IndieFlower.ttf);
	
	
		
}
@font-face{
	font-family: roboto1;
	src:url(font/roboto/Roboto-Thin.ttf);
	
}

@font-face{
	font-family:nunito1;
	src:url(font/Nunito/Nunito-Regular.ttf);
}




body {
	//background-color: cadetblue;
    background-image: url(img/1alta.jpg);
    background-size: 100vw 100vh;
    background-attachment: fixed;
    margin: 0;
    font-family:'nunito1';
    color: white;
    font-size: 20px;
	
    
    
}

#form1 {
    width: 480px;
    margin: auto;
    background: rgba(3,15,160,.5);
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 150px;
    border-radius: 10px;
    font-family: 'nunito1';
	
}

#form3 {
    width: 480px;
    margin: auto;
    background: rgba(3,15,160,.5);
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 15px;
    border-radius: 10px;
    font-family: 'nunito1';
	
}



#form2 {
	position: relative;
	width: 100%;
	height: 100px;
	

}
	


.principal {
	width: 480px;
    margin: auto;
    background: rgba(3,15,160,.5);
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 40px;
    border-radius: 10px;
    font-family: 'nunito1';
	
	
}

h1{

    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
	font-family: 'nunito1';
    
}

input, textarea, select{
    
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 17px;
	border: none;
    
    
}

textarea{
    
    min-height: 150px;
    max-height: 300px;
    max-width: 100%;
        
}


input[type="submit"]{
	
	background: RGBA(150,0,0,.5);
    padding: 40px;
    color:floralwhite;
    
	
}

input[type="submit"]:hover{
	cursor: pointer;
	background: RGBA(255,0,0,.5);
	
}

input[type="submit"]:active{
	transform: scale(0.99);
	
}


@media ( max-width:480px ){
    
    form{
        width: 100%;
        
    }
}
@media ( max-width:480px ){
    
    #filtro{
        width: 100%;
        
    }
}



table {
	
	width: 90%;
	margin: auto;
    background: rgba(3,15,160,.5);
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 20px;
    border-radius: 10px;
    font-family: 'nunito1';
	font-size: 15px;
	
}


th{
	background: rgba(255,0,0,.3);
	height: 30px;
	
}

tr{
	background: rgba(150,0,0,.2);
	height: 30px;
	
}

h3{
	text-align: center;
	font-size: 18px;
	font-family:"roboto1";
	
		
}

h3:hover{
	cursor: pointer;
	color: rgba(255,0,0,5);
	
	
}

h3:active{
	
	font-size: 19px;
	
}

#logo {
	background: rgba(0,0,0,0);
	width: 28%;	
	display: block;
	margin: auto;
	margin-top: 20px;
	
}

#filtro {
	
	min-width: 1170px;
	max-width: 90%;	
	height: 100px;
    background: rgba(3,15,160,.5);
    margin: auto;
    margin-top: 100px;
    border-radius: 10px;
    font-family: 'nunito1';
	font-size: 15px;
	display: block;
	
	
	
}

#filtro1 {
	
	min-width: 1170px;
	max-width: 90%;	
	height: 100px;
    background: rgba(3,15,160,.3);
    margin: auto;
    margin-top: 20px;
    border-radius: 10px;
    font-family: 'nunito1';
	font-size: 15px;
	display: block;
	
	
	
}



.contenedor{
	
		width:100%;
		height:100px;
	    min-width: 480px;
	
}

.contenido{
	float:left;
	width: auto;
	
	
}




#logo1 {
	
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float:left;
	

	
}


.columna1 {
  	
  	float:left;
	width:480px;
	height: 800px;
}

@media (max-width: 500px) {
  
  .comna1 {
    width:auto;
    float:none;
  }
  
}

.columna2{
	float:right;
	width: 800px;
	margin: 10px;	
}

#seg{
  text-align: center;
  width: 40px;
  height: auto;
  position: relative;
    
    
}

#seg span{
    display: none;
    
}

.ide1{
    
	background: rgba(0,0,0,.9);
}

.ide2{
    
	background: rgba(145,145,145,.5);
    color: rgba(255,255,255,.8);
}

.ide4{
    
	background: rgba(0,0,0,.5);
    color: rgba(255,255,255,.8);
}

    
.ide3{
	background: rgba(0,255,0,.3);
}



.class2{
	background: rgba(0,255,0,.3)
}

.class3{
	background: rgba(25,158,218,.3)
}


body {
	
	
	background-color: gray;
    background-image: url(img/1alta.jpg);
    
        
    
}

#uno {
    width: 512px;
	height: 1024px;
    float: left;
    
    border-radius: 10px;
    box-sizing: border-box
	
}

#dos {
    width: 100%;
	height: 550px;
    
    border-radius: 10px;
    
	
}



