.contenedor__form{
    padding: 15px;
    margin: 35px 15px 15px 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.contenedor__tabla{
    padding: 15px;
    margin: 35px 15px 15px 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.contenedor-alert{
    margin: 15px;
}
.contenedor__boton__cerrar{
    
    margin: 25px 15px 15px 15px;
}

.Opciones__inicio{
    width: 100%;
}

.Opciones__inicio .contenedor__btn{
    margin-left: 20%;
}



.btn__recoleccion{
    margin-bottom: 10px;
    box-shadow: 3px 4px 0px 0px #d66e64;
	background:linear-gradient(to bottom, #ea252a 5%, #f24437 100%);
	background-color:#ea252a;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:10px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}

.btn__recoleccion:hover{
    background:linear-gradient(to bottom, #f07e76 5%, #eb685c 100%);
	background-color:#f24437;
}

.btn__ver{
    box-shadow: 3px 4px 0px 0px #246e10;
	background:linear-gradient(to bottom, #1d7a36 5%, #3f7820 100%);
	background-color:#1d7a36;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
	text-shadow:0px 1px 0px #368f28;
}

.btn__procesar{
	box-shadow: 3px 4px 0px 0px #246e10;
	background:linear-gradient(to bottom, #1d7a36 5%, #3f7820 100%);
	background-color:#1d7a36;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
	text-shadow:0px 1px 0px #368f28;
	margin-top: 10px;
}

.btn__imprimir{
	margin-top: 10px;
	box-shadow: 3px 4px 0px 0px #CCCCCC;
	background:linear-gradient(to bottom, #CCCCCC 5%, rgb(144, 145, 144) 100%);
	background-color:#CCCCCC;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
	text-shadow:0px 1px 0px #368f28;
}

.btn__ver:hover{
    background:linear-gradient(to bottom, #3f7820 5%, #1d7a36 100%);
	background-color:#3f7820;
}
.btn__opciones__recolector{
    background:    #d74c15;
border-radius: 12px;
box-shadow:    3px 3px #444444;
width:         210px;
height:        50px;
color:         #ffffff;
display:       inline-block;
font:          normal bold 20px/50px "Open Sans", sans-serif;
text-align:    center;
}

@media(min-width: 280px) and (max-width: 720px){
    .Opciones__inicio{
        padding: 10px;
        margin-top: 200px;
    }
}
@media(min-width: 768px) and (max-width: 1024px){
	.Opciones__inicio{
		margin-top: 300px;
		padding-left: 200px;
	}
}
@media(min-width: 1080px){
	.Opciones__inicio{
		margin-top: 200px;
		padding-left: 450px;
	}
}

