
#menu_exportacion{
	display:block;
	margin-bottom:35px;
	margin-left:5em;
	height: 80px;
   margin-top:24px;
   background-color:#EFECE0;
   border:1px solid #DFDCD1;
   overflow: hidden !important;
   width:90% !important;
      width:1000px;
   
 	}
 	

#menu_exportacion .titulo{
	width: 100%;
	margin-bottom:20px;
   padding-left:20px;
	background-color:#DFDCD1;
	color: #4F4F4F;
	}
	
	 #menu_exportacion:hover > .titulo{
 background-color: #CFCCC2;
 }
 
 #menu_exportacion:hover{
 background-color: #EFE9D1;
    border:1px solid #DFDCD1;
 	}

.opcion_exportar{
	float:left;
	width: 29% !important;
        width:25%;
	text-align:center;

	background-color: inherit;
	}
.opcion_exportar_email{
	float:left;
	width:42% !important;
        width:35%;
		background-color: inherit;
	}



.fullwidth{
width:100%;
margin-bottom: 10px;

}

.alinea_derecha{
text-align: right;

}
