.enlaceboton {
 border: none;
 background: #d3641a;
 color: #f2f2f2;
 padding: 5px;
 font-size: 16px;
 border-radius: 0px;
 position: center;
 box-sizing: border-box;
 transition: all 500ms ease;
 width:100px;
 
 
}
.enlaceboton:hover {
background: rgba(0,0,0,0);
 color: #d3641a;
 box-shadow: inset 0 0 0 3px #d3641a;
}



.formulario_login {
    display:block;
    margin:auto;
    width:auto;
    color: #FFFFFF;
    font-family:ubuntu;
    font-size:12px;
     height:auto;
	 border:0px solid #d3641a;
	  margin-top:5px;
	   top: 30px;
	   left: 60px;
	    float: center-left;
}
.logo {
    display:block;
    margin:15px auto;

    color: #FFFFFF;
    font-family:Arial;
    font-size:14px;
     height:250px;

	  margin-top:5px;
	   top: 60px;
	   left 60px
}
h1 {
  
color: #d3641a;
width:auto;
	
	
}

.filter {

 float:left;   
 width:286px;
}
.filter1 {

 float:left;   
 width:286px;
}





.formulario {
    display:block;
    margin:15px auto;
    width:500px;
    color: #FFFFFF;
    font-family:Arial;
    font-size:0px;
     height:auto;
	 border:3px solid #d3641a;
	  margin-top:5px;
	   top: 30px;
	   left: 60px;
}
.busqueda {
    width:186px;
    height:10px;
   background: #FFFFFF;
     border-radius: 2px;
    padding:10px;
    margin-top:5px;
    font-size:14px;
    color:#4F5255;
	 border:1px solid #d3641a;
	
}

form {
    margin:0 auto;
    width:300px;
}

input, textarea {
    width:286px;
    background: #FFFFFF;
     border-radius: 0px;
    padding:5px;
    margin-top:5px;
    font-size:14px;
    color:#d3641a;
	 border:3px solid #d3641a;
	
	
}

select{
    width:286px;
    background: #FFFFFF;
     border-radius: 0px;
    padding:5px;
    margin-top:5px;
    font-size:14px;
    color:#4F5255;
	 border:3px solid #d3641a;
	
	
}



button {
 border: none;
 background: #d3641a;
 color: #f2f2f2;
 padding: 5px;
 font-size: 14px;
 border-radius: 0px;
 position: center;
 box-sizing: border-box;
 transition: all 500ms ease;
 width:100px;
 
 
}
button:hover {
 background: rgba(0,0,0,0);
 color: #d3641a;
 box-shadow: inset 0 0 0 3px #d3641a;
}

.boton {
 border: none;
 background: #d3641a;
 color: #f2f2f2;
 padding: 10px;
 font-size: 18px;
 border-radius: 5px;
 position: center;
 box-sizing: border-box;
 transition: all 500ms ease;
 width:286px;
 
 
}
.boton:hover {
 background: rgba(0,0,0,0);
 color: #d3641a;
 box-shadow: inset 0 0 0 3px #d3641a;
}

.nuevo {
 border: none;
 background: #d3641a;
 color: #f2f2f2;
 padding: 10px;
 font-size: 14px;
 border-radius: 0px;

 box-sizing: border-box;
 transition: all 500ms ease;
 width:100px;
 float: right;
 
 
}
.nuevo:hover {
 background: rgba(0,0,0,0);
 color: #d3641a;
 box-shadow: inset 0 0 0 3px #d3641a;
}

